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 / ARM64Terminal window
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/chris-mclennan/mnml/releases/latest/download/mnml-rs-installer.sh | shWindows
Section titled “ Windows”.msiWindows 10/11 · x64Terminal window
irm https://github.com/chris-mclennan/mnml/releases/latest/download/mnml-rs-installer.ps1 | iexBuild from source
Section titled “Build from source”git clone https://github.com/chris-mclennan/mnmlcd mnmlcargo build --release./target/release/mnmlOr via crates.io (slow — requires the Rust toolchain):
cargo install mnml-rsThe crate is mnml-rs; the binary it installs is mnml.
Nerd Font
Section titled “Nerd Font”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.
Verify
Section titled “Verify”mnml --versionIf your shell can’t find mnml, you may need to restart it (the installer puts mnml on PATH via your shell profile).