Skip to content

Installation

The easiest way to install on macOS or Linux:

Terminal window
brew install rvcas/tap/mach

Download and run the installer script:

Terminal window
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rvcas/mach/releases/latest/download/machich-installer.sh | sh
Terminal window
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rvcas/mach/releases/latest/download/machich-installer.ps1 | iex"

Install globally via your preferred package manager:

Terminal window
npm install -g @rvcas/mach
Terminal window
pnpm install -g @rvcas/mach
Terminal window
bun install -g @rvcas/mach

If you have Rust installed:

Terminal window
cargo install machich

Clone and build from source:

Terminal window
git clone https://github.com/rvcas/mach
cd mach
cargo install --path crates/mach