Install

Choose the install path that fits your workflow.

Use a release binary, Debian package, BlackArch package, Arch AUR package, Docker container, Nimble package, or source build depending on how you operate.

Release binary

Download the standalone Linux binary from GitHub Releases and run it directly.

chmod +x nimux
./nimux --help
Open releases

Debian package

Install the amd64 Debian package from the latest release when you want system-wide installation.

sudo dpkg -i nimux_1.0.5_amd64.deb
nimux --help
nimux --version
Download package

Docker

Run nimux from GitHub Container Registry without installing it on the host.

docker run --rm -it --network host ghcr.io/blue0x1/nimux:latest --help
Docker examples

BlackArch

Install nimux directly from the BlackArch package repositories.

sudo pacman -S nimux
BlackArch tools

Arch Linux AUR

Install nimux from the Arch User Repository with an AUR helper or makepkg.

yay -S nimux

# manual
git clone https://aur.archlinux.org/nimux.git
cd nimux
makepkg -si
Open AUR package

Nimble

Install through the official Nim package list.

nimble install nimux
nimux --help
Nim Packages