July 1, 2026
Rush CLI 0.2.27
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 accounts list(aliasesls,status) — a newaccountsnoun group that shows the Rush session account plus every linked service in one view. The existing top-level verbs (connect,disconnect,login,logout,whoami) stay put for muscle memory; this adds the "what am I signed into?" view users reach for first.- Singular/plural command aliases so either spelling works:
agents↔agent,plugin↔plugins.
Fixed
- Mistyped or not-yet-existing commands now fail loudly instead of silently
printing help and exiting 0. With
TraverseChildren, a typo likerush accuntsfell through to the root and printed full help with a success exit code — indistinguishable from a real command. Root and every container group (viaguardSubcommands, covering depth ≥ 2 likerush connect <typo>) now return Cobra's unknown-command error with did-you-mean suggestions and a non-zero exit. rush login status(or any stray arg tologin) no longer ignores the argument and silently launches the full OAuth browser flow.login,logout, andwhoamiare nowNoArgsand error cleanly, pointing users torush whoami/rush accounts list.
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.