kimi. Open Settings → CLI configuration → Kimi CLI to detect the version, install, and configure credentials.
How to connect
- Use local config: read
~/.kimi-code/config.tomldirectly. Override the config directory with$KIMI_CODE_HOME - Add provider: name, base URL, API key, model. Enabling it writes that
config.toml(backed up first asconfig.toml.bak) - You can override the
kimiexecutable path - If it is not installed, click Install on that page, or install with the terminal commands below
Config stays on this computer. The app does not upload keys to a CC GUI server.
Add a provider
Click Add and fill in:- Name, base URL, API key, model
- Provider type: Kimi Code (official) / OpenAI-compatible / Anthropic-compatible
- Optional: max context length, display name, notes
~/.ccgui/config.json. Click Use local config.toml and that file is left unchanged.
Install
macOS / Linux:npm install -g @moonshot-ai/kimi-code.
Docs: Kimi Code
Capability differences
Compared with Claude Code:- No plan mode
- Does not use desktop MCP
- Supports session continue and image input
- Stop ends the
kimichild process - History is isolated per runtime