September 3, 2026
Rush CLI 0.2.41
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
- Fix cloud memory-sync blob validation so RUSH_CLOUD_MEMORY_SYNC dispatches actually land (PHNX-3867 follow-up).
gzipBlobreportedbytes+sha256over the UNCOMPRESSED payload, but rush/cloud and the factory validate them against the base64-decoded (gzip-compressed) bytes (decoded.length === bytes). So the momentCLOUD_MEMORY_SYNC=1was enabled server-side,user_yaml_blob/user_memory_blob400'd with "bytes does not match decoded payload", failing the whole dispatch — skills included. Never caught before because the server gate was dark-launched off.gzipBlobnow reports the compressed size + hash, matchingskillBloband the server contract.
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.