Download Macfuse
Download Macfuse from this page.
Download Macfuse
- FUSE implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on macOS
- It provides multiple APIs, one of which is a superset of the FUSE API (file system in user space) that originated on Linux
- Many existing FUSE file systems become readily usable on macOS
- The macFUSE software consists of a kernel extension and various user space libraries and tools
- It comes with C-based and Objective-C-based SDKs
- The filesystems repository contains source code for several exciting and useful file systems for you to browse, compile, and build upon
Comments