← All CLI releases

Rush CLI 0.2.41

Install

macOS / Linux

curl -fsSL https://cdn.getrush.ai/install.sh | bash

Windows

irm https://cdn.getrush.ai/install.ps1 | iex

Homebrew

brew install phnx-labs/tap/rush

Debian / Ubuntu

sudo apt install rush-cli

Already installed?

rush upgrade

Fixed

  • Fix cloud memory-sync blob validation so RUSH_CLOUD_MEMORY_SYNC dispatches actually land (PHNX-3867 follow-up). gzipBlob reported bytes + sha256 over the UNCOMPRESSED payload, but rush/cloud and the factory validate them against the base64-decoded (gzip-compressed) bytes (decoded.length === bytes). So the moment CLOUD_MEMORY_SYNC=1 was enabled server-side, user_yaml_blob/user_memory_blob 400'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. gzipBlob now reports the compressed size + hash, matching skillBlob and the server contract.

Downloads

PlatformBinarySHA-256
macOS · Apple Silicondownload
macOS · Inteldownload
Linux · x64download
Linux · arm64download
Windows · x64download
Windows · arm64download

Checksums are published for the current latest release. Verify older binaries against rush --version after install.