Skip to main content

Installation

mani is available on Linux and Mac, with partial support for Windows.

  • Binaries are available on the release page

  • via cURL (Linux & macOS)

    curl -sfL https://raw.githubusercontent.com/alajmo/mani/main/install.sh | sh
    
  • via Homebrew

    brew tap alajmo/mani
    brew install mani
    
  • via Arch

    pacman -S mani
    
  • via Nix

    nix-env -iA nixos.mani
    
  • via Go

    go get -u github.com/alajmo/mani
    

Building From Source

  1. Clone the repo

  2. Build and run the executable

    make build && ./dist/mani