Skip to main content

Homebrew (macOS/Linux)

Linux Package Managers

Debian/Ubuntu

Download the .deb package from GitHub Releases:

Fedora (COPR)

nono is available from the official COPR repository:
If your Fedora version isn’t available in COPR, use the manual RPM install below.

Manual RPM (RHEL/openSUSE and fallback)

Download the .rpm package from GitHub Releases:
For openSUSE, use sudo zypper install ./nono-cli-${VERSION}-1.${ARCH}.rpm instead.

Nix

nono is available in nixpkgs as nono:

Arch Linux (AUR)

nono is available on the Arch User Repository as nono-ai-bin, an officially maintained binary package that tracks official GitHub releases and verifies SHA256 checksums. It supports x86_64 and aarch64.
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

WSL2

nono runs inside WSL2 using the same Landlock enforcement as native Linux. The WSL2 kernel (6.6) ships with CONFIG_SECURITY_LANDLOCK=y enabled by default. Install nono inside your WSL2 distribution using any of the Linux methods above. See WSL2 Support for the full compatibility details and known limitations.