2025-05-29 00:40:08 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.8.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.8.0/ollama-windows-amd64.zip",
"hash": "cabea9ac279a5fc6f8c12ec4a833dca8482d7583a32de57985872f5c58b45c3e"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.8.0/ollama-windows-arm64.zip",
"hash": "82fb53c61a0eabf025486734a668469a872599b8a929ed9704ffaac2a1eec0c8"
}
},
"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"
}
}
}