{
    "version": "2026-05-04",
    "description": "A tiling window manager for Windows (nightly builds)",
    "homepage": "https://github.com/LGUG2Z/komorebi",
    "license": {
        "identifier": "Komorebi",
        "url": "https://github.com/LGUG2Z/komorebi/blob/master/LICENSE.md"
    },
    "notes": "Check out the quickstart guide on https://lgug2z.github.io/komorebi",
    "suggest": {
        "whkd": "extras/whkd",
        "autohotkey": "extras/autohotkey"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/LGUG2Z/komorebi/releases/download/nightly/komorebi-nightly-x86_64-pc-windows-msvc.zip",
            "hash": "54fc3d94478e8c07ddbf458f095d5ef7948ea2ef85eb0a31bb4bcfb79ce44c28"
        },
        "arm64": {
            "url": "https://github.com/LGUG2Z/komorebi/releases/download/nightly/komorebi-nightly-aarch64-pc-windows-msvc.zip",
            "hash": "c44bb0d389a5427969c9658e6e2fcb15ccb1f1febaa33091799abe70bd2f821d"
        }
    },
    "bin": [
        "komorebi.exe",
        "komorebic.exe",
        "komorebic-no-console.exe",
        "komorebi-gui.exe",
        "komorebi-bar.exe"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/LGUG2Z/komorebi/releases/tags/nightly",
        "jsonpath": "$.body",
        "regex": "nightly \\((\\d{4}-\\d{2}-\\d{2})\\)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/LGUG2Z/komorebi/releases/download/nightly/komorebi-nightly-x86_64-pc-windows-msvc.zip"
            },
            "arm64": {
                "url": "https://github.com/LGUG2Z/komorebi/releases/download/nightly/komorebi-nightly-aarch64-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
