Virtualization¶
Run Bazzite AI OS as a virtual machine for testing or development.
VM Options¶
| Method | Guide | Best For |
|---|---|---|
| QEMU | QEMU VMs | Long-running development, VNC access |
| Bootc | Bootc VMs | Testing, CI/CD, rapid iteration |
Quick Comparison¶
| Feature | QEMU | Bootc |
|---|---|---|
| Source | Pre-built QCOW2 images | OCI container images |
| VNC Access | Yes | No |
| Home Sharing | Yes (virtiofs) | No |
| Setup | Pre-installed | ujust install bcvk |
| Best For | Development VMs | Testing, CI/CD |
See Also¶
- Installation - Install on physical hardware
- Requirements - Hardware requirements