July 1, 2026
Rush CLI 0.2.28
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
- The background daemon now self-heals across all platforms when its service
registration points at a missing binary — so a stale or poisoned unit no
longer crash-loops silently and stops refreshing your session token (the
cause of
rush whoamishowing an expired session that never auto-refreshed).- Windows: the HKCU Run installer now rejects ephemeral
go test/go-buildpaths and rewrites a stale or missing registration on the nextrush daemon start— parity with the Linux and macOS self-heal. - Linux: the systemd unit gained a
StartLimitIntervalSec/StartLimitBurstbackstop so a wedged unit entersfailedinstead of restarting every 5s forever;rush daemon startclears the latch viareset-failed. - macOS: the LaunchAgent pins an explicit
ThrottleIntervalrespawn floor.
- Windows: the HKCU Run installer now rejects ephemeral
rush whoamino longer claims "expired (will auto-refresh)" when the daemon that performs the refresh isn't running. It now reports the daemon is down and points torush daemon start.
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.