Bring your own model — Anthropic, OpenAI, Ollama, or sign in with Claude Code to use your existing Claude subscription. Now with a dedicated Agent Mode, a plugin system, and a conversation-first chat — ~30 MB native, no telemetry, built right into the editor.
Codetta v0.5.0 introduces Agent Mode — a dedicated, agent-centric workspace — plus a plugin system, a reimagined chat, and a richer MCP browser. Six picks below.
One keypress (Ctrl+Shift+A) flips the editor into an agent-centric workspace: your sessions on the left, a conversation-first chat in the middle, your changes on the right.
A small, focused editor that gets out of the way — with the AI tools you actually use, built directly into the surface.
A dedicated, agent-centric layout — a workspace rail, a sessions list, and a conversation-first chat where tool actions collapse to glanceable chips and changes roll into a review card. One keypress away (Ctrl+Shift+A), nothing lost switching back.
Anthropic API, OpenAI, local Ollama — or sign in with the Claude Code CLI to use your existing Claude subscription with no extra API key.
Open every project in one app, one process. Switch projects like switching tabs — each keeps its own files, terminals, layout, and chat history. No second window, no second Electron, no doubled RAM.
Drag a terminal into its own OS window for the second monitor. Re-dock with one click. xterm.js under the hood.
Zero phone-home. Your code, your keys, your machine. Settings and history stay on disk in your app data folder.
Tauri 2 + Rust backend. Doesn't ship a browser; uses your system WebView2. Cold starts feel instant.
Grab any tab, drop on an edge — instant horizontal or vertical split. No nested config, no panel taxonomy to learn.
One shortcut for files, commands, and settings. Fuzzy-matched, keyboard-first, and stays out of your way.
Stage, diff, and commit without leaving the editor. Lean Git surface — the things you do every day, none you don't.
The same editor core that drives VS Code — TypeScript, IntelliSense, and language features you already trust.
Already paying for Claude? Skip the API bill. Sign in once with the Claude Code CLI and Codetta routes its AI panel through your existing subscription — same models, same quotas, no per-token charges.
# 1. Install Claude Code (once)
npm i -g @anthropic-ai/claude-code
# 2. Sign in with your Claude account
claude login
# 3. In Codetta, pick "Claude Code"
# in the AI panel's model picker.
# That's it — no API key.
Most editors spawn a whole new window — a whole new process — for each project. Codetta keeps every workspace inside the same window. One Tauri process. One memory footprint. Switch projects with a hotkey, not a relaunch.
A small, intentional stack. Easy to reason about, fast to build from source.
Native builds for Windows, macOS, and Linux. Pick your platform — we'll auto-select it for you.
Requires Windows 10/11 with WebView2 (pre-installed on most modern Windows builds).
Unsigned build — first launch needs System Settings → Privacy & Security → Open Anyway.
After download: chmod +x Codetta_*.AppImage and run it. Needs libwebkit2gtk-4.1.
Requires Node 18+ and the Rust toolchain. Cross-platform.
git clone https://github.com/getcodetta/codetta.git
cd codetta
npm install
npm run tauri dev
CLI helper: npm i -g codetta