2025-08-21 04:29:21 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.11.6",
"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.6/ollama-windows-amd64.zip",
"hash": "34c9d26f43a4263aaf909e1ea54c75a168dc30cec98a48931188807e4e8a72fc"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.11.6/ollama-windows-arm64.zip",
"hash": "a149691481fc19010adbabb1d1df34c467e05b70334a7bba87965c88ef5befe8"
}
},
"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"
}
}
}