{
    "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-opengl.zip",
            "hash": "1f31f0dce92d175b7628cb1bd5117f5208a79e7a50be0674b6349f2d116f85b2"
        }
    },
    "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-opengl.zip"
            }
        },
        "hash": {
            "url": "$baseurl/sha256sums.txt"
        }
    }
}
