Kilo Code
https://kilo.ai โdeveloper-tools
Free (BYO API key) ยท Kilo Pass from $19/mo
Developers who want model flexibility, cost transparency, and multi-agent orchestration
You want polished opinionated UX โ use Cursor or Claude Code instead
Kilo Code: The Open-Source AI Coding Agent That Lets You Bring Any Model
500+ models. Zero markup. An orchestrator that coordinates planner, coder, and debugger agents. Free with BYO API key. Here's whether it delivers.
Tool & Practice Writer
The AI coding agent space is crowded. Cline proved the concept, Cursor polished the UX, Claude Code brought raw power. Kilo Code is trying to be all of them at once โ and it's open source.
What It Is
Kilo Code is an open-source AI coding agent that runs inside VS Code, JetBrains IDEs, and as a standalone CLI. It forked from both Cline and Roo Code, raised $8 million in seed funding, and has crossed 1.5 million users.
The codebase is Apache-2.0 licensed (MIT for the CLI). You can inspect every line.
The Headline Feature: Orchestrator Mode
This is what separates Kilo Code from the tools it forked. Instead of a single agent doing everything sequentially, Orchestrator mode breaks complex tasks into subtasks and routes each to a specialist:
- Architect agent handles planning and system design
- Coder agent handles implementation
- Debugger agent handles testing and fixes
Give it something like "refactor authentication to JWT with refresh tokens" and the orchestrator creates a plan, delegates file changes, routes testing, and coordinates results. When it works, it handles tasks that would trip up a single-pass agent.
When it doesn't work, it's more expensive than doing it manually โ the coordination overhead means more API calls. Complex orchestrations can burn through tokens fast.
500+ Models, Zero Markup
This is the pricing story that matters. Kilo Code connects to 500+ models through OpenRouter and direct integrations. Claude Opus 4.6, GPT-5, Gemini 3 Pro โ all at exact provider rates. No markup. No per-token commission. A dollar of Kilo credits equals a dollar of model costs.
You can also bring your own API keys directly from Anthropic, OpenAI, Google, or any compatible provider. Or run local models entirely on-device.
Several competitors add margins on top of API costs or lock model access behind subscriptions. Kilo Code's transparency here is a genuine differentiator.
Memory Bank
AI agents forget everything between sessions. Kilo Code's Memory Bank stores architectural decisions, project conventions, and codebase context in structured Markdown files within your repo. When you start a new session, the agent reads these to rebuild understanding.
It's not perfect โ large projects can still overwhelm context windows โ but it noticeably reduces the "explain the project from scratch" repetition.
Agent Modes Beyond Orchestrator
- Code mode: Generate, complete, and transform code
- Architect mode: System design and high-level decisions
- Debug mode: Diagnose bugs and propose fixes
- Ask mode: Get explanations without modifying files
- Custom modes: Build your own for security audits, performance reviews, or domain-specific tasks
Each mode constrains behavior so the agent stays focused.
The Verdict
Rating: 8/10
Kilo Code is the most feature-rich open-source coding agent available right now. Orchestrator mode is genuinely useful for complex refactors and multi-file tasks. Zero-markup pricing is rare and refreshing. JetBrains support (not just VS Code) expands the audience significantly.
The gaps: Orchestrator mode can be token-expensive on complex tasks. Memory Bank is functional but not as seamless as Cursor's built-in context. The UI can feel cluttered with all the modes and options.
But for developers who want model flexibility, cost transparency, and open-source auditability โ Kilo Code is the current best answer.