{
    "version": "2026.05.01",
    "description": "Text-based desktop environment",
    "homepage": "https://github.com/directvt/vtm",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/directvt/vtm/releases/download/v2026.05.01/vtm_windows_x86_64.7z",
            "hash": "adee88c580d778f32d1bb2d681ddd4356a1c8c3cf78b7cf7fe40ab5d9236af7d"
        },
        "32bit": {
            "url": "https://github.com/directvt/vtm/releases/download/v2026.05.01/vtm_windows_x86.7z",
            "hash": "de67f8c9af959a172a9dd989e10d11cc0d6af2ea159c2582e574e6682b68408a"
        },
        "arm64": {
            "url": "https://github.com/directvt/vtm/releases/download/v2026.05.01/vtm_windows_arm64.7z",
            "hash": "a6966c6cbde09c0912216ea1f06a35c5d82e3ff4c983f14f71cf27249a895a8a"
        }
    },
    "bin": "vtm.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/directvt/vtm/releases/download/v$version/vtm_windows_x86_64.7z"
            },
            "32bit": {
                "url": "https://github.com/directvt/vtm/releases/download/v$version/vtm_windows_x86.7z"
            },
            "arm64": {
                "url": "https://github.com/directvt/vtm/releases/download/v$version/vtm_windows_arm64.7z"
            }
        }
    }
}
