Third-party FreeBSD ports maintained by b1nc0d3x.
FreeBSD port of sgan81/apfs-fuse — a read-only FUSE driver for the Apple File System (APFS).
Handles what the base-ports libfsapfs cannot: modern macOS 14+ sealed
volumes and FileVault-encrypted data volumes.
Install from this repo:
git clone https://github.com/b1nc0d3x/freebsd-ports /tmp/b1nc0d3x-ports
sudo cp -r /tmp/b1nc0d3x-ports/sysutils/apfs-fuse /usr/ports/sysutils/
cd /usr/ports/sysutils/apfs-fuse && sudo make install cleanVerified 2026-07-09: apfs-fuse -v 0 -r password /dev/nda0p2 /mnt/macos
mounts a FileVault-encrypted macOS 12.7.6 Data volume from raw NVMe.
Port skeleton: MIT.
Individual ports carry their upstream licenses (see each port's pkg-descr).