Download

Install Rush. Keep the work.

Rush produces real artifacts — reports, drafts, analyses, and sessions you can return to. The desktop app ships on macOS and Linux. The CLI runs on macOS, Linux, and Windows.

  • macOS 12 Monterey or later, or Linux (Ubuntu 24.04+ / any glibc 2.35+ distro)
  • Internet connection for frontier models
  • A Rush account for agent installs and updates
Rush home screen with agent grid and active sessions
Latest desktop pathMac DMG · Linux AppImage

CLI binaries stay available for Linux and Windows when you need the shell first.

01Choose your install path
macOS

Desktop app

The full Rush surface. Agent store, sessions, artifacts, and local runtime in one install.

DMG · notarizedDownload the Mac app
Linux

Desktop app

Same full surface as the Mac client — agent store, sessions, artifacts. AppImage runs on Ubuntu 24.04+ and any other glibc 2.35+ distro.

AppImage · arm64Download the Linux AppImage
Linux

CLI

For terminal-native installs, automation, and remote environments. Native apt packages below.

x64 · arm64 · deb / rpm
$curl -fsSL https://cdn.getrush.ai/install.sh | bash
Download Linux CLI
Homebrew

CLI

macOS and Linux through the phnx-labs tap. Upgrades arrive with brew upgrade.

macOS · Linux
$brew install phnx-labs/tap/rush
View the tap
Windows

CLI

For PowerShell setups and Windows-first workflows.

x64 · arm64
$irm https://cdn.getrush.ai/install.ps1 | iex
Download Windows CLI
Debian / Ubuntu

Native apt repository

Install once, and apt upgrade keeps rush current like any other system package. The package is rush-cli— Ubuntu's archive already uses the name rush for an unrelated tool.

amd64 · arm64 · GPG-signed
curl -fsSL https://cdn.getrush.ai/apt/getrush-archive-keyring.gpg | sudo tee /usr/share/keyrings/getrush-archive-keyring.gpg >/dev/null sudo tee /etc/apt/sources.list.d/getrush.sources <<'EOF' Types: deb URIs: https://cdn.getrush.ai/apt Suites: stable Components: main Architectures: amd64 arm64 Signed-By: /usr/share/keyrings/getrush-archive-keyring.gpg EOF sudo apt update && sudo apt install rush-cli

Direct downloads: Linux x64 · Linux arm64 · Windows arm64

02What to expect

Install once. Dispatch from there.

Rush is not another chat tab. You install the app, add the agents you want, and review work as artifacts instead of scrolling a transcript.

Local runtime. Cloud intelligence.

The app runs on your machine. Agents still use frontier models in the cloud, so an internet connection is part of the contract.

Updates land through the app.

Start with the DMG once. From there, the desktop app can keep you on the latest release channel without another manual install loop.

03Latest releases