Rye supervision workbench
Install Rye
Install the Rye CLI and verify that the local daemon, proxy, and command-line tools are available.
Install command
Use the install script on a developer workstation:
Or install with Homebrew:
Verify the install
Check that the CLI is available:
rye --help
Check daemon, proxy, device, and workspace state:
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:
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:
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:
rye status
rye doctor
To stop supervision:
rye down