macfuse/macfuse

macFUSE umbrella repository

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 6th, 2026
Created on June 8th, 2011
Open Issues & Pull Requests: 50 (+0)
GitHub issues: Enabled
Number of forks: 548
Total Stargazers: 9,794 (+0)
Total Subscribers: 238 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

macFUSE is a file system extension framework that allows developers to implement custom file systems on macOS by running user-space code instead of requiring kernel-level drivers.

The project solves the problem of creating specialized file systems without writing kernel code, which is complex and risky. macFUSE works by intercepting file system operations at the user level and routing them to custom handlers, enabling developers to build file systems for network storage, virtual file hierarchies, encrypted volumes, or other specialized purposes. This approach isolates custom file system logic from the kernel, improving system stability and reducing development complexity.

Developers should choose macFUSE when building file systems that do not require maximum performance or when the stability benefits of user-space code outweigh performance trade-offs. It suits projects involving remote storage integration, specialized data access patterns, or experimental file system concepts. The tool is appropriate for macOS-specific development where native integration with the operating system's file system layer is needed.

The project maintains an active umbrella repository structure that coordinates related components and ongoing development work. Regular updates address compatibility with new macOS versions and evolving system requirements. The codebase receives consistent attention to ensure functionality across different macOS environments and to incorporate improvements from community contributions.