Skip to content

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/rmn

mise

bash
mise use -g ubi:nbifrye/rmn

Nix

bash
nix profile install github:nbifrye/rmn

Go

bash
go install github.com/nbifrye/rmn/cmd/rmn@latest

Binary download

Download pre-built binaries from GitHub Releases.

Build from source

Requires Go 1.24 or later.

bash
make build

Released under the MIT License.