A Linux distribution designed to eliminate single points of failure
6 hours ago
- #container-native
- #decentralized
- #reproducible
- StageX is a decentralized system with a trust model that does not rely on a single system or individual.
- It uses the Open Container Initiative (OCI) natively, with OCI layers serving as the package management system.
- StageX is fully bootstrapped from source, ensuring no dependency on unverified binaries.
- The distro is reproducible, with every build verifiable through hashes to detect changes.
- It employs a multi-signed approach for distributed trust, with all changes and artifacts cryptographically attested.
- StageX is container-native, built on OCI standards for seamless integration with existing workflows.
- The toolchain base is LLVM, and it uses musl as the C standard library and mallocng as the memory allocator.
- It supports full-source bootstrapping from a minimal x86 assembly seed, building up to a complete toolchain.
- StageX ensures reproducibility and security through package locking and multi-signature validation.
- The distro is designed for verifiable infrastructure, with all commits and merges signed by authors and reviewers.