The ISO Library
The ISO Library is a built-in, curated catalog of operating system images you can download and verify without leaving QuantaBox. It covers 40+ images across Linux, BSD, Windows, and macOS.
Browsing and Searching #
Open the ISO Library from the toolbar or menu. You can:
- Browse by category: Desktop, Server, Security, Developer, or Minimal.
- Search: type part of a name or tag (e.g.
ubuntu,enterprise,rolling).
CLI:
quantabox iso browse # everything
quantabox iso browse --category server
quantabox iso search fedora
Downloading and Verifying #
Click Download on an entry. QuantaBox streams the image into your data directory's isos/ folder, shows live progress (speed and ETA), writes to a temporary .part file, and atomically renames it on completion. The download's checksum is then verified against the catalog so you know the image is intact and authentic.
CLI:
quantabox iso download ubuntu-2404-desktop
Once downloaded, point a VM's Installation Media (ISO) at the file (see Getting Started).
The Catalog #
The catalog spans desktop, server, security, developer, and minimal systems. All entries are x86_64.
Linux: Desktop
| Image | Versions |
|---|---|
| Ubuntu Desktop | 24.04.2 LTS, 22.04.5 LTS, 20.04.6 LTS |
| Linux Mint (Cinnamon) | 22, 21.3 |
| Fedora Workstation | 42, 41, 40 |
| openSUSE Leap | 15.6 |
Linux: Server / Enterprise
| Image | Versions |
|---|---|
| Ubuntu Server | 24.04.2 LTS, 22.04.5 LTS |
| Debian (netinst) | 12.9, 11.11 |
| Rocky Linux | 9.5, 9.4, 8.10 |
| AlmaLinux | 9.5, 9.4, 8.10 |
| openSUSE Tumbleweed | rolling |
Linux: Developer / Minimal
| Image | Versions |
|---|---|
| NixOS (GNOME) | 24.11, 24.05 |
| Arch Linux | current monthly |
| Alpine Linux | 3.21, 3.20 |
Security / Privacy
| Image | Versions |
|---|---|
| Kali Linux | 2024.4, 2024.3 |
| Tails | 6.11 |
| OpenBSD | 7.6, 7.5 |
BSD
| Image | Versions |
|---|---|
| FreeBSD | 15.1, 15.0, 14.2, 14.1, 13.4 |
| OpenBSD | 7.6, 7.5 |
Windows (external download, manual import)
| Image | Version |
|---|---|
| Windows 11 | 24H2 |
| Windows 10 | 22H2 |
| Windows Server 2025 | Evaluation |
| Windows Server 2022 | Evaluation |
macOS (external download, Apple hardware required)
| Image | Version |
|---|---|
| macOS Sequoia | 15 |
| macOS Sonoma | 14 |
| macOS Ventura | 13 |
Managing Downloaded ISOs #
Downloaded images stay in your data directory's isos/ folder until you remove them. Delete an ISO from the library view (GUI) when you no longer need it to reclaim space. You can reuse one ISO to install as many VMs as you like.
Categories Explained #
| Category | What it contains |
|---|---|
| Desktop | General-purpose desktop systems with a graphical environment. |
| Server | Headless/server installs, often minimal by default. |
| Security | Pentesting and privacy-focused systems (Kali, Tails, OpenBSD). |
| Developer | Systems aimed at development workflows (e.g. NixOS, Fedora). |
| Minimal | Small, lean images (Alpine, Arch). |
Next #
Continue to Console and Remote Access to interact with your running VMs.