The lightweight code editor with first-class AI.

Bring your own model — Anthropic, OpenAI, Ollama, or Claude Code. ~30 MB, no telemetry, multi-window terminals, and a real BYOK AI panel.

Why Codetta

BYOK AI panel

Anthropic, OpenAI, local Ollama, and the Claude Code CLI — switch models mid-conversation.

Multi-workspace

Open several projects side by side. Each keeps its own files, terminals, layout, and chat history.

Pop-out terminals

Drag a terminal into its own OS window for the second monitor. Re-dock with one click.

No telemetry

Zero phone-home. Your code, your keys, your machine.

~30 MB native

Tauri 2 + Rust backend. Doesn't ship a browser; uses your system WebView2.

Drag-and-drop splits

Grab any tab, drop on an edge — instant horizontal or vertical split.

Install

Windows installer:

Download latest release

Or build from source:

git clone https://github.com/getcodetta/codetta.git
cd codetta
npm install
npm run tauri dev

Requires Node 18+ and the Rust toolchain. macOS / Linux builds coming soon — the codebase is cross-platform; only the release pipeline is Windows-first today.