OB-Code is a VS Code fork with OpenBaker built in. AI chat, tasks, notes, and automations live as native panels - no extensions needed.
AI chat, tasks, notes, and automations are native panels in the editor. They share memory, context, and state with your code.
When you ask a question, OB-Code feeds your open files, workspace tasks, and notes into the prompt automatically. No copy-paste.
Tasks, notes, and conversations created in OB-Code appear in the web app and CLI. Work in the editor, review from the browser.
All your extensions, themes, keybindings, and settings work. OB-Code adds the cockpit on top. Nothing is taken away.
┌────────────────────────────────────────────────┐ │ OB-CODE │ │ │ │ VS Code Core ───┐ │ │ Extensions ───┼──→ OpenBaker ──┐ │ │ Workspace ───┘ │ │ │ │ │ │ │ │ AI Chat Tasks Notes Automations │ │ │ │ Integrated Terminal │ │ ├─ gemini (npm install -g @google/gemini-cli) │ │ └─ ob (npm install -g @openbaker/ob-cli) │ │ │ └────────────────────────────────────────────────┘
OB-Code connects to the AI CLIs and terminal tools you already use. Run them side-by-side — OB-Code provides the context, your CLIs execute the action.
# Install Gemini CLI — Google's official AI terminal companion $ npm install -g @google/gemini-cli # Install OB-CLI — OpenBaker's native terminal bridge $ npm install -g @openbaker/ob-cli # Connect OB-CLI to your workspace $ ob connect ✓ Connected to OpenBaker · workspace: my-project # Now run both side-by-side inside OB-Code's integrated terminal $ gemini "explain the function I'm looking at" $ ob tasks create "Fix the edge case gemini flagged"
Google's official AI terminal. Run Gemini 2.0 Flash and Pro from any terminal window inside OB-Code.
npm install -g @google/gemini-cliOpenBaker's native terminal bridge. Create tasks, sync notes, and query your AI sessions without leaving the terminal.
npm install -g @openbaker/ob-cliAll existing VS Code extensions work as-is. OB-Code is a true fork — the full marketplace, all your keybindings, zero migration.
100% compatibleOpenAI, Anthropic, Gemini, Ollama — configure any provider in OB-Code's native AI panel. Your keys, your calls.
bring your own keysOB-Code is VS Code underneath. Your muscle memory, extensions, and settings carry over. We add the cockpit, not friction.
AI calls go directly from your machine to your providers. OB-Code never proxies, never logs, never phones home.
Your AI sees your workspace: open files, tasks, notes, project structure. Better context produces better answers.
AGPL-3.0 licensed. Read the source, fork it, build on it. No vendor lock-in, no telemetry, no dark patterns.