Requirements¶
Desktop Environment¶
KDE Plasma only - GNOME variants are not supported.
Storage¶
| Component | Size | Notes |
|---|---|---|
| OS image | ~12GB | Base installation |
| WinBoat (optional) | 32GB+ | Windows container environment |
Workload Sizes¶
| Workload | Size | Use Case |
|---|---|---|
| nvidia-python | ~14GB | ML/AI with PyTorch |
| jupyter | ~17GB | Interactive notebooks |
| ollama | ~11GB | LLM inference server |
| comfyui | ~26GB | AI image generation |
Recommended: 64GB+ total for comfortable development with multiple workloads.
GPU Support¶
Bazzite AI supports all modern GPUs through open-source drivers:
| Vendor | Supported GPUs | Driver |
|---|---|---|
| NVIDIA | RTX 20+ series (Turing and newer) | Open kernel modules |
| AMD | RX 5000+ / Vega+ (GCN 1+) | AMDGPU + Mesa RADV |
| Intel | Gen 7+ / Arc A/B-series | i915 / xe + Mesa ANV |
Graphics Stack¶
- Mesa 25.2.4
- Vulkan 1.4
- OpenGL 4.6
- Kernel 6.16.4+
Container GPU Access¶
- NVIDIA: Run
ujust config gpu setupafter installation - AMD/Intel: Works automatically via
/dev/dripassthrough
See GPU Setup for complete configuration instructions.
Memory¶
| Use Case | Minimum | Recommended |
|---|---|---|
| Basic development | 8GB | 16GB |
| ML/AI workloads | 16GB | 32GB+ |
| WinBoat | +4-8GB | +8GB |
CPU¶
Any x86_64 CPU with virtualization support (VT-x/AMD-V) for container and VM workloads.
See Also¶
- Installation - Install Bazzite AI OS
- GPU Setup - Configure GPU for containers