Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MacFUSE-iOS #41

Open
privaterelie opened this issue Aug 8, 2024 · 0 comments
Open

MacFUSE-iOS #41

privaterelie opened this issue Aug 8, 2024 · 0 comments

Comments

@privaterelie
Copy link

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 iOS 17.6.1 to macOS 15.

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 iOS.

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 iOS applications.

For more information visit the macFUSE website (http://osxfuse.github.io/).

License

Please see LICENSE.txt.

Source Code

The source code of the last full open source release can be found in the support/osxfuse-3 branch of this repository.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant