ScoopInstaller_Main/bucket/kimi-cli.json
2025-11-19 16:30:38 +00:00

27 lines
836 B
JSON

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