{
    "version": "0.23.1",
    "description": "Get up and running with large language models locally, with MLX support.",
    "homepage": "https://ollama.com/",
    "license": "MIT",
    "notes": "Ollama with daemon has been moved to 'extras/ollama-full'.",
    "suggest": {
        "Ollama": "main/ollama",
        "Ollama Full": "extras/ollama-full"
    },
    "architecture": {
        "64bit": {
            "url": [
                "https://github.com/ollama/ollama/releases/download/v0.23.1/ollama-windows-amd64.zip",
                "https://github.com/ollama/ollama/releases/download/v0.23.1/ollama-windows-amd64-mlx.zip"
            ],
            "hash": [
                "0fb9693673bbd64e854944884e420469605105aa9a282a70c62230046121a7fe",
                "e5ea3cae8d193f1046a4ad226c0d3314005c9515160c69c12bb62bf9c3dec539"
            ]
        }
    },
    "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",
                    "https://github.com/ollama/ollama/releases/download/v$version/ollama-windows-amd64-mlx.zip"
                ]
            }
        },
        "hash": {
            "url": "$baseurl/sha256sum.txt"
        }
    }
}
