2025-09-04 20:28:31 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.11.10",
"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.11.10/ollama-windows-amd64.zip",
"hash": "e87a70728ce6298a48f8f19366508e8bd168d904c736c2a11620229d445e1846"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.11.10/ollama-windows-arm64.zip",
"hash": "d2f9f52f1afdf620e762598c98cbf604128016d80e8bb19d6093c697e3b96740"
}
},
"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"
}
}
}