{
    "version": "0.2026.04.29.08.57.stable_02",
    "description": "Modern, Rust-based terminal with AI built in so you and your team can build great software, faster.",
    "homepage": "https://www.warp.dev/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.warp.dev/terms-of-service"
    },
    "architecture": {
        "64bit": {
            "url": "https://releases.warp.dev/stable/v0.2026.04.29.08.57.stable_02/WarpSetup.exe",
            "hash": "4a15c84609df14b4a6ed24c4731421db52d647382d00caf51019531b0ebf9105"
        },
        "arm64": {
            "url": "https://releases.warp.dev/stable/v0.2026.04.29.08.57.stable_02/WarpSetup-arm64.exe",
            "hash": "eb35fc8f286e3188b0a9d484b45a2a6decd7bbd36b7992a4ed9328778932302c"
        }
    },
    "innosetup": true,
    "shortcuts": [
        [
            "warp.exe",
            "Warp"
        ]
    ],
    "post_uninstall": [
        "if ($purge) {",
        "    $Directories = [string[]](",
        "        [System.IO.Path]::Combine($env:LOCALAPPDATA,'warp')",
        "    )",
        "    $Directories.ForEach{",
        "        if ([System.IO.Directory]::Exists($_)) {",
        "            $null = [System.IO.Directory]::Delete($_,$true)",
        "        }",
        "    }",
        "}"
    ],
    "checkver": {
        "script": "[System.Net.HttpWebRequest]::Create('https://app.warp.dev/download?package=exe_x86_64').GetResponse().ResponseUri.AbsoluteUri",
        "regex": "/v([\\d.]+stable_\\d+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.warp.dev/stable/v$version/WarpSetup.exe"
            },
            "arm64": {
                "url": "https://releases.warp.dev/stable/v$version/WarpSetup-arm64.exe"
            }
        }
    }
}
