2025-11-14 00:40:17 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.12.11",
"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.11/ollama-windows-amd64.zip",
"hash": "eaae7d713d221caca1b958e11972bcaca9a06b06faa830e8de168d8de831ffa7"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.12.11/ollama-windows-arm64.zip",
"hash": "7c8aae55a8b07100353984e51940b94a1213de7a07948ba7844e2c2b5523c6b8"
}
},
"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"
}
}
}