2025-05-30 04:29:54 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.9.0",
"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.0/ollama-windows-amd64.zip",
"hash": "b4c9a283f3bcd91850dcc69bda35e8b26008ecf1394b59ac98bfbb91da7cdd71"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.9.0/ollama-windows-arm64.zip",
"hash": "3d5b379d57d347a7563b250779e09f487d3f40d416e7a6df8e2f277dc69ae690"
}
},
"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"
}
}
}