看官方项目支持地址,可以 Windows 版仍不完善,但也部分可用。
不是 使用 WSL,
需要提前安装 Git For Windows,
一个可用的版本 https://registry.npmmirror.com/-/binary/git-for-windows/v2.51.2.windows.1/Git-2.51.2-64-bit.exe
然后下载 uv
如果有 Python 环境,可以 pip install uv,否则可以下载 ps1 脚本安装
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
运行后可能有类似如下的提示,按提示操作即可。
warning: C:\Users\geyee.local\binis not on your PATH. To use installed tools, runset PATH="C:\Users\geyee\.local\bin;%PATH%"oruv tool update-shell.
uv tool update-shell
接着
uv tool install --python 3.13 kimi-cli -i https://pypi.tuna.tsinghua.edu.cn/simple
使用国内的镜像下载,也可更换成其他,如 https://mirrors.aliyun.com/pypi/simple,https://pypi.mirrors.ustc.edu.cn/simple/ 等 或者去掉-i及参数
最后购买 Kimi For Coding 会员(其他可能不划算,视情况而变),配置 API KEY 使用。
命令行输入 kimi 接着 /setup 粘贴 key 就可以愉快地操作了。

更多以官方为准。