Announcing macFUSE 5.0.1 Posted on 15 May 2025
Release Notes
General
-
Update uninstaller for macFUSE 5
-
Update build script and add target build options
--no-defaultand--no-inherit
FSModule (FSKit Backend)
-
Fix an issue that could cause a crash of the file system process on failed mount attempts
When mounting a volume, the file system process expects to receive a socket handle for exchanging FUSE messages. Sending the mount status code without sending a socket handle first, can result in a crash. This issue only affected the
FSKitbackend. For details, see macfuse/macfuse#1071. -
Address an issue that could result in the file system extension not being listed in System Settings
In some cases
PluginKitfails to discover the file system extension automatically. As a workaround we register the extension explicitly. This issue only affected theFSKitbackend. For details, see macfuse/macfuse#1071. -
Optimize the service that is responsible for brokering connections between the file system extension and file system server processes
libfuse3
- Update
libfuse3to version 3.17.2



