diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ce0808 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +macFUSE +======== + +macFUSE allows you to extend macOS via third party file systems. + +About macFUSE +------------------- + +The macFUSE software package provides multiple APIs for developing file systems for OS X 10.9 to macOS 11. + +You can use the provided APIs to develop numerous types of file systems, whose content can come from a local disk, from across the network, from memory, or any other source. One of these APIs is a superset of the [FUSE API](http://fuse.sourceforge.net/), that originated on Linux. + +Due to the fact that FUSE file systems are regular applications (as opposed to kernel extensions), you have just as much flexibility and choice in programming tools, debuggers, and libraries as you have if you were developing standard macOS applications. + +For more information visit the [macFUSE website ](http://osxfuse.github.io/).