QuantOS is a Fedora-based Linux desktop distribution designed around the requirements in
This repository now contains the actual ISO build pipeline needed for a Fedora-based host:
build/prepare-host.shinstalls the Fedora live-media toolingbuild/quantos.ksis the Kickstart file used to assemble the system imagebuild/build-iso.shcreates the ISO withlivemedia-creatorMakefileexposes the common build command
On a Fedora 40+ host:
sudo bash build/prepare-host.sh
sudo bash build/build-iso.sh --output-dir ./output --arch x86_64or:
make buildThe make build target runs the ISO script in help mode unless the environment is configured for a real generation run.
This distribution follows the PRD security model:
- SELinux enforced
- secure boot support planned
- LUKS2 full-disk encryption option
- firewall enabled
- signed package policy
- no passwordless admin delegation
- no root SSH login
- minimal, auditable services
This repository contains the real build scaffolding for an actual Fedora ISO, but the ISO itself cannot be generated in this Windows environment without a Fedora build host and root privileges.