2025-05-01 20:28:18 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.6.7",
"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.6.7/ollama-windows-amd64.zip",
"hash": "069658bd804ad08117ec9ea9db3c6d0bd8a5d36b9d1acbc36ab982e9bfc32e84"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.6.7/ollama-windows-arm64.zip",
"hash": "a5968a28afd114d065c5bdf4598dbaebcbcb3a13a192417a2932403b18ec7796"
}
},
"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"
}
}
}