← All CLI releases

Rush CLI 0.2.29

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

Fixed

  • rush connect google and rush connect twitter work again. The server-side OAuth callback was migrated to a single-use code flow (RUSH-959) — it now redirects back with an opaque code and never the bearer — but the CLI's local callback server still expected access_token in the query and failed every connect with "missing access token". The CLI now reads the code and redeems it for the real tokens via POST /api/v1/auth/oauth/exchange, the same authenticated exchange the Rush app already uses (RUSH-1348).

Security

  • Vendor bearer tokens are no longer passed through the OAuth redirect URL to the CLI. Tokens are claimed server-side with the session bearer, so they never land in the localhost callback server's request log.

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.