Download Latest Version macFUSE 5.0.7 source code.tar.gz (3.9 kB)
Email in envelope

Get an email when there's a new version of macFuse

Home / macfuse-5.0.7
Name Modified Size InfoDownloads / Week
Parent folder
macfuse-5.0.7.sha256.sig 2025-09-29 566 Bytes
macfuse-5.0.7.sha256 2025-09-29 262 Bytes
macfuse-5.0.7.dmg 2025-09-29 10.6 MB
macfuse-5.0.7-debug.tbz 2025-09-29 18.9 MB
macFUSE 5.0.7 source code.tar.gz 2025-09-29 3.9 kB
macFUSE 5.0.7 source code.zip 2025-09-29 4.8 kB
README.md 2025-09-29 1.4 kB
Totals: 7 Items   29.5 MB 12

General

  • Update build process to use Xcode 26.0.1 (macOS 26.0 SDK)

  • Update Installer package to use absolute paths when invoking command line tools in the postinstall script

  • Replace typeof with the __typeof__ builtin in libfuse3 headers. The typeof keyword is part of the C23 ISO standard, but is not officially supported in older C ISO standards.

  • Drop compatibility code for macOS 11 and earlier. macFUSE 5 supports macOS 12 through macOS 26.

  • Fix license file formatting. On macOS 26, QuickLook fails to render lists correctly if they are placed inside table cells in rich text documents.

Kernel Backend

  • Preserve a vnode's identity when marking it as dangling. Resetting the identity causes the fchmod(2) system call to fail. This addresses macfuse/macfuse#1112.

  • Resolve symbolic links in the kernel extension path before attempting to load the kernel extension

FSKit Backend

  • Improve support for macOS 26. FSClient now provides information about installed third party file system extensions, enabling more reliable detection of whether a file system extension has been enabled by the user.

  • Add support for creating a mount point in /Volumes automatically when mounting a volume

  • Introduce foundational changes in preparation for new FSKit features in macFUSE 5.1

Source: README.md, updated 2025-09-29