Downloads

Download QuantumUnix

The first public ISO should be published as a GitHub Release after the PoC pipeline is validated.

QuantumUnix Workstation

Omarchy/Arch desktop with QuantumUnix privacy and security layer.

Latest release

QuantumUnix Recovery / Core

Minimal image for rescue, audit and bootstrap tasks.

Latest release

Verify before install

sha256sum -c quantumunix-workstation-v0.1.0-x86_64.iso.sha256
sha512sum -c quantumunix-workstation-v0.1.0-x86_64.iso.sha512
cosign verify-blob --signature quantumunix-workstation.sig quantumunix-workstation.iso

Download & install scripts

All scripts ship from the GitHub repository and are mirrored at /scripts/ on this site. Each one has an accompanying .sha256 file — verify before you run anything as root.

quantumunix-bootstrap.sh

Apply the QuantumUnix layer onto Omarchy/Arch, or full-install from a clean Arch ISO.

Download script .sha256

quantumunix-fetch-iso.sh

Download a release ISO from GitHub and verify SHA-256 + cosign signature in one pass.

Download script .sha256

quantumunix-verify.sh

Standalone verifier for any QuantumUnix artifact already on disk.

Download script .sha256

Source & issues

Read the scripts on GitHub or pin to a tagged release.

scripts/ on GitHub Open an issue

One-liner (always verify first)

curl -fsSLO https://quantumunix.com/scripts/quantumunix-bootstrap.sh
curl -fsSLO https://quantumunix.com/scripts/quantumunix-bootstrap.sh.sha256
sha256sum -c quantumunix-bootstrap.sh.sha256
chmod +x quantumunix-bootstrap.sh
sudo ./quantumunix-bootstrap.sh --profile layer

Need the full walkthrough? See the install manual.