One of Japan's largest directories x find the right AI in as little as a minute

▶︎ For those who want to list their service

  1. AI BEST SEARCH
  2. Kilo Code
Kilo Code

Kilo Code
: How to use it, features, and the business problems it solves

Add bookmark

What is Kilo Code?

Kilo Code is an MIT-licensed open-source AI coding agent that runs the same way in VS Code, JetBrains, the CLI, and the cloud. You switch between purpose-built agents — Code, Plan, Ask, Debug, and Review — to generate code, refactor, chase bugs, and review changes. It supports 500+ models with mid-task switching, and charges no markup on AI inference: you pay the provider's rate. You can bring your own API keys or run local models with Ollama. Platform access is free for individuals and $15 per user per month for Teams. Anaconda acquired the company in July 2026, and Kilo Code now has more than 3 million users.

Business problems it solves

About "Kilo Code"

What is Kilo Code

Kilo Code is an MIT-licensed open-source AI coding agent that runs the same way in VS Code, JetBrains, the CLI, and the cloud. It writes code in your editor, refactors, chases bugs, keeps documentation current, and runs terminal commands.

The sharpest difference from its competitors is the pricing structure. Kilo Code adds no markup to AI inference. You pick from 500+ models, switch between them mid-task, and pay the model provider's rate. You can bring your own API keys, or run local models through Ollama.

More than 3 million people use it, and on July 15, 2026 Anaconda — best known for its Python distribution — acquired the company. It has continued as an open-source product since.

Kilo Code in use. On the left, the VS Code side panel shows a chat in Code mode with Claude Opus 4.8 selected, alongside a history that includes App UI modernization and React/Next.js frontend migration. On the right, Kilo CLI is running in a terminal with GPT-5.5, waiting on the prompt "Fix broken tests"

Source: Kilo Code official repository (the screenshots below are from the same source)

3M+Users
Kilo Coders
500+Models available
Across 60+ providers
40T+Tokens processed
Cumulative
26.8k+GitHub stars
MIT licensed
Provider
Kilo-Org (acquired by Anaconda in July 2026)
Category
Open-source AI coding agent
License
MIT (VS Code extension, JetBrains plugin, and CLI alike)
Surfaces
VS Code / JetBrains (IntelliJ, PyCharm, WebStorm) / CLI / Cloud / Slack
Price
Free for individuals. Teams at $15 per user per month. Inference billed separately
Japanese
Supported (Japanese UI and Japanese README)

You pay what the model costs

Use an AI coding tool long enough and the bill stops being legible. Kilo Code splits it into three layers you pay for separately.

01

Platform

  • Free for individuals
  • Team features at $15 per user per month
02

AI inference

Choose free models, local models, your own API keys, Kilo Gateway (pay-as-you-go at cost), or Kilo Pass (a monthly credit subscription). Even through the Gateway, there is no markup

03

Cloud compute

  • Usage-based, for cloud agents
  • Billed separately from inference

Because platform access and model cost are decoupled, you can see where the money is actually going.

There is also Auto Model: pick a tier — Frontier (the latest, most capable paid models), Efficient (session-aware routing for smarter spend), or Free (the best free models available) — and Kilo chooses the model strategy per task for you.

How to use it

Start by choosing where you want to work. The same open-source agent runs behind every entry point.

  1. VS Code — Install the Kilo Code extension from the Marketplace. If you use a VS Code-like editor, it is also on Open VSX.
  2. CLInpm install -g @kilocode/cli, then run kilo in any project directory. Homebrew (brew install Kilo-Org/tap/kilo) and the AUR are supported too.
  3. JetBrains — Install the Kilo Code plugin from the JetBrains Marketplace, or search "Kilo Code" under Settings → Plugins.
  4. Cloud agents — Run Kilo from the web with no local machine at app.kilo.ai/cloud.
  5. Code reviews — Set up automated AI reviews on your pull requests at app.kilo.ai/code-reviews.

No API key is required to start. Kilo Auto Free routes to free models with no credit card.

Features

01Agents for each kind of task

Switch agents by task. You can also build your own.

  • Code — The default. Implements and edits code from natural language
  • Plan — Designs architecture and writes implementation plans before any code is written
  • Ask — Answers questions about your codebase without touching any files
  • Debug — Troubleshoots and traces issues
  • Review — Reviews your changes across performance, security, style, and test coverage

02Core implementation capabilities

  • Multi-file code generation — Changes that span the codebase, from natural language
  • Inline autocomplete — Ghost-text suggestions, Tab to accept
  • Self-checking — The agent reviews and corrects its own work
  • Terminal and browser control — Runs commands and automates the web
  • MCP marketplace — Find and wire up MCP servers to extend what the agent can do

03One command center for every agent

Local and cloud, IDE and CLI, controlled from one place.

  • Parallel isolated worktrees — Run several agents at once without collisions
  • Session handoff — Start in VS Code, continue in the CLI or the cloud
  • Transparency — Audit the prompt, context window, and decisions in MIT-licensed source. No silent model switching

The surfaces Kilo runs on: VS Code, JetBrains, IntelliJ, PyCharm, WebStorm, CLI, Cloud Agents, Slack, Code Reviewer, Gateway, and Gastown, shown in a single row

Fully autonomous runs in CI/CD

The Kilo CLI has an Autonomous Mode that runs with no prompts at all.

kilo run --auto "run tests and fix any failures"

--auto disables every permission prompt and lets the agent execute any action without confirmation. The project states plainly that it should be used only in trusted environments, and positions it as a feature for CI/CD pipelines.

Pricing

Kilo Code bills platform access, AI inference, and cloud compute separately.

Platform

PlanPrice (monthly)What's included
Free & Open Source$0Open-source VS Code, JetBrains, and CLI extensions; agentic coding; code completion and generation; works with any AI model (usage billed separately)
Teams$15 / userThe above plus usage analytics and reporting, AI adoption score, shared agent modes, centralized billing, shared BYOK, team management, data privacy controls, and priority support (14-day free trial)
EnterpriseCustomThe above plus model and provider restrictions, a shared private Gateway, audit logs, SSO/OIDC/SCIM, SLA commitments, and dedicated support channels

AI inference

OptionPriceDetails
Free models / local / BYOK$0Auto Free routes to free models via Kilo Gateway. Bring Anthropic, OpenAI, Google, Azure, AWS Bedrock or other keys, or run local models with Ollama or LM Studio
Kilo GatewayUsage-based, no subscription500+ models across 60+ providers at exact provider rates, with no markup. Top up credits only when you need them
Kilo PassFrom $19Subscribe to a monthly credit amount and earn up to 50% bonus credits

Cloud compute for cloud agents is billed separately from inference, based on usage.

Adoption and reception

The official site names Meta, Amazon, Airbnb, PayPal, Square, and Red Hat among the companies whose developers use Kilo, and it has taken the #1 spot for Open Source Product of the Month on Product Hunt.

Third-party numbers, as of August 2026:

MetricValue
VS Code Marketplace installs~1.42 million
VS Code Marketplace rating4 stars (205 ratings)
GitHub stars26,888
GitHub forks3,057

The official FAQ also states that Kilo CLI is a fork of OpenCode, enhanced to work within the Kilo platform. That kind of disclosed lineage is part of why teams choose open source.

How it differs from other AI coding tools

ProductDeliveryModel choicePricing model
Kilo CodeOpen source (MIT); extension, CLI, cloud500+, switchable mid-taskFree for individuals; inference at provider cost
ClineOpen source; VS Code extensionAny model with your own API keyExtension free; inference at cost
CursorDedicated editor (closed)The vendor's model lineupSubscription
Claude CodeCLI (closed)The Claude familyBundled with Claude plans
GitHub CopilotIDE extension (closed)The vendor's model lineupSubscription

As a guide: choose Kilo Code if you want to inspect the prompts and reasoning, pick your own models, and see the cost broken out. Choose Cursor if you want one editor experience tuned end to end. Choose Claude Code if you work in the terminal and already pay for Claude. Choose Cline if all you want is a lightweight open-source extension.

FAQ

Q. Is it really free? Platform access is free for individuals, and the extensions, plugin, and CLI are all MIT-licensed open source. The only cost is AI inference — and choosing free or local models brings that to zero as well.

Q. Does it work in Japanese? Yes. A Japanese UI locale is included, and the official README has a Japanese version.

Q. Can I use my own API key? Yes. Bring Anthropic, OpenAI, Google, Azure, or AWS Bedrock keys, or run local models with Ollama or LM Studio.

Q. Does it support MCP? Yes. You can find and connect MCP servers through the MCP marketplace.

Q. Is it still open source after the Anaconda acquisition? Yes. It continues as an open-source product for individuals, teams, and organizations.


The information on this page is based on what was published on the official site and repository as of August 2026. Features and pricing may change; please check the official site for the latest details.

Try Kilo Code

Frequently compared services

Articles featuring Kilo Code