• v1.0.0 e54d46e9f5

    NaxOS 1.0.0 Appliance Release
    Test NaxOS Module Configurations / test-modules (push) Successful in 1m33s
    Build NaxOS Bootable ISO / build-iso (push) Successful in 16m46s
    Package NaxOS Release / release (push) Failing after 7m38s
    Stable

    lukas released this 2026-09-04 09:53:32 +02:00 | 8 commits to main since this release

    NaxOS v1.0.0 - Declarative NixOS & OpenZFS Storage Appliance

    Official Release v1.0.0 of NaxOS, the declarative, appliance-like Network Attached Storage operating system.

    Downloads & Media

    Building the ISO Locally

    You can build the exact installation media on any machine with Nix installed:

    nix build git+https://git.lholz.de/naxos/naxos-os.git#iso
    

    The bootable ISO will be generated at ./result/iso/naxos-installer-*.iso.

    What Does the Installer Do?

    The interactive installer (naxos-installer) partitions your target drive, configures EFI boot, and deploys:

    1. The complete NaxOS NixOS configuration and modules into /etc/nixos/naxos-os.
    2. The NaxOS Management Daemon (naxos-api) into /opt/naxos/api.
    3. The NaxOS Web Dashboard (naxos-ui) into /opt/naxos/ui/dist with Homarr dashboard-icons.
    4. Active Systemd Services: naxos-api.service, nginx.service (reverse proxy on port 80/443), perses.service (CNCF Perses metrics on 8080), Samba SMB with Time Machine, and OpenZFS auto-scrub/snapshots.

    Upon reboot, the appliance automatically launches the web interface at http://naxos.local.

    Downloads