Skip to content

Installation

Here are a few ways to install mcman. Whats Next? ->

You can use the links below to get the mcman executable.

Windows OSX/Linux

Github Releases Page Build Action (nightly)

Add the minecraft bucket and install mcman:

scoop bucket add minecraft https://github.com/The-Simples/scoop-minecraft
scoop install mcman

Scoop is a command-line installer for Windows. You can use 2 commands in powershell to install it. (4 commands in total to install mcman!)

mcman is available in AUR as mcman-bin

https://aur.archlinux.org/mcman-bin.git

Install to /usr/bin using wget:

wget https://github.com/ParadigmMC/mcman/releases/latest/download/mcman
sudo mv ./mcman /usr/bin/
sudo chmod +x /usr/bin/mcman

If you have rust installed, you can compile mcman from source:

cargo install --git https://github.com/ParadigmMC/mcman.git