Skip to main content

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.

Before you start, sign up and pick a plan at reclaude.ai.
1

Install the CLI

In your terminal, paste the command for your OS:
curl -fsSL https://reclaude.ai/install.sh | bash
The installer detects your CPU architecture, drops reclaude on your PATH, and installs the official Claude Code CLI alongside it if you don’t have one yet.
2

Log in

reclaude login
The terminal prints an authorization link. Open it in your browser, sign in to your ReClaude account, name this device, and click Approve. The terminal will finish login a few seconds later.
3

Run Claude Code

Just run:
reclaude
ReClaude starts the local daemon in the background, then launches Claude Code as usual. Requests are served by the account ReClaude has assigned to you.

Verify

CommandUse
reclaude statusCheck whether the daemon is running and where claude lives
reclaude versionPrint the current version

Hit a snag?

Check Troubleshooting for common symptoms, or open a ticket from the dashboard.
Last modified on May 7, 2026