Tutorials
Learning-oriented guides that teach StageX concepts through hands-on experience.
What You'll Learn
These tutorials walk you through StageX step-by-step, explaining WHY at each stage. Start here if you're new to StageX.
-
Quick Start: Your First Reproducible Build
Build a simple Rust binary with StageX and verify it's reproducible. -
Advanced: Rust CI Pipeline
Build a real Rust tool through a production quality gate chain: fmt → clippy → test → release → scratch. -
Understanding Full-Source Bootstrapping
Journey from the 181-byte hex0 seed through stage0→1→2→3. -
Verifying Your First StageX Image
Pull a StageX image and verify its multi-signature attestations.
Prerequisites: A working Podman or Docker installation. Some familiarity with container images and basic Linux command line is helpful.
See Also
- Quick Start: Your First Reproducible Build — Build a simple Rust binary and verify reproducibility in ~10 minutes.
- Understanding Full-Source Bootstrapping — How StageX builds everything from a 181-byte seed.
- Reference: Glossary — Definitions of StageX-specific terminology.