← All CLI releases

Rush CLI 0.2.30

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

  • OAuth connect parity with the Rush app. rush connect and rush disconnect now cover every provider whose server OAuth flow exists in prix/api — notion, slack, microsoft, box, dropbox, pinterest, and lark — up from just google and twitter. Each reuses the single-use-code + POST /api/v1/auth/oauth/exchange pattern (RUSH-1348), and provider-specific metadata (Slack team, Notion workspace, handles) is carried through to ~/.rush/user.yaml. rush connect view shows the status of all of them (RUSH-1347).
  • rush now emits an agent-usable JSON command manifest with per-command side-effect annotations, so an agent driving the CLI can discover the command surface and know which commands mutate state (RUSH-1346).

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.