2025-03-05 00:37:16 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.5.13",
"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.5.13/ollama-windows-amd64.zip",
"hash": "20ca8745085f18b61dfd3b41681a3325f0500a4e2eb6096d971808a7529c3dbd"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.5.13/ollama-windows-arm64.zip",
"hash": "4d84e890b25ae754ef8ecaa20dffd03ba21a59266c6cd082b077466a467546a9"
}
},
"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"
}
}
}