Download LIBUX
Choose the edition that fits your deployment. All images are signed, include SBOM, and have verifiable provenance via Sigstore.
LIBUX Desktop
Full-featured desktop environment with GNOME Shell, complete security hardening, and productivity suite.
LIBUX Desktop
KDE Plasma desktop with Wayland, Qt applications, and comprehensive security tooling.
LIBUX Server
Minimal hardened server image with immutable root, SELinux enforcing, and Zero Trust-ready configuration.
LIBUX Cloud Images
Optimized cloud images for VMware, KVM/QEMU, VirtualBox, Proxmox VE, AWS, and Azure.
LIBUX Container Host
Immutable, minimal OS image purpose-built for running Kubernetes nodes with Podman and containerd.
LIBUX Edge
Ultra-minimal image for edge computing, IoT devices, industrial systems, and ARM hardware.
LIBUX Developer
Full development environment with languages, containers, cloud tools, security scanners, and IDE integration.
LIBUXSecTools
Defensive security edition with open-source security, forensics, malware analysis, cloud security, and container tooling for training and research environments.
Verify Your Download
Always verify downloads before installation. LIBUX provides multiple verification methods.
Checksum Verification
Verify the SHA256/SHA512 checksum matches the published value.
sha256sum -c libux-1.0.0-desktop.iso.sha256
GPG Signature
Verify the GPG signature with the LIBUX release signing key.
gpg --verify libux-1.0.0.iso.sig libux-1.0.0.iso
Cosign Image Verification
Verify container and OS image signatures using Sigstore/Cosign.
cosign verify --key libux-pub.pem ghcr.io/libux/os:1.0.0
SBOM Inspection
Inspect the Software Bill of Materials to audit all included components.
syft libux-1.0.0.iso -o cyclonedx-json