← All CLI releases

Rush CLI 0.2.28

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

  • The background daemon now self-heals across all platforms when its service registration points at a missing binary — so a stale or poisoned unit no longer crash-loops silently and stops refreshing your session token (the cause of rush whoami showing an expired session that never auto-refreshed).
    • Windows: the HKCU Run installer now rejects ephemeral go test / go-build paths and rewrites a stale or missing registration on the next rush daemon start — parity with the Linux and macOS self-heal.
    • Linux: the systemd unit gained a StartLimitIntervalSec/StartLimitBurst backstop so a wedged unit enters failed instead of restarting every 5s forever; rush daemon start clears the latch via reset-failed.
    • macOS: the LaunchAgent pins an explicit ThrottleInterval respawn floor.
  • rush whoami no longer claims "expired (will auto-refresh)" when the daemon that performs the refresh isn't running. It now reports the daemon is down and points to rush daemon start.

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.