How to install MoonshotAI/kimi-cli. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
MoonshotAI/kimi-cli Installation Guide
How to install MoonshotAI/kimi-cli. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for MoonshotAI/kimi-cli. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i MoonshotAI/kimi-clior
Install via npx
npx @hexmos/ipm i MoonshotAI/kimi-cliPrerequisites
Python
languageVersion: >=3.8
pip
package managermake
build toolVersion: >=4.0
Node.js
runtimeVersion: >=16.0.0
npm
package managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via Pip (Recommended)
pip install kimi-cliInstall via Homebrew (macOS)
brew install kimi-cliDownload Binary Release (Linux)
wget https://github.com/MoonshotAI/kimi-cli/releases/download/1.49.0/kimi-1.49.0-x86_64-unknown-linux-gnu.tar.gz
tar -xzf kimi-1.49.0-x86_64-unknown-linux-gnu.tar.gz
sudo mv kimi /usr/local/bin/Download Binary Release (macOS)
wget https://github.com/MoonshotAI/kimi-cli/releases/download/1.49.0/kimi-1.49.0-x86_64-apple-darwin.tar.gz
tar -xzf kimi-1.49.0-x86_64-apple-darwin.tar.gz
sudo mv kimi /usr/local/bin/Download Binary Release (Windows)
wget https://github.com/MoonshotAI/kimi-cli/releases/download/1.49.0/kimi-1.49.0-x86_64-pc-windows-msvc.zip
unzip kimi-1.49.0-x86_64-pc-windows-msvc.zip
kimi.exeInstall from Source
git clone https://github.com/MoonshotAI/kimi-cli.git
cd kimi-cli
make prepare
make build
uv run kimiPost Installation Steps
- See [Getting Started](https://moonshotai.github.io/kimi-cli/en/guides/getting-started.html) for how to start using Kimi CLI.
