June 24, 2026
Rush CLI 0.2.22
Install
macOS / Linux
curl -fsSL https://cdn.getrush.ai/install.sh | bashWindows
irm https://cdn.getrush.ai/install.ps1 | iexHomebrew
brew install phnx-labs/tap/rushDebian / Ubuntu
sudo apt install rush-cliAlready installed?
rush upgradeAdded
rush login --no-browser: print the sign-in URL and wait instead of trying to open a browser, for SSH/headless hosts. Pair with--callback-port Nto move the OAuth callback port so it can be forwarded (ssh -L N:localhost:N).rush login --paste-code: sign in with no port forwarding — open the printed URL on any device, sign in, and paste the one-time code back. PKCE is preserved end to end (the verifier never leaves the CLI). Requires prix-api with the/api/v1/auth/cli/callbackroute deployed and that URL allow-listed in Supabase's redirect URLs.
Downloads
| Platform | Binary | SHA-256 |
|---|---|---|
| macOS · Apple Silicon | download | — |
| macOS · Intel | download | — |
| Linux · x64 | download | — |
| Linux · arm64 | download | — |
| Windows · x64 | download | — |
| Windows · arm64 | download | — |
Checksums are published for the current latest release. Verify older binaries against rush --version after install.