All Projects → osxfuse → Osxfuse

osxfuse / Osxfuse

Licence: other
FUSE extends macOS by adding support for user space file systems

Projects that are alternatives of or similar to Osxfuse

UserFileSystemSamples
IT Hit User File System Engine samples in .NET/C#. Samples implement Virtual File System for Windows and Mac with synchronization support, on-demand loading, offline files, and Windows File Manager integration.
Stars: ✭ 60 (-99.16%)
Mutual labels:  fuse, file-system
Moosefs
MooseFS – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System (Software-Defined Storage)
Stars: ✭ 1,025 (-85.73%)
Mutual labels:  fuse, file-system
Winfsp
Windows File System Proxy - FUSE for Windows
Stars: ✭ 4,071 (-43.33%)
Mutual labels:  fuse
Exfat
Free exFAT file system implementation
Stars: ✭ 528 (-92.65%)
Mutual labels:  fuse
Dokany
User mode file system library for windows with FUSE Wrapper
Stars: ✭ 4,055 (-43.56%)
Mutual labels:  fuse
Awesome Fuse
A curated list of awesome Fuse applications, articles, and plugins
Stars: ✭ 314 (-95.63%)
Mutual labels:  fuse
Catfs
Cache AnyThing filesystem written in Rust
Stars: ✭ 404 (-94.38%)
Mutual labels:  fuse
Btfs
A bittorrent filesystem based on FUSE.
Stars: ✭ 2,984 (-58.46%)
Mutual labels:  fuse
Fuse Rs
Rust library for filesystems in userspace (FUSE)
Stars: ✭ 735 (-89.77%)
Mutual labels:  fuse
Svfs
The Swift Virtual File System
Stars: ✭ 375 (-94.78%)
Mutual labels:  fuse
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (-92.79%)
Mutual labels:  fuse
Infinit
The Infinit policy-based software-defined storage platform.
Stars: ✭ 363 (-94.95%)
Mutual labels:  fuse
Gridsome Portfolio Starter
A simple portfolio theme for Gridsome powered by Tailwind CSS v1
Stars: ✭ 329 (-95.42%)
Mutual labels:  fuse
Google Drive Ocamlfuse
FUSE filesystem over Google Drive
Stars: ✭ 4,447 (-38.1%)
Mutual labels:  fuse
Fuse Studio
Fuse Studio is a visual desktop tool suite for working with the Fuse framework.
Stars: ✭ 312 (-95.66%)
Mutual labels:  fuse
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (-20.2%)
Mutual labels:  fuse
Vue Fuse
Stars: ✭ 281 (-96.09%)
Mutual labels:  fuse
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (-45.27%)
Mutual labels:  fuse
S3monkey
A Python library that allows you to interact with Amazon S3 Buckets as if they are your local filesystem.
Stars: ✭ 399 (-94.45%)
Mutual labels:  fuse
Distribyted
📂 ➡️ 📺 🎶 🎮 Torrent client with on-demand file downloading as a filesystem.
Stars: ✭ 791 (-88.99%)
Mutual labels:  fuse

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 macOS 10.9 to macOS 12.

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].