v1.0.0 Beta Available

Code from Anywhere,
Powered by Local & Cloud AI.

A lightweight, self-hosted web-based IDE that runs on your server. Manage workspaces, edit source code in real-time, and pair program with an autonomous AI coding assistant.

workspace/index.php - GOGIES IDE
<?php // GOGIES Web IDE index.php ?>
require_once 'bootstrap.php';
 
if ($user->isAuthorized()) {
    echo "<h1>Welcome to GOGIES Web IDE!</h1>";
    // Trigger autonomous local LLM helper loop
    $agent = new AIAgent();
    $agent->run();
}

Why Choose GOGIES IDE?

Designed to be simple, fast, and customizable, giving you complete control over your dev environment.

File Explorer

Navigate directories using a fast tree-based browser. Rename, copy, upload, download, and delete files or folders securely inside your workspace.

Powerful Editor

Write clean code with syntax highlighting, automatic wrap mode, and a layout powered by Ace Editor, supporting various coding languages.

Multiple Workspaces

Register multiple project directories. Switch workspaces with a single click to instantly load different coding repos without leaving the page.

GOGIES AI Agent

Pair program with an autonomous AI agent. Let it execute shell commands, read files, search directory contents, and write code safely with approval cards.

Database Management

Manage SQLite, MySQL, and PostgreSQL connection profiles. Browse schemas, inspect tables, and run raw query scripts directly from a built-in SQL console.

Backup & Restore

Archive workspace source codes, configs, and database dumps into unified ZIP snapshots. Roll back your environment state safely using transactional database restores.

User Management

Configure multiple developer accounts with detailed permissions, separating standard coders from server administrators.

Easy Installer

Get up and running in minutes. The built-in setup wizard helps create database configurations, settings, and your first workspace.