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 --helpOpen releasesDebian 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 --versionDownload packageDocker
Run nimux from GitHub Container Registry without installing it on the host.
docker run --rm -it --network host ghcr.io/blue0x1/nimux:latest --helpDocker examplesBlackArch
Install nimux directly from the BlackArch package repositories.
sudo pacman -S nimuxBlackArch toolsArch 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 -siOpen AUR package