All posts
2 min readGuide

EXT4 on Apple Silicon: No Kernel Extensions Needed

Kernel extensions are dead on M-series Macs. Here's how to read EXT4 drives on Apple Silicon without lowering your security.

R
Rekonify
Developer Tools

If you've searched for "mount EXT4 on Mac" recently, most results point you to macFUSE. Install macFUSE, install ext4fuse, run some terminal commands, and you're good.

Except you're not. Not on Apple Silicon.

The kext problem

Apple has been phasing out kernel extensions (kexts) since macOS Big Sur. On Intel Macs, you could still install them with some effort. On M1/M2/M3/M4 Macs, it's a different story.

To use macFUSE on Apple Silicon, you need to:

  1. Shut down your Mac
  2. Boot into Recovery Mode
  3. Go to Startup Security Utility
  4. Set security to "Reduced Security"
  5. Enable kernel extensions
  6. Restart
  7. Install macFUSE
  8. Install ext4fuse
  9. Hope it all works after the next macOS update (it usually doesn't)

Apple made this deliberately painful because kernel extensions run with full system access. A buggy kext can crash your entire machine. Apple's direction is clear: kexts are going away.

macFUSE alternatives that don't work great either

FUSE-T is a newer macFUSE replacement that doesn't need kernel extensions. It uses Apple's newer driver extension framework. But EXT4 support through FUSE-T is still command-line only, read-only in most configurations, and not exactly plug-and-play.

Linux VMs (UTM, Parallels) work but require passing USB devices through to the VM, which is clunky and requires a full Linux installation.

What works instead

Rekonify takes a different approach entirely. Instead of trying to inject a filesystem driver into macOS, it uses Apple's own Virtualization.framework to run a tiny, purpose-built Linux VM.

Rekonify app

This VM boots in under 2 seconds. It mounts your EXT4 drive natively (because it's Linux), and Rekonify gives you a macOS-native interface to browse and manage the files.

No kernel extensions. No reduced security. No terminal commands. No macOS update anxiety.

You get:

Why this matters

Apple Silicon Macs are the present and future. Any EXT4 solution that depends on kernel extensions is living on borrowed time. Rekonify was built specifically for this reality — it works with Apple's security model instead of fighting against it.

Download Rekonify


Native Apple Silicon app. macOS 13+. Under 50 MB.

Ready to try Rekonify?

Browse EXT4 filesystems natively on your Mac. No kernel extensions required.

Download for macOS