{
    "version": "0.23.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.23.1/ollama-windows-amd64.zip",
            "hash": "0fb9693673bbd64e854944884e420469605105aa9a282a70c62230046121a7fe"
        },
        "arm64": {
            "url": "https://github.com/ollama/ollama/releases/download/v0.23.1/ollama-windows-arm64.zip",
            "hash": "2037c36e5dc1926dc68aab7c6e874d02d40c165d472d945aacfd0d170725603f"
        }
    },
    "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"
        }
    }
}
