June 24, 2026
Rush CLI 0.2.24
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
- Inbound iMessage media now actually gets a reply. The daemon downloaded and
attached the image correctly (0.2.23), but the NDJSON event echoing the
base64 image overflowed the stdout reader's 64KB
bufio.Scannerbuffer (token too long), so the agent's response was silently dropped. The two daemon stdout scanners now allow 64MB lines. Verified end-to-end: Rush receives an image over iMessage and replies describing it.
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.