ScoopInstaller_Main/bucket/kimi-cli.json
2026-02-24 12:33:13 +00:00

27 lines
842 B
JSON

{
"version": "1.13.0",
"description": "Kimi CLI is your next CLI agent.",
"homepage": "https://github.com/MoonshotAI/kimi-cli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.13.0/kimi-1.13.0-x86_64-pc-windows-msvc.zip",
"hash": "04f1c06eac2f16711a0900d9092a4d96c8c23dda175b5c14a3b14d9abcc5d6f3"
}
},
"bin": "kimi.exe",
"checkver": {
"github": "https://github.com/MoonshotAI/kimi-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MoonshotAI/kimi-cli/releases/download/$version/kimi-$version-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}