2025-06-17 00:40:46 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.9.1",
"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.1/ollama-windows-amd64.zip",
"hash": "445b541d56f44254e40fe1b0d4c3b1f8e2a75242bb6bb1d57b5d4350c8a0d944"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.9.1/ollama-windows-arm64.zip",
"hash": "cbd3fdb5cbbf2538a36cbf074ed4ccfaf46229a38b7cbfd7bc1fc1c0471c7d22"
}
},
"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"
}
}
}