Now in early access · v0.7

The ADE built for
coding agents, not just code.

Koda is a desktop development environment where AI agents do the building. Run a whole team of them — Claude, Codex and more — across tiled terminal panes, and they coordinate on a shared board automatically, so every agent knows who's doing what and they never collide.

Download for free → See how it works

Windows installer available now · macOS & Linux coming soon · No account required to start

koda — ~/projects/payments-api
claude · backend
tasks
In Progress
Add JWT auth middleware
claude · backend · pane 1
Backlog
Build settings page UI
codex · frontend
Wire Stripe webhooks
claude · backend
Done
Scaffold project
✓ reviewed

Runs the real, first-party agent CLIs you already use

One workspace, everything in reach

Everything you need to build with agents

Koda gives the agent CLIs a real home — organized, persistent, and designed for running many of them at once.

Orchestrate, don't babysit

Plan in the board. Let the agents build.

Koda turns your task board into an execution engine. Break the work into cards, assign each one an agent, and launch them in parallel. You focus on planning and review — the agents write code, run tests, and ship features across the whole codebase.

  • Drag cards Backlog → In Progress → Review → Done
  • One click launches the agent with your prompt pre-loaded
  • Cards auto-advance to Review when the agent finishes
  • The whole board persists per project, ready when you return
Backlog · 3
Refactor payment service
claude
Add e2e test suite
codex
In Progress · 2
Migrate to Postgres
claude · pane 2 · running…
Review · 1
Add rate limiting
✓ ready for review
Code, terminals & preview together

A full ADE wrapped around your agents.

Terminals are the main stage, but a collapsible side panel gives you a Monaco editor, a file tree, a task board and a live browser — all one keystroke away. Read the diff, run the app, fix a line, and get back to orchestrating.

  • Monaco editor with tabs, save, and syntax highlighting
  • Lazy file tree scoped to your workspace
  • Embedded browser pinned to your dev server
  • Everything themed live, together, in 30+ palettes
// src/api/auth.ts — written by claude export function verifyToken(token: string) { const payload = jwt.verify(token, env.SECRET) if (!payload.sub) throw new AuthError('no sub') return { userId: payload.sub, exp: payload.exp } } ✓ saved · 14 tests passing
Review before you ship

See every line an agent changed. Then approve it.

Built-in code review opens the full diff of everything an agent touched since it started — measured against a baseline Koda snapshots on the first run. Comment on lines, request changes, and send the fix straight back to the same session. Nothing ships without your sign-off.

  • Side-by-side Monaco diff against a pinned baseline
  • Line-anchored comments with drift detection
  • Approve → Done, or Request changes → back In Progress
  • Send a follow-up to the same agent without re-explaining
src/api/auth.ts · baseline 4b834d3 - const payload = jwt.verify(token) + const payload = jwt.verify(token, env.SECRET) ✎ line 3 — "verify against the signing secret" ↺ Request changes ✓ Approve
The coordination layer · what makes Koda different

Every agent knows what every other agent is doing

Run a dozen agents at once and they won't trip over each other. The instant a session starts it announces its task on a shared board, claims a lane, and keeps its own card up to date — so every other agent can read who's doing what, live. No orchestrator to babysit, nothing to wire up. It's on by default.

koda · coordination bus — .koda/coord/ · 3 agents online
roster · who's online
claude · pane 1lane: backend · src/api
codex · pane 2lane: frontend · src/ui
gemini · pane 3lane: tests · /tests
pane 2 · codex
koda_board → 3 cards in progress koda_set_lane "frontend · src/ui" koda_claim_task #218 ✓ claimed ↳ card #218 → In Progress koda_update_task #218 → Review ✓ broadcast: "settings UI ready"
board · auto-updated
In Progress
Add JWT auth middleware
claude · pane 1
Review
Build settings page UI
codex · pane 2 · ✓ auto-moved
Done
Wire test harness
gemini · pane 3
01

Auto-announce

The first prompt of every session drops a card on the board — titled with the task, tagged with its pane. No one has to remember to do it.

02

Read the room

Before touching code, each agent calls koda_board and koda_roster to see who's working where — then takes a slice that won't collide.

03

Claim a lane

Agents claim their card and declare a lane like backend · src/api. Contested claims resolve deterministically — two agents never own the same work.

04

Auto-update

Cards move themselves Backlog → In Progress → Review → Done as agents work and sessions end. The board is always a live picture of the whole team.

Built on MCP

A real agent-to-agent bus, zero setup

Koda ships a tiny stdio MCP server into each workspace and registers it for every agent. They coordinate by calling tools — deliberate and structured — while Koda holds the authoritative state on your machine.

koda_whoami koda_roster koda_board koda_create_task koda_claim_task koda_release_task koda_update_task koda_set_lane koda_post_message koda_inbox

Works with Claude Code, Codex, Gemini & Grok. State lives in a gitignored .koda/coord/ — local-first, no token proxy, no Koda backend. When a message arrives, Koda gently wakes the idle pane so the agent picks it up.

From zero to shipping

Up and running in three steps

No proxy, no lock-in. Koda launches the CLIs you already have installed.

01
1

Open a folder

Point Koda at any project. It becomes a workspace with your file tree, editor, browser and task board — your layout saved for next time.

02
2

Add agents to panes

Spin up tiled terminals and launch Claude, Codex, or your own custom agent profile into each one. Keys from the vault are injected automatically.

03
3

Plan, run, review

Drop tasks on the board, hit Run, and watch agents build in parallel. Review their work in the editor and preview it live in the browser.

Built the honest way

Your agents. Your logins. Your machine.

Koda runs the real first-party CLIs in real terminals. It never proxies your API, never extracts or reuses your OAuth tokens, and never sits between you and your provider. You sign in to your tools exactly as you always have.

That means you stay fully inside every provider's terms — and your credentials never leave your device.

  • No token proxyingKoda spawns the CLI; it doesn't intercept your auth.
  • OS-encrypted vaultAPI keys decrypted only in the main process, bound to your OS user.
  • Local-firstYour code and shells run on your machine — not in our cloud.
Make it yours

30+ themes, one click, everything recolors

The UI, your terminals and the editor all re-theme together — live.

Tokyo Night
Catppuccin
Dracula
Monokai
Solarized
One Light
GitHub Dark
Simple pricing

Start free. Scale when you're ready.

Bring your own agent subscriptions — Koda is the workspace, you keep your logins.

Solo
$0
For individuals getting started with agentic coding.
  • Unlimited workspaces & panes
  • Kanban agent execution
  • Multi-agent coordination (MCP)
  • Per-pane account switching
  • Workspace templates
  • Editor, browser & file tree
  • All 30+ themes
  • Encrypted credential vault
Download free
Pro
$12 / mo
For professionals running agents all day.
  • Everything in Solo
  • Built-in PR / code review
  • Priority updates & support
Start free trial
Team
Custom
For teams standardizing on agentic development.
  • Everything in Pro
  • Shared agent profiles & templates
  • Centralized vault policies
  • SSO & onboarding support
  • Volume licensing
Contact sales
Questions

Frequently asked

What exactly is Koda?

Koda is a desktop development environment built around coding agents. Instead of writing every line yourself, you orchestrate AI agents — Claude, Codex and others — across tiled terminal panes, launch their work from a Kanban board, and review the results in a built-in editor and browser. It's an ADE — an agentic development environment — designed for building software with agents.

Do I need API keys or a subscription?

You bring your own agent credentials. Koda launches the agent CLIs you already use, so you sign in with your existing subscription or drop an API key into the encrypted vault. Koda never proxies your account — it just gives those tools a great home. As for Koda itself: it's free to start and needs no account. An optional Koda account unlocks Pro features, but the free tier works fully without one.

Which agents does it support?

Any CLI-based agent. Out of the box that includes Claude Code, OpenAI Codex, Gemini, Grok and opencode, and you can define your own custom agent profile with a name, launch command and provider in a few seconds.

Is my code or my credentials sent anywhere?

No. Koda is local-first: your code, shells and agents run on your own machine. API keys are encrypted by your operating system and decrypted only inside Koda's main process — never exposed to the interface or sent to us.

What platforms does it run on?

Koda is a desktop app built on Electron. The Windows installer is available today and auto-updates itself in the background; macOS and Linux builds are on the way. You can grab the latest build from the releases page.

Can I run multiple agents at once?

Yes — that's the point. Tile up to 8 agents side by side, each in its own pane, and launch them in parallel from the task board. Per-pane account switching even lets different panes use different logins.

How do the agents coordinate so they don't collide?

Koda runs a small MCP coordination server in every workspace and registers it for each agent. The moment a session starts it auto-creates a card on the shared Kanban board (titled with its task, tagged with its pane) and keeps that card updated as it works. Before editing, every agent reads the board and roster to see who's doing what, then claims a lane so two agents never own the same work. It's on by default — no setup. The shared state lives in a gitignored .koda/coord/ folder on your machine; nothing is proxied and there's no Koda backend.

Stop typing every line.
Start orchestrating.

Download Koda and turn your desktop into a command center for coding agents.

Free to start, no account required · Sign in to unlock Pro · macOS & Linux coming soon