forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 10
Versioning
Jorgen Lundman edited this page Apr 19, 2026
·
1 revision
This page documents how version numbers are used in OpenZFS on OS X builds.
For newer releases, the version tag should match the output of:
sysctl -a | grep kext_version
This is usually the most useful way to confirm exactly which build is currently loaded.
Historical Notes
Older O3X releases used a more complex packaging layout with separate package version numbers for kernel and userland components. That information was mainly useful for installer packaging and is now retained only for historical reference.
Examples from older releases:
1.3.1-r2
File: OpenZFS_on_OS_X_1.3.1-r2.dmg
OpenZFS on OS X 1.3.1 Mountain Lion.pkg (1.3.1)
zfs108.pkg (5.0)
OpenZFS on OS X 1.3.1 Mavericks or higher.pkg (1.3.1)
zfs109.pkg (5.0)
1.3.1
File: OpenZFS_on_OS_X_1.3.1.dmg
OpenZFS on OS X 1.3.1 Mountain Lion.pkg (1.3.1)
zfs108.pkg (5.0)
OpenZFS on OS X 1.3.1 Mavericks or higher.pkg (1.3.1)
zfs109.pkg (5.0)
1.3.0
File: OpenZFS_on_OS_X_1.3.0.dmg
OpenZFS on OS X 1.3.0 Mountain Lion.pkg (1.3.0)
zfs108.pkg (4.0)
OpenZFS on OS X 1.3.0 Mavericks or higher.pkg (1.3.0)
zfs109.pkg (4.0)
1.2.7
File: OpenZFS_on_OS_X_1.2.7.dmg
OpenZFS on OS X 1.2.7.pkg (1.7.0)
splkernel108.pkg (2.1)
splkernel109.pkg (2.1)
zfskernel108.pkg (2.12)
zfskernel109.pkg (2.12)
zfsuser108.pkg (2.12)
zfsuser109.pkg (2.12)
1.2.0
File: OpenZFS_on_OS_X_1.2.0.dmg
OpenZFS on OS X 1.2.0.pkg (1.2.0)
splkernel106.pkg (1.0)
splkernel106i386.pkg (1.0)
splkernel109.pkg (1.0)
zfskernel106.pkg (1.2)
zfskernel106i386.pkg (1.2)
zfskernel109.pkg (1.2)
zfsuser106.pkg (1.2)
zfsuser106i386.pkg (1.2)
zfsuser109.pkg (1.2)
Legacy Table
A historical version mapping table existed in the old wiki, but much of it is now outdated and no longer reflects the current repository and release structure.