Add README.md

This commit is contained in:
Benjamin Fleischer 2021-01-13 17:58:49 +01:00
parent e8b6aae968
commit b1aa2a3bea
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -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/).