Documentation Index
Fetch the complete documentation index at: https://nono.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Homebrew (macOS/Linux)
Linux Package Managers
Debian/Ubuntu
Download the.deb package from GitHub Releases:
Nix
nono is available in nixpkgs asnono:
Arch Linux (AUR)
nono is available on the Arch User Repository asnono-ai-bin, a community-maintained binary package that tracks official GitHub releases and verifies SHA256 checksums. It supports x86_64 and aarch64.
This package is not maintained by the nono team. For issues with the AUR package itself, please report them on the AUR page.
Building from Source
See the Development Guide for instructions on building nono from source.Platform Support
| Platform | Mechanism | Status |
|---|---|---|
| Linux (kernel 5.13+) | Landlock LSM | Supported |
| macOS | Seatbelt (sandbox_init) | Supported |
| Windows (WSL2) | Landlock LSM (via WSL2 kernel) | Supported (84% feature coverage) |
| Windows (native) | - | Not supported |
WSL2
nono runs inside WSL2 using the same Landlock enforcement as native Linux. The WSL2 kernel (6.6) ships withCONFIG_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.