{
    "version": "1.14.33",
    "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.33/opencode-desktop-windows-x64.exe#/dl.7z",
            "hash": "a451d43e32100161e438666684e014080b9f17da17b0e78e86924c9319acd888"
        },
        "arm64": {
            "url": "https://github.com/anomalyco/opencode/releases/download/v1.14.33/opencode-desktop-windows-arm64.exe#/dl.7z",
            "hash": "3ec5c0394fb01af970ee220db63c5c99cbd0fa9272a72b6742c645d5b0f0de21"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse -ErrorAction Ignore",
    "bin": [
        [
            "opencode-cli.exe",
            "opencode"
        ]
    ],
    "shortcuts": [
        [
            "OpenCode.exe",
            "OpenCode"
        ]
    ],
    "checkver": {
        "github": "https://github.com/anomalyco/opencode"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-desktop-windows-x64.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/anomalyco/opencode/releases/download/v$version/opencode-desktop-windows-arm64.exe#/dl.7z"
            }
        }
    }
}
