AICodeStudio

Next-Generation AI-Powered IDE — Open Source & Installable

AI Chat Docker Database Collaboration Voice-to-Code Monaco Editor PWA Desktop
Star on GitHub Install Now Fork
v2.0 · MIT License · TypeScript · React 19 · Next.js 16
20+
Features
14
IDE Panels
10
API Routes
10
Language Servers
6
Themes

Why AICodeStudio?

Everything you need for AI-powered development, in one place.

AI

AI-First Development

Connect any AI provider with your own API key for intelligent code completion, refactoring, bug detection, and conversational code assistance.

Docker

Docker Management

Start, stop, and restart containers. View logs, environment variables, and ports. Pull and run images — all from the IDE sidebar.

DB

Database Viewer

Connect to PostgreSQL, MySQL, SQLite, MongoDB, Redis, or MSSQL. Browse schemas, execute SQL queries, and view results in a table.

Live

Live Collaboration

Edit code simultaneously with teammates using CRDT-based sync. See cursor positions, chat in real-time, and resolve conflicts automatically.

Mic

Voice-to-Code

Speak natural language commands to create functions, add imports, find bugs, and refactor. Supports 6 languages with real-time transcription.

Git

Advanced Git

Full Git workflow: stage/unstage, commit with templates, branch management, push/pull, merge/rebase, diff viewer, and commit history.

LSP

Language Servers

10 language servers for TypeScript, Python, Rust, Go, and more. Real-time diagnostics, code actions, and refactoring suggestions.

Ext

Extension Marketplace

Browse and install extensions from the Open VSX Registry. Search by name, filter by category, view details and version history.

Theme

Custom Themes

6 pre-built themes including Nord, Dracula, and Monokai. Build your own theme with the visual theme builder and live preview.

Map

Canvas Navigation

Visual file graph with Tree, Grid, and Force-directed layouts. Pan, zoom, and search across your workspace on an interactive canvas.

PWA

Desktop App

Install as a native desktop application on Windows, macOS, and Linux via PWA. No Electron required — full IDE experience in standalone mode.

Edit

Monaco Editor

The same engine that powers VSCode, with IntelliSense, syntax highlighting for 20+ languages, and bracket pair colorization.

Get Started in Seconds

Three ways to use AICodeStudio — pick what works for you.

1

Quick Try — Run Locally

Clone the repo and start developing immediately.

git clone https://github.com/smouj/AICodeStudio.git
cd AICodeStudio
npm install
npm run dev
2

Install as Desktop App

Open AICodeStudio in Chrome or Edge, then click the install icon in the address bar. It launches as a standalone application — just like VSCode.

3

Deploy Your Own

Build for production and deploy anywhere that supports Node.js.

npm run build
npm start