2026-02-17 00:52:56 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.16.2",
"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.16.2/ollama-windows-amd64.zip",
"hash": "05f3287d1189bf41b932901d54e7a468795315689b175fb4fc4d3bda83f40d1f"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.16.2/ollama-windows-arm64.zip",
"hash": "aec9a190974c8853fdf96c78f775cc0eee65bb647dd73b2c3af6ba84a00dc600"
}
},
"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"
}
}
}