‹ vmount

vmount vs MacFUSE

Both let you mount filesystems macOS can't read natively. They get there very differently — and on Apple Silicon, that difference matters more every macOS release.

At a glance

Feature vmount MacFUSE (+ ntfs-3g, ext4fuse, etc.)
How it works Sandboxed Linux microVM via Apple's Virtualization.framework, exposed to Finder over NFS Kernel extension (kext) plus a userspace driver per filesystem
Kernel extensions None Required
Apple Silicon install steps Download, drag to Applications, run Recovery Mode → Reduced Security → "Allow user-managed kexts" → reboot
SIP / security posture Full SIP, full security Reduced Security required for kext loading
Filesystems out of the box ext4, btrfs, XFS, NTFS, exFAT, LUKS, SMB, WebDAV, SSHFS Framework only — each filesystem needs a separate driver
Open in Finder Yes (NFS bridge) Yes (with FUSE driver)
Pricing $29 once, perpetual, 2 devices Free / open source
Notarized Yes — Developer ID, signed, stapled Yes, but kext still requires user override

The kext problem on Apple Silicon

MacFUSE is the long-standing way to layer non-native filesystems onto macOS. Under the hood it's a kernel extension — a kext — that bridges the kernel's VFS layer to userspace drivers like ntfs-3g (NTFS), ext4fuse (ext4), or fuse-ext2.

On Intel Macs that was straightforward: install, approve once in System Preferences, done. On Apple Silicon, kexts trigger Apple's full kext-loading workflow:

This isn't MacFUSE's fault — it's Apple progressively closing the kext door. Every macOS release makes it slightly more friction-heavy, and System Integrity Protection has to stay relaxed for the lifetime of the install. For some teams (managed Macs, security-sensitive laptops) "Reduced Security" is a non-starter.

How vmount avoids all of that

vmount doesn't ship a driver into the kernel. It boots a tiny Linux VM (about 1.6 seconds, ~60MB on disk) using Apple's Virtualization.framework — the same hypervisor API Apple uses for its own tools. The Linux kernel inside that VM has decades of mature drivers for ext4, btrfs, XFS, NTFS, exFAT, LUKS, and more. vmount mounts your physical disk inside the VM, then bridges it back to Finder over NFS so it shows up under /Volumes like any native disk.

The result: full SIP, no Recovery Mode, no kexts, no reboots. The app is a normal signed-and-notarized macOS app you drag into Applications.

Where MacFUSE still wins

We try to be honest about the tradeoffs:

Bottom line

Pick MacFUSE if you're comfortable with kexts, want free + open source, and don't mind keeping Reduced Security on.

Pick vmount if you want one signed app that mounts ext4, NTFS, btrfs, exFAT, LUKS, SMB, WebDAV, and SSHFS without touching kernel extensions or System Integrity Protection — and you'd rather not relearn the install dance every macOS release.

Try vmount

$29 one-time. Apple Silicon, macOS 14+. 14-day refund guarantee.