ScoopInstaller_Main/bucket/kimi-cli.json
2026-01-25 12:32:10 +00:00

27 lines
836 B
JSON

{
"version": "0.87",
"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.87/kimi-0.87-x86_64-pc-windows-msvc.zip",
"hash": "5927ee5df999d05b422ea2c1b14789367003c6b3a368ae4680e21de160471294"
}
},
"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"
}
}
}