{
    "version": "2026-05-06",
    "description": "Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. It's also open source. (Unofficial build)",
    "homepage": "https://zed.dev/",
    "license": "AGPL-3.0, Apache-2.0, GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/deevus/zed-windows-builds/releases/download/2026-05-06/zed.zip",
            "hash": "299b2764dd6c382a0429d70d6fac4052a805fbe961a26b0b877cdbe9547591d3"
        }
    },
    "extract_dir": "zed",
    "bin": "bin\\zed.exe",
    "shortcuts": [
        [
            "zed.exe",
            "Zed Nightly"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/deevus/zed-windows-builds/releases/latest",
        "jp": "$.tag_name",
        "regex": "(\\d{4}-\\d{2}-\\d{2})"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/deevus/zed-windows-builds/releases/download/$version/zed.zip"
            }
        },
        "hash": {
            "url": "$baseurl/sha256sums.txt"
        }
    }
}
