2025-03-15 20:26:26 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.6.1",
"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.1/ollama-windows-amd64.zip",
"hash": "979ae70a4ed8cff8f2c70df73e1233f75e8e5f3be59efe95ac3cd116eeef5c91"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.6.1/ollama-windows-arm64.zip",
"hash": "4237206c94c20950f925c31b59be036c72143f71b7e009752b996c0ef580a872"
}
},
"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"
}
}
}