{
    "version": "1.14.39",
    "description": "The open source AI coding agent.",
    "homepage": "https://opencode.ai/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/anomalyco/opencode/releases/download/v1.14.39/opencode-windows-x64.zip",
            "hash": "71f2df77dd634f8515a894f76b284b68507e7ce7ca0b32627d2429095f481fc1"
        },
        "arm64": {
            "url": "https://github.com/anomalyco/opencode/releases/download/v1.14.39/opencode-windows-arm64.zip",
            "hash": "20f0592ee2e193e4099926329b8d329594db668f6a3b8d789dfe599b96567133"
        }
    },
    "bin": "opencode.exe",
    "checkver": {
        "github": "https://github.com/anomalyco/opencode"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-windows-arm64.zip"
            }
        }
    }
}
