← Back to Project List
Kimi Code CLI is Moonshot's AI terminal AI Coding Agent, which can read and write code, run commands, search files, crawl web pages, and continue to plan next steps based on feedback. It features single-binary distribution, millisecond startup, specially polished TUI, video input, conversational MCP configuration, plug-in/skill ecology, sub-agents, lifecycle hooks, and ACP editor integration. Pre-sales is suitable for the discussion of "domestic model Coding Agent", "terminal research and development assistant" and "controllable development tool chain within the enterprise.

1. Project Positioning

Kimi Code CLI is the AI coding agent that runs in the terminal. The definition in README is straightforward: it can read and edit code, run shell commands, search for files, crawl web pages, and choose the next step based on the feedback it receives.

It uses Moonshot AI Kimi models out of the box and can also be configured with other compatible provider. For pre-sales, it is not a small function of the IDE plug-in, but an Agent runtime environment that can be used in the terminal, editor, MCP/plug-in ecosystem.

2. Core Competence

CapabilitiesDescriptionsPre-Sales Value
Single-binary installationOfficial scripts, Homebrew, Windows PowerShell; no Node.js requirementsLower enterprise deployment threshold
TUIOptimized for long Agent sessionsSuitable for daily use in R & D, not just one-time commands
Code reading and writing and command executionOperational project files and shellReal development closed loop
web crawlingfetch web pagessupports document checking and external data reading
Video InputCan put screen recording/demo video into dialogueSuitable for "Video to Agent for difficult to describe problems"
MCP configuration'/mcp-config' conversational add/edit/authenticate MCP serverReduce the cost of handwritten JSON configuration
Plug-in EcologyInstalls skills, MCP servers, data sources, displays trust levelEnterprise Extension Tools
Sub-AgentBuilt-in 'coder', 'explore', 'plan'Supports exploration, planning, coding and division of labor
Lifecycle hooksRun local commands at key pointsAudit, notify, and block high-risk actions
ACP'kimi acp' can be driven by ACP clients such as Zed and JetBrainsThe terminal agent can enter the IDE

3. Applicable Scenario

R & D Personal Assistant

It is suitable for daily research and development tasks such as code understanding, bug fixing, refactoring, test completion, document generation, dependency upgrade, etc. Single binary and quick start are very friendly to individual developers.

Standardization of Coding Agent inside the enterprise

Kimi Code CLI can be used as an evaluable terminal agent for enterprises that want to adopt domestic large models or multi-provider. Focused assessment:

-Whether the model capability meets the size of the code base.

-Security approval and command execution policies.

-Intranet/Proxy/MCP access.

-Compatibility with IDE, CI, code review process.

Reproduction of video driver problems

Video input is its point of differentiation. Before sales, for example, the customer can hand over the UI operation recording screen, Bug repetition video and design draft walk-through video to the Agent to generate repair suggestions, codes or tests.

Agent tool ecological portal

Kimi Code CLI supports skills, MCP, data sources, and ACP. For the enterprise Agent platform, it can be used as one of the "R & D side Agent console.

4. Not quite the scene

ScenarioReason
High-security environment where the Agent is not allowed to execute commands at allThe value of the Coding Agent depends on tool calls and file operations
As long as the IDE is completeKimi Code is an agent, not a simple autocomplete.
Unable to accept cloud model callCheck if compatible local/private model provider is available
Mature enterprise management and control desk is requiredREADME mainly displays CLI capability, and enterprise governance needs to be built separately

5. Installation and Use

macOS / Linux:

curl -fsSL https://code.kimi.com/kimi-code/install.sh | bash

Homebrew:

brew install kimi-code

Windows PowerShell:

irm https://code.kimi.com/kimi-code/install.ps1 | iex

First Use:

cd your-project
kimi

Run '/login' in the Kimi Code CLI to select Kimi Code OAuth or Moonshot AI Open Platform API key.

ACP example, Zed configuration:

{
  "agent_servers": {
    "Kimi Code CLI": {
      "type": "custom",
      "command": "kimi",
      "args": ["acp"],
      "env": {}
    }
  }
}

6. What can be said before sales

Kimi Code CLI is a terminal agent for real R & D processes. It is not just a question and answer, but can read code, change code, run commands, connect MCP, watch video input, and enter IDE through ACP. For customers, it is suitable for PoC of domestic Coding Agent: starting from a real warehouse, verification requirements understanding, code modification, test execution, security approval and team workflow integration.

7. PoC Recommendations

PhaseTaskAcceptance
Code understandingLet it explain the project catalog and core modulesAccuracy, missing points
Minor Bug FixSelect 3 Clear issueModify Correct Rate, Test Pass
Test ComplementSupplement Single Test for a ModuleCoverage, Style Consistency
MCP accessConfigure internal documents/databases/Issue toolsConfigure difficulty and call stability
Video InputDescribe Bug or UI Requirements with Recording ScreenCan I Transfer to Code Task
Security VerificationHooks/Approval Strategy MeasurementRisk Action Controllable

8. Risks and Considerations

-The Coding Agent can read and write files and execute commands. The enterprise must have permission boundaries and auditing.

-Windows need Git for Windows; custom install location to set 'KIMI_SHELL_PATH '.

-README writes "no Node.js requirements" on the user side; Participating in development requires Node.js >= 24.15.0 and pnpm 10.33.0.

-Plugin and MCP installation involves trust levels, and enterprises need to establish white lists.

-Video input is very distinctive, but the real value should be verified by customer Bug recording screen.

9. My Pre-Sales Judgment

Kimi Code CLI is suitable as a key candidate for "domestic model coding agent evaluation. It differentiates itself in the installation experience, TUI, video input, MCP configuration, ACP, and plug-in ecosystem. Before sales, don't just demonstrate "help me write functions", but demonstrate the complete research and development closed loop: reading projects, planning, changing codes, running tests, explaining risks, and submitting changes.

10. REFERENCE

-GitHub:MoonshotAI/kimi-code

-Documentation:Kimi Code Docs

-Demo GIF:intro.gif

Information verification date: 2026-06-30. GitHub API anonymous access triggers stream limiting, this note does not write real-time stars/forks.