Installation
Homebrew
Section titled “Homebrew”The easiest way to install on macOS or Linux:
brew install rvcas/tap/machShell (Linux/macOS)
Section titled “Shell (Linux/macOS)”Download and run the installer script:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rvcas/mach/releases/latest/download/machich-installer.sh | shPowerShell (Windows)
Section titled “PowerShell (Windows)”powershell -ExecutionPolicy Bypass -c "irm https://github.com/rvcas/mach/releases/latest/download/machich-installer.ps1 | iex"npm / pnpm / bun
Section titled “npm / pnpm / bun”Install globally via your preferred package manager:
npm install -g @rvcas/machpnpm install -g @rvcas/machbun install -g @rvcas/machIf you have Rust installed:
cargo install machichFrom Source
Section titled “From Source”Clone and build from source:
git clone https://github.com/rvcas/machcd machcargo install --path crates/mach