> ## 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.

# Quick start

> Install the reclaude CLI, log in through the browser device flow, and start running Claude Code in under two minutes on macOS, Linux, or Windows.

<Note>
  Before you start, sign up and pick a plan at [reclaude.ai](https://reclaude.ai).
</Note>

<Steps>
  <Step title="Install the CLI">
    In your terminal, paste the command for your OS:

    <CodeGroup>
      ```bash macOS / Linux theme={null}
      curl -fsSL https://reclaude.ai/install.sh | bash
      ```

      ```powershell Windows theme={null}
      iwr https://reclaude.ai/install.ps1 -UseBasicParsing | iex
      ```
    </CodeGroup>

    The installer detects your CPU architecture and drops `reclaude` on your PATH. Claude Code itself needs no separate install — reclaude downloads it automatically the first time you run it (no VPN needed), or uses your official Claude Code if you already have one.
  </Step>

  <Step title="Log in">
    ```bash theme={null}
    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.
  </Step>

  <Step title="Run Claude Code">
    Just run:

    ```bash theme={null}
    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.
  </Step>
</Steps>

## Verify

| Command            | Use                                                          |
| ------------------ | ------------------------------------------------------------ |
| `reclaude status`  | Check whether the daemon is running and where `claude` lives |
| `reclaude version` | Print the current version                                    |

## Hit a snag?

Check [Troubleshooting](/en/help/troubleshooting) for common symptoms, or open a ticket from the dashboard.
