Skip to main content

Subcommands

Plain reclaude with no subcommand = start the daemon and open Claude Code. That’s the everyday use.

Common flows

First-time setup:
Pause service:
Upgrade:
Full uninstall:

Switch organization

The next request will use an account from the new org.

Logs

The log file lives at ~/.reclaude/logs/daemon.log. Use reclaude logs to print the tail.

Configure gateway

The gateway is reclaude’s entry point to the service. By default the daemon probes a list of candidates at startup and picks the fastest (auto mode); pin a specific URL if you want to lock onto one (manual mode). Pick the fastest interactively:
Each candidate’s reachability and latency is printed live. Press Enter for the fastest, type a number to pick a specific one, or q to cancel. See what’s in effect:
Prints url (the URL actually in use), source (RECLAUDE_GATEWAY_URL / device.json / default), and mode (manual or auto). Reset to auto:
If the daemon is running when you save, run reclaude stop && reclaude to apply.The RECLAUDE_GATEWAY_URL environment variable wins over any local config.
Last modified on May 22, 2026