ScoopInstaller_Main/bucket/kimi-cli.json
2026-02-03 00:54:14 +00:00

27 lines
833 B
JSON

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