Linux binary installation

Tutorial index · Build from source

NAUX Learn 0.1.4 is an unsigned experimental pre-release for Linux x86-64 GNU. It is dynamically linked and admits only the host boundary documented in the bundle contract.

Install

The bootstrap is pinned to version 0.1.4, verifies the archive SHA-256, asks for language and consent, and then runs native Setup:

curl -fsSL https://github.com/x2t8/Naux/releases/download/v0.1.4-learn/nauxup.sh | sh

Open a new terminal if ~/.local/bin was already configured by your desktop, or follow the exact export PATH=... line printed by Setup. Then verify:

naux --version
nauxup doctor

Expected version output is naux 0.1.4.

For an inspect-before-execute workflow, download nauxup.sh, the .tar.gz, and SHA256SUMS from the GitHub pre-release. Review the bootstrap and PROVENANCE.tsv, verify the archive with sha256sum -c SHA256SUMS, then run sh nauxup.sh.

Continue with the five-minute quickstart. Removal is receipt-backed and documented in the uninstall guide.