rye.ai

Rye supervision workbench

Install Rye

Install the Rye CLI and verify that the local daemon, proxy, and command-line tools are available.

route
/docs/install
control point
external supervisor
signals
proxy / policy / audit
01Claude / Codex
02Rye local proxy
03policy + audit
04model API

Install command

Use the install script on a developer workstation:

Or install with Homebrew:

Verify the install

Check that the CLI is available:

exec:bash
rye --help

Check daemon, proxy, device, and workspace state:

exec:bash
rye status

rye status should show the local daemon, proxy state, device state, and workspace status. Before authentication, some fields may be empty or unauthenticated.

Authenticate

Run:

exec:bash
rye auth login

The login flow links the local device to a Rye user and workspace. That identity is used in audit records and policy decisions.

Start supervision

After authentication, start the local proxy and install the CA certificate used for HTTPS inspection:

exec:bash
rye up --install-ca --intercept-patterns openai.com,anthropic.com,claude.com,chatgpt.com,cursor.com,windsurf.com

Use rye doctor after startup to verify proxy, CA trust, DNS, and daemon state.

Update or remove

Use your package manager to update Rye if you installed through Homebrew. If you used the install script, rerun the latest installer and then verify with:

exec:bash
rye status
exec:bash
rye doctor

To stop supervision:

exec:bash
rye down