2025-06-26 16:30:39 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.9.3",
"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.3/ollama-windows-amd64.zip",
"hash": "9bd9363908f4e12c420f79e7f08ba36e3833754a3e0ac64c06b688bf7affde15"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.9.3/ollama-windows-arm64.zip",
"hash": "9c8b7021dbb3c067249a84ebaa7c34d79666d9fe89b69013e74fd17d0dfd685e"
}
},
"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"
}
}
}