AI Agent Hub
AI エージェント / プラグイン情報メディア
← 一覧へ
Kilo Code
OTHER

Kilo Code

Kilo Code

Roo / Cline / Cursor の良いとこ取りを謳う VS Code 用 AI エージェント拡張。マルチモード / Orchestrator / Memory Bank を備える。

原文: Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.
#VS Code#fork系#ai#ai-age#ai-coding#ai-developer-tools#chatgpt#claude#cli#gemini#jetbrains#sonnet
REPO STATS

リポジトリ統計

⭐ Stars
19k
🍴 Forks
2.5k
⚠️ Open Issues
1143
🌿 Language
TypeScript
📄 License
MIT
🕒 最終更新
2026.05.07 (今日)
📅 公開日
2025.03.11
🌿 Branch
main
README

ドキュメント

— AI による自動翻訳 (2026.05.07 更新)

VS Code Marketplace X (Twitter) Substack Blog Discord Reddit

kilo-code-logo

Kilo はオールインワンのエージェンティック・エンジニアリング・プラットフォームです。最も人気のあるオープンソースコーディング・エージェントで、より速くビルド、リリース、イテレーションできます。

  • ✨ 自然言語からコード生成
  • ✅ 自らの成果を確認
  • 🧪 ターミナルコマンドの実行
  • 🌐 ブラウザの自動化
  • ⚡ インラインオートコンプリート提案
  • 🤖 最新の AI モデル
  • 🎁 API キーはオプション

クイックリンク

主な機能

  • コード生成:Kilo は自然言語を使用してコードを生成できます。
  • インラインオートコンプリート:AI を搭載した、入力時のインテリジェント・コード補完を取得します。
  • タスク自動化:Kilo は時間を節約するための反復的なコーディング タスクを自動化できます。
  • 自動リファクタリング:Kilo は既存コードを効率的にリファクタリングおよび改善できます。
  • MCP サーバー マーケットプレイス:Kilo は MCP サーバーを簡単に検索して使用し、エージェント機能を拡張できます。
  • マルチモード:Architect でプラン、Coder でコード、Debugger でデバッグし、独自のカスタムモードを作成できます。

Visual Studio Code で始める

  1. VS Code Marketplace から Kilo Code 拡張機能をインストールします。
  2. Gemini 3.1 Pro、Claude 4.6 Sonnet & Opus、GPT-5.4 を含む 500 以上の最先端 AI モデルにアクセスするためのアカウントを作成します。プロバイダーの料金と正確に一致する透明性のある価格設定です。
  3. ワークフローに適応する AI でコーディングを開始します。Kilo が実際に動作するのを見るには、クイックスタートガイドをご覧ください。

ビデオを見る

CLIを始めましょう

# npm
npm install -g @kilocode/cli

# Or run directly with npx
npx @kilocode/cli

その後、どのプロジェクトディレクトリでも kilo を実行して開始します。

npm インストールのメモ: 隠れた .kilo ファイル

一部のシステムおよび npm バージョンでは、@kilocode/cli をインストールすると、インストールされた kilo コマンドの近くに隠れた .kilo ファイルが作成される可能性があります(例えば、グローバル npm bin ディレクトリ内)。このファイルは npm が生成したランチャーヘルパーであり、プロジェクトデータではありません。

  • 理由: npm は CLI 実行ファイルを接続する際にヘルパーアーティファクトを作成する可能性があります。
  • サイズに関する注意: サイズはプラットフォーム、npm バージョン、インストールモード (symlink vs コピーされたランチャー) によって異なる可能性があるため、固定サイズは保証されません。
  • 安全性: そのまま置いておくのは安全です。手動で編集しないでください。パッケージマネージャーのアンインストール (npm uninstall -g @kilocode/cli) を使用して、インストールアーティファクトをきれいに削除してください。

GitHub Releases からインストール(オプション)

Releases ページ から最新のバイナリまたはソースコードをダウンロードし、このクイックガイドを使用してください:

  • kilo-<os>-<arch>.zip は Windows および macOS の OS と CPU アーキテクチャ用の CLI バイナリです。(Linux の場合は kilo-linux-<arch>.tar.gz)
  • darwin は macOS を意味します。
  • x64 は標準的な 64 ビット Intel/AMD CPU です。
  • x64-baseline は古い x64 CPU (AVX 命令をサポートしていない) 用の互換性ビルドです。
  • arm64 は ARM ベースの Linux/MacOS です。
  • musl は glibc なしで Alpine/最小限の Docker 用の静的リンクされた Linux ビルドです。Alpine/最小限の Docker ユーザーはマッチングする *-musl アセットを優先する必要があります。
  • kilo-vscode-*.vsix は VS Code 拡張パッケージであり、CLI バイナリではありません。
  • Source code リリースはソースからのビルド用であり、通常のインストール用ではありません。

ほとんどのユーザーの場合:

  • Windows (ほとんどの PC): kilo-windows-x64.zip
  • macOS Apple Silicon: kilo-darwin-arm64.zip
  • macOS Intel: kilo-darwin-x64.zip
  • Linux x64: kilo-linux-x64.tar.gz
  • Linux on ARM: kilo-linux-arm64.tar.gz

自律モード (CI/CD)

kilo run--auto フラグを使用して、ユーザーインタラクションなしで完全自律的な操作を有効にします。これは CI/CD パイプラインと自動化されたワークフロー向けに最適です:

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

重要: --auto フラグはすべての権限プロンプトを無効にし、エージェントが確認なしでアクションを実行することを許可します。CI/CD パイプラインなどの信頼できる環境でのみ使用してください。

貢献

開発者、ライター、熱心な方からの貢献をお待ちしています! はじめに、貢献ガイド をお読みください。環境のセットアップ、コーディング基準、貢献タイプ、プルリクエストの送信方法の詳細が含まれています。

リリースプロセスについては RELEASING.md を参照してください。

行動規範

私たちのコミュニティは尊重、包括性、協力に基づいて構築されています。すべての貢献者とコミュニティメンバーの期待を理解するために、行動規範 を確認してください。

ライセンス

このプロジェクトは MIT ライセンスの下でライセンスされています。 適切な帰属と著作権表示を含む限り、商用を含め、このコードを自由に使用、変更、配布できます。ライセンス を参照してください。

Kilo CLI はどこから来たのですか?

Kilo CLI は OpenCode のフォークであり、Kilo agentic engineering プラットフォーム内で動作するように拡張されています。

— GitHub から取得した原文(一部省略の場合あり)

VS Code Marketplace X (Twitter) Substack Blog Discord Reddit

kilo-code-logo

Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.

  • ✨ Generate code from natural language
  • ✅ Checks its own work
  • 🧪 Run terminal commands
  • 🌐 Automate the browser
  • ⚡ Inline autocomplete suggestions
  • 🤖 Latest AI models
  • 🎁 API keys optional

Quick Links

Key Features

  • Code Generation: Kilo can generate code using natural language.
  • Inline Autocomplete: Get intelligent code completions as you type, powered by AI.
  • Task Automation: Kilo can automate repetitive coding tasks to save time.
  • Automated Refactoring: Kilo can refactor and improve existing code efficiently.
  • MCP Server Marketplace: Kilo can easily find, and use MCP servers to extend the agent capabilities.
  • Multi Mode: Plan with Architect, Code with Coder, and Debug with Debugger, and make your own custom modes.

Get Started in Visual Studio Code

  1. Install the Kilo Code extension from the VS Code Marketplace.
  2. Create your account to access 500+ cutting-edge AI models including Gemini 3.1 Pro, Claude 4.6 Sonnet & Opus, and GPT-5.4 – with transparent pricing that matches provider rates exactly.
  3. Start coding with AI that adapts to your workflow. Watch our quick-start guide to see Kilo in action:

Watch the video

Get Started with the CLI

# npm
npm install -g @kilocode/cli

# Or run directly with npx
npx @kilocode/cli

Then run kilo in any project directory to start.

npm Install Note: Hidden .kilo File

On some systems and npm versions, installing @kilocode/cli can create a hidden .kilo file near the installed kilo command (for example in a global npm bin directory). This file is an npm-generated launcher helper, not project data.

  • Why it exists: npm may create helper artifacts while wiring CLI executables.
  • Size caveat: size can vary by platform, npm version, and install mode (symlink vs copied launcher), so a strict fixed size is not guaranteed.
  • Safety: it is safe to leave in place. Do not edit it manually. Use your package manager's uninstall (npm uninstall -g @kilocode/cli) to remove install artifacts cleanly.

Install from GitHub Releases (Optional)

Download the latest binary or source code from the Releases page, use this quick guide:

  • kilo-<os>-<arch>.zip is the CLI binary for your OS and CPU architecture on Windows and macOS. (kilo-linux-<arch>.tar.gz for Linux)
  • darwin means macOS.
  • x64 is standard 64-bit Intel/AMD CPUs.
  • x64-baseline is a compatibility build for older x64 CPUs(do not support AVX Instruction).
  • arm64 is ARM-based Linux/MacOS.
  • musl is statically linked Linux build for Alpine/minimal Docker without glibc. Alpine/minimal Docker users should prefer the matching *-musl asset.
  • kilo-vscode-*.vsix is the VS Code extension package and not the CLI binary.
  • Source code releases are for building from source, not normal installation.

For most users:

  • Windows (most PCs): kilo-windows-x64.zip
  • macOS Apple Silicon: kilo-darwin-arm64.zip
  • macOS Intel: kilo-darwin-x64.zip
  • Linux x64: kilo-linux-x64.tar.gz
  • Linux on ARM: kilo-linux-arm64.tar.gz

Autonomous Mode (CI/CD)

Use the --auto flag with kilo run to enable fully autonomous operation without user interaction. This is ideal for CI/CD pipelines and automated workflows:

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

Important: The --auto flag disables all permission prompts and allows the agent to execute any action without confirmation. Only use this in trusted environments like CI/CD pipelines.

Contributing

We welcome contributions from developers, writers, and enthusiasts! To get started, please read our Contributing Guide. It includes details on setting up your environment, coding standards, types of contribution and how to submit pull requests.

See RELEASING.md for the release process.

Code of Conduct

Our community is built on respect, inclusivity, and collaboration. Please review our Code of Conduct to understand the expectations for all contributors and community members.

License

This project is licensed under the MIT License. You’re free to use, modify, and distribute this code, including for commercial purposes as long as you include proper attribution and license notices. See License.

Where did Kilo CLI come from?

Kilo CLI is a fork of OpenCode, enhanced to work within the Kilo agentic engineering platform.

RELATED

同じカテゴリの他のツール