Announcing macFUSE 5.1.3 Posted on 23 Dec 2025
Release Notes
General
- Update build process to use Xcode 26.2 (macOS 26.2 SDK)
Kernel Extension (Kernel Backend)
-
Update kernel extension to version 5.1.3
-
Add special handling for the
O_EXECopen flag to prevent a kernel panic. Internally,O_EXECis treated asO_RDONLY, meaning a readable file descriptor will be requested from the file system server. For details, see macfuse/macfuse#1130.
FSModule (FSKit Backend)
- Introduce foundational changes in preparation for new features in macFUSE 5.2
libfuse3
- Fix an issue that resulted in the extended attribute name passed to the
setxattrhandler always being an empty string. On macOS,FUSE_COMPAT_SETXATTR_IN_SIZEneeds to account for the additionalpositionfield and its associated padding. For details, see macfuse/macfuse#1134.



