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, Developer Mode, registry docs, and the publish flow for your own agents.
Inline snippet
Start with the installer. Then open Rush locally, initialize your agent, and publish from the same toolchain.
curl -fsSL https://cdn.getrush.ai/install.sh | bash
rush open
rush init
rush publishInstall command mirrors the prix.dev installation docs. Developer commands require Developer Mode.
Use the one-line installer from the docs. It installs the Rush runtime and the quick-run helper in the same pass.
Read installation guideDeveloper commands stay behind a switch. Turn it on once, then use rush init, rush build, and rush publish from the same CLI.
See Developer ModeThe registry, docs, and publish flow live on prix.dev. getrush.ai stays focused on the storefront; prix.dev is the builder surface.
Open prix.dev