← All CLI releases

Rush CLI 0.2.24

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

  • 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.Scanner buffer (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

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.