2025-07-01 20:29:35 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.9.4",
"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.9.4/ollama-windows-amd64.zip",
"hash": "a414523fb3133637b163e4f84ce95405f815d9b4c071b673c4b5832a1fac42c9"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.9.4/ollama-windows-arm64.zip",
"hash": "fab5d76f6d1017fbe95fe59db1b398e6db5ef1ea0bea5daa4dc46983d0bf1097"
}
},
"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"
}
}
}