2025-11-06 20:30:21 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.12.10",
"description": "Get up and running with large language models locally.",
"homepage": "https://ollama.com/",
"license": "MIT",
"notes": "Ollama with deamon has been moved to 'extras/ollama-full'.",
"suggest": {
"Ollama Full": "extras/ollama-full"
},
"architecture": {
"64bit": {
"url": "https://github.com/ollama/ollama/releases/download/v0.12.10/ollama-windows-amd64.zip",
"hash": "1bb8ac2da1f65ee7224bfc5b605a3a9cf8557c2652781b22ff6d0f6ddb61c181"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.12.10/ollama-windows-arm64.zip",
"hash": "cfc2daab9cfeb94a264a98e2c5a1c40e43000bc8ddc6e06cf99f299a98314943"
}
},
"bin": "ollama.exe",
"checkver": {
"github": "https://github.com/ollama/ollama"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ollama/ollama/releases/download/v$version/ollama-windows-amd64.zip"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v$version/ollama-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
}
}