ScoopInstaller_Main/bucket/kimi-cli.json
2026-01-27 04:36:57 +00:00

27 lines
833 B
JSON

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