2025-03-12 08:30:03 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.6.0",
"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.0/ollama-windows-amd64.zip",
"hash": "00d22b6b4f2152f9b32b49757f0fa3fc7f26f2f7af5a570e07a76857f648fa6f"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.6.0/ollama-windows-arm64.zip",
"hash": "4bcedf973e6006765365d4f57d98c6eb9f9016f92f338595f5ffdd18bed875cd"
}
},
"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"
}
}
}