2025-08-06 16:30:19 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.11.3",
"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.11.3/ollama-windows-amd64.zip",
"hash": "8af7b5c64cef2110b94c6ed8c8f95fed9a00e68bbc35baac195f6b8dd5219f5b"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.11.3/ollama-windows-arm64.zip",
"hash": "ce3164394dd7640070d760e94f98fc1a38ee6aee0e2e745f7f467842e5554235"
}
},
"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"
}
}
}