← All CLI releases

Rush CLI 0.2.26

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

  • rush cloud run now dispatches research/agentic agents (e.g. rabbit-hole) to Rush Cloud with no repo — just omit it. A repo is required only for coding agents (claude/codex), auto-detected from the same CODING_AGENTS set the server uses (prix/api/src/cloud-runs.ts) and that the rush app keys its "repo picker for coding agents" rule on (RUSH-1191). Previously resolveCloudRepos hard-errored "no repo specified" for every agent, so the CLI could only run repo-bound coding agents in the cloud even though the API and app already supported the no-repo path. The dispatch body omits the repo triple when none is given.

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.