July 1, 2026
Rush CLI 0.2.29
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 upgradeFixed
rush connect googleandrush connect twitterwork again. The server-side OAuth callback was migrated to a single-use code flow (RUSH-959) — it now redirects back with an opaquecodeand never the bearer — but the CLI's local callback server still expectedaccess_tokenin the query and failed every connect with "missing access token". The CLI now reads thecodeand redeems it for the real tokens viaPOST /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
| 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.