{
    "version": "2.1.131",
    "description": "An agentic coding tool built by Anthropic that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows.",
    "homepage": "https://claude.com/product/claude-code",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.anthropic.com/legal/consumer-terms"
    },
    "notes": [
        "Claude Code relies on Git (https://git-scm.com/downloads/win) to function correctly.",
        "If Claude Code fails to detect Git Bash, manually specify the path using the `CLAUDE_CODE_GIT_BASH_PATH` environment variable.",
        "For more information: https://code.claude.com/docs/en/setup#set-up-on-windows"
    ],
    "suggest": {
        "git": "main/git"
    },
    "architecture": {
        "64bit": {
            "url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.131/win32-x64/claude.exe",
            "hash": "49204d250c5fe1797f74bc68f305016e72b356b06fe7ff1f8a651f7ad6a0df8b"
        },
        "arm64": {
            "url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.131/win32-arm64/claude.exe",
            "hash": "d1b1336200468b5e29a0e4cc8c1dfc5c79d01f11118d8594756243bb6102dc40"
        }
    },
    "bin": "claude.exe",
    "checkver": {
        "url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/latest",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/$version/win32-x64/claude.exe",
                "hash": {
                    "url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/$version/manifest.json",
                    "jsonpath": "$.platforms.win32-x64.checksum"
                }
            },
            "arm64": {
                "url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/$version/win32-arm64/claude.exe",
                "hash": {
                    "url": "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/$version/manifest.json",
                    "jsonpath": "$.platforms.win32-arm64.checksum"
                }
            }
        }
    }
}
