ScoopInstaller_Main/bucket/kimi-cli.json
2026-01-26 16:58:46 +00:00

27 lines
836 B
JSON

{
"version": "0.88",
"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.88/kimi-0.88-x86_64-pc-windows-msvc.zip",
"hash": "2263345921381d0e45cb2686f336defe242b41c37415833e01219468b248b25b"
}
},
"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"
}
}
}