Anyone running a ZFS-backed NAS, Proxmox box, or homelab file server has a reason to update this week: the OpenZFS project has tagged 2.3.8, the latest maintenance release on the stable 2.3 branch that still underpins most self-hosted deployments. The build landed on 2026-06-11, signed by longtime release manager Tony Hutter, and is available now from the project's GitHub releases page.
Point releases like this one exist to keep a proven branch healthy rather than introduce new on-disk features, and the 2.3 series is a substantial one to keep alive. It was the line that shipped RAIDZ expansion, letting you add a single disk to an existing RAIDZ vdev without rebuilding the pool, alongside fast dedup, Direct I/O for NVMe-class throughput, and JSON output across the command-line tools. The later 2.3.4 update added the zfs rewrite command, which rewrites existing file data in place so newly set properties like compression or recordsize actually apply to old blocks. The 2.3 branch supports Linux kernels going back to 4.18 and up through the 6.x stable series, plus FreeBSD 13.3 and newer.
The 2.3 line matters because it is what most people actually run. OpenZFS is an out-of-tree module due to the CDDL and GPL license mismatch, so distributions and appliances pin to a known-good branch rather than tracking head. TrueNAS, Proxmox, and the Ubuntu and Debian zfs packages all draw from the 2.3 series, which means a quiet patch release here reaches a far larger installed base than the headline numbers suggest. For self-hosters, the upgrade is usually a package update and a reboot into the matching kernel module, with no pool format change required.
The newer 2.4 branch, released in December 2025, is where active feature work now happens, extending kernel coverage up to Linux 6.18 and adding FreeBSD 14 through 16 support. Staying on 2.3.8 is the conservative choice for production storage, while 2.4 is the path for anyone chasing the newest kernels. OpenZFS remains free and open source under the CDDL, with source and signed release assets posted to the project repository.


