AskCodi Desktop is here
An AI engineering team that runs on your machine. A CTO agent plans the work, specialists build in isolated git worktrees, and nothing leaves your laptop unless you ship it.
- A CTO agent reads the task, plans the work, and briefs specialist sub-agents before any file changes happen.
- Each sub-agent runs in its own git worktree so they can't step on each other's edits — review the diffs, then merge.
- Plan mode lets you scope a task in chat first and approve the plan before code is written.
- Local-first by default. Conversations, plans, and run history live in a SQLite database on your machine.
- Bring your own provider keys: Anthropic, OpenAI, Fireworks, Google, xAI, OpenRouter. The desktop app talks to them directly.
- MCP server config per project — GitHub, Slack, web search, anything else you've got wired up.
- Built on the Claude Code SDK, so the agent loop matches what our gateway runs in the cloud.
- Signed arm64 macOS build with auto-update via GitHub Releases.
- tRPC over IPC for fast, type-safe round-trips between the main process and the renderer.
- Drizzle ORM on better-sqlite3 for the local store.