July 21, 2026
Rush CLI 0.2.34
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 deploy --auth-mode jwtstarts the RUSH-447 per-user JWT deploy auth slice while preserving the default legacyrsv_bearer-token mode.- Self-improving skills Phase 1 can now observe and score skill usage for
agents that opt in with
self_improve.enabled, writing deterministicskill_executionsquality samples to metadata.db on execution end (RUSH-166). Later skill versioning, amendment automation, andrush skills healthare deferred. - WhatsApp channel gateway support for paired multidevice accounts. The daemon can start a per-agent WhatsApp gateway backed by whatsmeow, parse 1:1 and group messages into agent executions, and route agent output back to the originating WhatsApp chat. Live QR pairing still requires manual QA on a machine that can scan the pairing code.
Security
- Added core RS256 deploy JWT mint/validate helpers that require
sub,aud,iss, andexp, and continue to classify existingrsv_serve tokens as legacy deploy bearers.
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.