2025-03-18 20:27:42 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.6.2",
"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.2/ollama-windows-amd64.zip",
"hash": "40519cbb53aaf866c63f3b20e63e72f2e7606c7b43453c83e7d22003e139d3ee"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.6.2/ollama-windows-arm64.zip",
"hash": "4b1748621858adfa0e192f314003e93c81662316b18bbd7ed75754c7cd886726"
}
},
"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"
}
}
}