| build once, deploy anywhere
kldload — your AI platform, your way, for free
Source

Download it. See for yourself.

One ISO. Nine distros. ZFS on root. Offline. Two minutes.

kldload 1.0.3 — ZFS-Enabled KVM & FreeBSD

1.0.3 — KVM superpowers. FreeBSD. GPU sharing. Released April 4, 2026.

9 distros including FreeBSD — OpenZFS on root, KVM with instant clones, NVIDIA GPU sharing, 32 masterclasses, WireGuard, eBPF. Pick your distro, kldload assembles the platform.

↓  Download kldload 1.1.0
BSD-3-Clause · Discord · free forever · ~8.4 GB · AMD64
kldload Installer
The installer — click to enlarge

Minimum Requirements

Core Server Desktop
RAM 4 GB 4 GB 8 GB
Disk 40 GB 40 GB 80 GB
CPU 2 cores 2 cores 4 cores
Boot UEFI (Secure Boot supported)
USB 8 GB+ USB drive (or VM with ISO attached)
Internet Not required (CentOS, Debian, Ubuntu offline). RHEL requires internet.
Custom and advanced builds (AI, NVIDIA, multi-disk ZFS) may need more — 16 GB RAM and a GPU recommended for AI workloads.
kldload builds a full operating system with ZFS, kernel modules, and DKMS. Expect a large download on first install — RHEL always pulls from CDN. CentOS, Debian, and Ubuntu use the offline darksite when available. Results are cached for future installs.

What’s on the USB

A live CentOS Stream 9 desktop with a web-based installer. Pick your distro, pick your profile, click install. Thousands of packages for all nine distros baked in — no internet needed. Export the installed disk as qcow2, VMDK, VHD, OVA, or raw — deploy anywhere from one install.

Three steps

1

Download
Grab the ISO above

2

Burn to USB
dd, Rufus, or Balena Etcher

3

Boot & install
Pick your distro. 2 minutes.

Write to USB

Linux / macOS

# One-liner: download + burn + eject (replace /dev/sdX)
curl -L -o /tmp/kldload.iso https://dl.kldload.com/kldload-free-latest.iso && \
  dd if=/tmp/kldload.iso of=/dev/sdX bs=4M status=progress oflag=sync conv=fsync && \
  sync && eject /dev/sdX

Windows

Use Rufus (recommended) or Balena Etcher. Select the ISO, select your USB drive, click Start.

Or boot in a VM

Works in KVM, Proxmox, VMware ESXi, VirtualBox, UTM. Just attach the ISO as a CD-ROM and boot with UEFI.

Or build your own

# Clone and build — same result as the download
git clone https://github.com/kldload/kldload.git
cd kldload
./deploy.sh clean && ./deploy.sh builder-image && PROFILE=desktop ./deploy.sh build

Every script is readable bash. No compiled binaries. No vendor SDK. cat any file and read what it does.