KODA / V6 / MISSION CONTROL
SCROLL 000% · --:--:--
SYS.01 Agentic development environment · early access

Mission
control for
coding agents

Koda is a desktop command deck where AI agents do the building. Run Claude, Codex and more in tiled panes, hand a goal to Autopilot, and let them coordinate on a shared board — while your AI Second Brain briefs every agent on who you are.

Windows · macOS · Linux — 7-day free trial · no credit card required

koda — ~/projects/payments-api · 4 panes 3 agents online · coordination bus active
pane 1 · claude · backend
pane 2 · codex · frontend
pane 3 · gemini · tests
board · auto-updated
0
agents side by side
0
MCP coordination tools
0
hand-tuned themes
0
local — no backend
0
tokens proxied. ever.
SYS.02 The full deck

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.

SYS.03 The coordination layer · what makes Koda different

Every agent knows what
the others are doing

Run a dozen agents at once and they won't trip over each other. Every session announces itself on a shared board, claims a lane, and keeps its card up to date — live, with nothing to wire up. Included in your 7-day free trial — unlimited agents on Pro.

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
bus · live event stream
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

Every session's first prompt drops a card on the board — titled, tagged, automatic. No one has to remember.

/02

Read the room

Before touching code, each agent calls koda_board and koda_roster — then takes a slice that won't collide.

/03

Claim a lane

Each agent claims its card and declares a lane like backend · src/api — two agents never own the same work.

/04

Auto-update

Cards move themselves Backlog → In Progress → Review → Done. The board is always a live picture of the whole team.

MCP Built on the Model Context Protocol

A real agent-to-agent bus, zero setup

Koda ships a tiny MCP server into each workspace and registers it for every agent. They coordinate by calling tools; Koda holds the 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 koda_memory_note koda_memory_query koda_record_learning

The same bus carries KodaMemory — durable project knowledge across sessions. Works with Claude Code, Codex, Gemini & Grok. State lives in a gitignored .koda/coord/ — local-first, no backend. Incoming messages gently wake the idle pane.

SYS.04 Autopilot · hand off the whole goal Pro

Describe what you want. Koda builds it, looping until it's done.

Autopilot turns a goal into shipped code. A lead agent plans the work on the board, builds tests-first, and loops until your verify command passes. Turn on parallel workers and each card builds in its own isolated git worktree, merged back when green.

  • One goal in, working code out — the loop self-continues
  • Your verify command is the gate; nothing "done" until it passes
  • Parallel workers in isolated worktrees, auto-merged when green
  • Supervised or auto mode — pauses to ask only when it must
autopilot · payments-api
⟳ Autopilot · "add CSV export to the reports page" ↳ planned 4 cards · 3 workers running ✓ merged: export util (12 tests) ✓ merged: API endpoint (8 tests) ● building: reports UI button… verify › npm test && npm run build Building · 3/4 done · 6 continues
SYS.05 Orchestrate, don't babysit

Plan in the board. Let the agents build.

Your task board becomes an execution engine. Break work into cards, assign each an agent, and launch them in parallel — you plan and review, the agents build.

  • 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
tasks · payments-api
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
SYS.06 Review before you ship Pro

See every line an agent changed. Then approve it.

Open the full diff of everything an agent touched, measured against a snapshot baseline. Comment on lines, send fixes 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
review · diff vs baseline 4b834d3
src/api/auth.ts - const payload = jwt.verify(token) + const payload = jwt.verify(token, env.SECRET) ✎ line 3 — "verify against the signing secret" ↺ Request changes ✓ Approve
SYS.07 KodaMemory · knowledge that compounds Pro

Your agents remember what the last one learned.

KodaMemory keeps what your agents learn. Every fix, decision and gotcha becomes a node in a local knowledge graph — and each new session recalls exactly what's relevant to its task. No lesson gets relearned twice.

  • Recall by relevance to the task — not just the last few notes
  • A real graph: decisions, gotchas & files linked by relationship
  • Auto-deduped and compacted — grows with your project, not your logs
  • 100% local in .koda/coord/ — no backend, nothing synced
kodamemory · knowledge graph
◆ KodaMemory · recall for "fix stripe portal 500" ↳ ranked 214 nodes · top matches: ● gotcha portal needs a live config id caused_by → missing billing_portal config ● decision surface the real Stripe error ● file functions/portal/index.ts ✓ injected 6 memories into the new session
SYS.08 AI Second Brain · Koda knows you Pro

Every agent you run
knows who you are

KodaMemory remembers your project. Your Second Brain remembers you — and it briefs every agent, in every workspace, automatically.

A personal context graph that learns as you work.

A short guided interview seeds it; from then on it learns ambiently from your sessions — even how you write, so agents mirror your voice. Every prompt gets briefed with just the facts that matter. And the Reading Queue turns saved links into knowledge: paste a URL, Koda reads it and banks the learnings.

  • Guided interview seeds it: identity, projects, goals, workflow, style
  • Learns from your sessions — explicit facts save silently, guesses ask first
  • Reading Queue — paste any link; Koda reads it, banks the learnings, drafts posts & ideas
  • Relevant facts injected into every pane, across all your workspaces
  • Yours alone — 100% local, outside every repo, one-click forget
second brain · personal context
◆ Second Brain · briefing for "draft the launch email" ● person solo founder, building Koda (an ADE) ● goal ship v1 to first paying users this quarter ● preference direct, concise copy — no corporate fluff ● style writes casual, short sentences, hates buzzwords ↳ 4 of 32 facts relevant · injected ✨ learned this session: "prefers annual pricing shown first" Review new knowledge · Keep / Dismiss
ECO/VOICE PUSH-TO-TALK
ECO.01 The Koda ecosystem · KodaVoice

Don't type your prompts.
Say them.

KodaVoice is push-to-talk voice typing for Windows. Hold a hotkey in any app — agent panes included — speak, release, and your words are typed at the cursor. Whisper runs entirely on your machine: private, offline, nothing uploaded.

Meet KodaVoice →

  • One hotkey, every appHold, speak, release — typed wherever your cursor is, agent panes included.
  • 100% local WhisperOn-device transcription. Your voice never leaves your machine.
  • GPU acceleratedNVIDIA via CUDA; AMD & Intel via Vulkan — no extra installs.
SYS.09 From zero to shipping

Up and running in three steps

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

STEP/01 koda open ./my-project

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.

STEP/02 spawn claude · codex · gemini

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.

STEP/03 run board → review → ship

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.

SEC/TRUST LOCAL-FIRST
SYS.10 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.
SYS.11 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
SYS.12 Simple pricing

Try everything free for 7 days

Full access from day one — no credit card required. Bring your own agent subscriptions; Koda is the workspace, you keep your logins.

Free Trial
$0 / 7 days
Everything in Pro, unlocked from your first launch. No credit card required.
  • Unlimited workspaces & panes
  • Unlimited concurrent agents
  • Kanban agent execution
  • Multi-agent coordination (MCP)
  • AI Second Brain — agents that know you
  • KodaMemory — shared knowledge graph
  • Autopilot — goal-driven building
  • Built-in PR / code review
  • Editor, browser & file tree
  • All 30+ themes & encrypted vault
Start free trial
Most popular
Pro
$15 / mo
Billed monthly
Keep the whole command center after your trial.
  • Everything in the trial, forever
  • Unlimited concurrent agents
  • Unlimited multi-agent coordination (MCP)
  • AI Second Brain — agents that know you
  • KodaMemory — shared knowledge graph
  • Autopilot — goal-driven building
  • Built-in PR / code review
  • Priority updates & support
Upgrade to Pro
SYS.13 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: create an account and every feature is free for 7 days, no credit card required. After the trial it's $15/mo (or $144/yr) to keep going.

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, with installers for Windows, macOS (Apple Silicon & Intel) and Linux (.AppImage / .deb). The Windows build auto-updates itself in the background. You can grab the latest build for any platform from the releases page.

Why does my computer warn me the app is from an unidentified developer?

Because Koda isn't code-signed with a paid platform certificate yet. Every operating system shows a one-time caution the first time you open any app that isn't signed — it's about the certificate, not the app, and it's completely expected. Koda is local-first and fully open about what it does: your code, shells and agents stay on your machine. Here's how to get past the prompt, once, per platform:

macOS — the .dmg installs normally; on first launch, right-click (or Control-click) the Koda app and choose Open, then Open again in the dialog. After that it launches like any other app. (If you double-clicked and got "Apple cannot check it for malicious software," just close that dialog and use right-click → Open instead — or go to System Settings → Privacy & Security and click Open Anyway.)

Windows — if Microsoft Defender SmartScreen appears, click More info, then Run anyway. The installer proceeds normally and future updates apply in the background.

Linux — mark the AppImage executable (chmod +x Koda-*.AppImage, or Properties → Permissions → "Allow executing file as program") and run it. The .deb installs via apt or your package manager as usual.

Signed and notarized builds are on the roadmap — once they land, these prompts disappear and macOS in-app auto-update switches on automatically.

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.

What is Autopilot?

Autopilot is Koda's hands-off mode Pro. You describe a goal and an acceptance check (and optionally a verify command like npm test), and a lead agent plans the work on the board, builds it tests-first, and loops until your verify command passes — Koda keeps the session moving so you don't have to babysit it. Turn on parallel workers and the lead splits the goal into independent cards; Koda runs a worker per card in its own isolated git worktree and merges each back when its tests are green. Run it supervised (it asks before each action) or in auto mode, and it pauses to ask only when it hits a decision that's genuinely yours to make.

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. Coordination is included in the 7-day free trial and stays unlimited on Pro. It auto-enables for each workspace you open (except ones you mark Sensitive), and you can flip it off any time with the Coordination toggle in the Tasks tab — there's nothing else to wire up. The shared state lives in a gitignored .koda/coord/ folder on your machine; nothing is proxied and there's no Koda backend.

What is KodaMemory?

KodaMemory is a shared knowledge graph Pro that lets your agents remember what they discover. As agents work, they record durable knowledge — a decision, a gotcha, a where-things-live pointer — as nodes, and link them with relationships like caused_by or supersedes. When a new session starts, Koda ranks that graph against the task at hand and injects the most relevant memory — not just the last few notes — so knowledge compounds instead of getting relearned. It's deduped and compacted automatically, and like everything else it lives locally in .koda/coord/ with no backend. See the KodaMemory docs for the full model.

What is the AI Second Brain — and what does it store?

Where KodaMemory remembers your project, the Second Brain Pro remembers you: who you are, what you're building, your goals, preferences, skills and how you like answers written. You seed it with a short guided interview, and after that it learns from your sessions automatically — facts you stated outright are saved silently, while anything Koda merely inferred waits in a review digest for your one-click Keep or Dismiss. When you prompt any agent in any workspace, Koda injects just the facts relevant to that task, so outputs come back tailored to you instead of generic. Everything lives locally in ~/.koda/brain — outside every repo, never committed, never uploaded — and every fact can be edited or forgotten in one click from the "You" panel. See the Second Brain docs.

K

Stop typing
every line.
Start orchestrating.

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