Installation
Pre-built binaries are available for Linux, macOS, and Windows on both amd64 and arm64 architectures.
Homebrew (macOS/Linux)
bash
brew tap nbifrye/rmn https://github.com/nbifrye/rmn.git
brew install nbifrye/rmn/rmnmise
bash
mise use -g ubi:nbifrye/rmnNix
bash
nix profile install github:nbifrye/rmnGo
bash
go install github.com/nbifrye/rmn/cmd/rmn@latestBinary download
Download pre-built binaries from GitHub Releases.
Build from source
Requires Go 1.24 or later.
bash
make build