ScoopInstaller_Main/bucket/kimi-cli.json
2025-12-15 16:31:21 +00:00

27 lines
836 B
JSON

{
"version": "0.64",
"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/0.64/kimi-0.64-x86_64-pc-windows-msvc.zip",
"hash": "e09764b449a343972db1c824b86c93e6b3d238b73d980560f2259b9d2c97ce11"
}
},
"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"
}
}
}