{
    "version": "0.39.0",
    "description": "A CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. (aka Rust Token Killer)",
    "homepage": "https://www.rtk-ai.app",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/rtk-ai/rtk/releases/download/v0.39.0/rtk-x86_64-pc-windows-msvc.zip",
            "hash": "aad430c14d82b4470f14bdb9695e8cd97aeac97444bd087bd70be161ced09cb7"
        }
    },
    "bin": "rtk.exe",
    "checkver": {
        "github": "https://github.com/rtk-ai/rtk"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rtk-ai/rtk/releases/download/v$version/rtk-x86_64-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
