Documentation Index
Fetch the complete documentation index at: https://docs.reclaude.ai/llms.txt
Use this file to discover all available pages before exploring further.
One-line install
- Detect your OS and CPU architecture (amd64 / arm64, including macOS Rosetta 2).
- Download the matching binary, verify SHA256, and place it on your PATH.
- Install the official Claude Code CLI for you if it’s not already on the system.
Windows notes
- Use a normal PowerShell window, don’t “Run as administrator”. The installer writes to
%LOCALAPPDATA%\Programs\reclaude\bin(under your user home); admin PowerShell uses a separate PATH from your daily shell and will leave thereclaudecommand unreachable. - A 64-bit PowerShell is required. The script self-checks and exits if it detects 32-bit.
- Antivirus / EDR false positives: the script verifies SHA256 on the download, but some corporate antivirus tools may block writes. If you see
Access is denied, disable the relevant protection or whitelist%LOCALAPPDATA%\Programs\reclaudeand retry. - Claude Desktop (MSIX channel) is auto-discovered by reclaude — no extra path config needed.
Common flags (macOS / Linux)
| Flag | What it does |
|---|---|
--version <ver> | Pin a specific version (default latest) |
--no-install-claude | Skip the bundled Claude Code CLI install if you already have one |
Manual download
If the script can’t run, grab the binary directly:| OS | Arch | File |
|---|---|---|
| macOS | arm64 | reclaude-darwin-arm64 |
| macOS | amd64 | reclaude-darwin-amd64 |
| Linux | arm64 | reclaude-linux-arm64 |
| Linux | amd64 | reclaude-linux-amd64 |
| Windows | amd64 | reclaude-windows-amd64.exe |
https://dl.reclaude.ai/latest/<filename>. After downloading, mark it executable and put it on your PATH, then run reclaude setup to copy it into the standard location.
IDE extension setup
If you use the official Claude Code IDE extensions (VS Code, JetBrains, etc.), configure the extension to launch Claude through reclaude. Otherwise, requests bypass reclaude and go straight to Anthropic.-
Open the extension settings (VS Code:
Ctrl/Cmd + ,→ searchClaude Process Wrapper; JetBrains:Settings → Tools → Claude Code). - Find Claude Code: Claude Process Wrapper (description: Executable path used to launch the Claude process).
-
Set the executable path to
reclaudeand save.
- Restart the IDE so the setting takes effect.
This is a built-in setting on the official Claude Code extension — no extra plugins required.