← All CLI releases

Rush CLI 0.2.23

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

Added

  • Inbound iMessage media: the daemon now downloads media the user sends, attaches images to the agent run as vision input, and transcribes voice notes via the proxy /transcribe/file endpoint (mirrors the Telegram media path). Pairs with the prix/api routing change that forwards media_url/media_type.

Fixed

  • Time injection now renders the current date/time in the user's timezone. The harness reads a timezone (IANA) from the user profile and converts time.Now() into it, so cloud runs (UTC) and timezone-mismatched daemons no longer show the wrong day/time; also exposes current_timezone.

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.