Immutablue Variants#

Immutablue offers several specialized variants to support different hardware configurations and use cases.

Available Variants#

VariantDescriptionUse Case
ImmutablueBase GNOME Silverblue variantGeneral desktop use
Cyan (NVIDIA)NVIDIA GPU supportSystems with NVIDIA graphics
Asahi (Apple Silicon)Apple M1/M2/M3 supportApple Silicon Macs
KuberblueKubernetes-ready variantContainer orchestration
TrueBlue (ZFS)ZFS filesystem supportAdvanced storage needs
LTS KernelLong-Term Support kernelMaximum stability
NixNix package manager integrationNix ecosystem users

Variant Inheritance#

All variants inherit from the base Immutablue image:

Fedora Silverblue
    └── Immutablue (base)
            ├── Cyan (NVIDIA)
            ├── Asahi (Apple Silicon)
            ├── Kuberblue
            ├── TrueBlue (ZFS + LTS)
            ├── LTS Kernel
            └── Nix

Choosing a Variant#

  • NVIDIA GPU? → Use Cyan
  • Apple Silicon Mac? → Use Asahi
  • Running Kubernetes? → Use Kuberblue
  • Need ZFS? → Use TrueBlue
  • Want maximum stability? → Use LTS
  • Want Nix packages? → Use Nix variant
  • None of the above? → Use base Immutablue

Custom Variants#

You can create your own variant! See Build Customization for details.