Skip to main content

Homebrew (macOS)

brew tap always-further/nono
brew install nono
The package is not in homebrew official yet. Give us a star to help raise our profile when we request approval.

Linux Package Managers

Debian/Ubuntu

Download the .deb package from GitHub Releases:
VERSION=$(curl -sI https://github.com/always-further/nono/releases/latest | grep -i location | grep -oP 'v\K[0-9.]+')
wget https://github.com/always-further/nono/releases/download/v${VERSION}/nono-cli_${VERSION}-1_amd64.deb
sudo dpkg -i nono-cli_${VERSION}-1_amd64.deb
Other distributions are in the process of being packaged. In the meantime, you can use the prebuilt binaries or build from source.

Building from Source

See the Development Guide for instructions on building nono from source.

Platform Support

PlatformMechanismStatus
Linux (kernel 5.13+)Landlock LSMSupported
macOSSeatbelt (sandbox_init)Supported
Windows-Not supported