OSXFuse
OSXFuse, formerly known as OSXFUSE, is an open-source software package that implements the Filesystem in Userspace (FUSE) interface for macOS. It enables the development and use of file systems that run in user space, while the macOS kernel provides the underlying access to the system.
OSXFuse provides a user-space API compatibility layer (libfuse) that lets applications written for FUSE run on
In practice, OSXFuse enables mounting of SSHFS, EncFS, and other FUSE-based file systems on macOS, without modification
OSXFuse originated as a macOS-specific port of the Linux FUSE interface. In response to macOS platform security
The project is hosted publicly, with source code, documentation, and issue tracking available online. It is