2025-10-17 00:38:31 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.12.6",
"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.6/ollama-windows-amd64.zip",
"hash": "7babe953b7a1f31d1335b3b4d3549568e06ee894730b679c99f286a9f8eda6d0"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.12.6/ollama-windows-arm64.zip",
"hash": "8b0855a96a84cdce943e9abdddf0247b882081374dd0622d059e015104a14a2f"
}
},
"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"
}
}
}