Skip to content

Install

mnml ships native binaries for macOS, Linux, and Windows via cargo-dist.

.dmgmacOS 11+
Terminal window
brew install chris-mclennan/tap/mnml
.tar.xzStatic binary · x64 / ARM64
Terminal window
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mnml/releases/latest/download/mnml-rs-installer.sh | sh
.msiWindows 10/11 · x64
Terminal window
irm https://github.com/chris-mclennan/mnml/releases/latest/download/mnml-rs-installer.ps1 | iex
Terminal window
git clone https://github.com/chris-mclennan/mnml
cd mnml
cargo build --release
./target/release/mnml

Or via crates.io (slow — requires the Rust toolchain):

Terminal window
cargo install mnml-rs

The crate is mnml-rs; the binary it installs is mnml.

A Nerd Font is recommended for devicons and powerline glyphs. JetBrainsMono Nerd Font is a good default. Without a Nerd Font, run mnml --ascii (or set [ui] ascii_icons = true in your config) for a plain-text fallback.

Terminal window
mnml --version

If your shell can’t find mnml, you may need to restart it (the installer puts mnml on PATH via your shell profile).