Install Rush
Use the one-line installer from the docs. It installs the Rush runtime and the quick-run helper in the same pass.
Read installation guideDocs
Rush ships the product surface here. The developer surface lives on prix.dev — installation, the CLI reference, and running agents locally or in the cloud.
Inline snippet
Start with the installer. Sign in with Phoenix ID, then run an agent locally or in the cloud from the same CLI.
curl -fsSL https://cdn.getrush.ai/install.sh | bash
rush login
rush install prix/rabbit-hole
rush run rabbit-hole --prompt "Research the state of AI evals"Install command mirrors the prix.dev installation docs. Sign in once with rush login, then run any agent.
Use the one-line installer from the docs. It installs the Rush runtime and the quick-run helper in the same pass.
Read installation guideRun rush login to sign in with Phoenix ID — one login across the CLI and prix.dev. It works on headless hosts too.
See sign-in docsRun an agent locally, or dispatch a cloud run that opens a pull request with checks and a captured trajectory as proof.
Open prix.dev