← All CLI releases

Rush CLI 0.2.22

Install

macOS / Linux

curl -fsSL https://cdn.getrush.ai/install.sh | bash

Windows

irm https://cdn.getrush.ai/install.ps1 | iex

Homebrew

brew install phnx-labs/tap/rush

Debian / Ubuntu

sudo apt install rush-cli

Already installed?

rush upgrade

Added

  • 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 N to 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/callback route deployed and that URL allow-listed in Supabase's redirect URLs.

Downloads

PlatformBinarySHA-256
macOS · Apple Silicondownload
macOS · Inteldownload
Linux · x64download
Linux · arm64download
Windows · x64download
Windows · arm64download

Checksums are published for the current latest release. Verify older binaries against rush --version after install.