Installation
Rush is a native macOS binary built with Swift. It requires macOS 14 (Sonoma) or later and has no runtime dependencies — no Node.js, no Homebrew formulae chain.
Homebrew (recommended)
Section titled “Homebrew (recommended)”brew install rush-pm/tap/rushVerify the installation:
rush --versionBuild from source
Section titled “Build from source”If you’d prefer to build Rush yourself, you’ll need Swift 6.2+ and Xcode Command Line Tools.
git clone https://github.com/rush-pm/rushcd rushswift build -c releaseThen copy the binary somewhere on your $PATH:
cp .build/release/rush /usr/local/bin/rushShell completions
Section titled “Shell completions”Rush ships with completion scripts for common shells.
rush --generate-completion-script zsh > ~/.zsh/completions/_rushrush --generate-completion-script bash >> ~/.bash_completionNext: Quick Start