{
    "version": "2026.4.1",
    "description": "The powerful command-line tool (CLI) to write and execute scripts on your Bitwarden vault.",
    "homepage": "https://bitwarden.com/",
    "license": "GPL-3.0-only",
    "notes": [
        "Scoop persists data since version 2026.4.1. You may need to move data by yourself.",
        "Before: '$env:APPDATA\\Bitwarden CLI'",
        "After : '$persist_dir\\bitwarden-cli\\bw-data'"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/bitwarden/clients/releases/download/cli-v2026.4.1/bw-oss-windows-2026.4.1.zip",
            "hash": "4e7d978ace254689ddaeec8df60d2f3e043232a80e65f17800f8d3c19ffe4115"
        }
    },
    "bin": "bw.exe",
    "persist": "bw-data",
    "checkver": {
        "url": "https://github.com/bitwarden/clients/releases.atom",
        "regex": "\\/cli-v([\\d.]+)<\\/id>"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-oss-windows-$version.zip"
            }
        }
    }
}
