Installation
Pick the method that suits your platform. All paths end up with a single macha binary.
Mac
curl -fsSL https://macha.live/install.sh | bash
Downloads the correct pre-built binary for Apple Silicon (aarch64) or Intel (x86_64) and installs it to /usr/local/bin.
Linux
curl -fsSL https://macha.live/install.sh | bash
Statically linked with musl — works on any Linux distribution with no libc dependency. Supports x86_64 and aarch64.
Windows
PowerShell
irm https://macha.live/install.ps1 | iex
Installs to %LOCALAPPDATA%\macha\bin and adds it to your user PATH. Restart your terminal after install.
From source (Cargo)
cargo install --git https://github.com/DhineshKrishnan1206/macha macha
Requires the Rust toolchain. Compiles from source — takes about a minute on first run.
Verify
macha --version