The latest version of macFUSE supports macOS 12 to macOS 26. The software package provides multiple APIs for developing full-featured user space file systems. libfuse.dylib provides a superset of the standard Unix FUSE API. macFUSE.framework is a high-level Objective-C wrapper for the libfuse C API. Developers can create numerous types of file systems using the provided APIs, e.g. on-disk file sys

