FUSE-T is a kext-less implementation of FUSE for macOS that uses NFS v4 local server
Summary (AI generated)
Archived original version »FUSE-T is a kernel extension-free implementation of FUSE for macOS that utilizes an NFS v4 local server instead of a kext to function properly. It aims to replace macfuse due to the difficulties and unpredictability associated with installing and using kernel extensions in newer macOS versions. FUSE-T operates by running a user space server that converts between FUSE protocol and NFS calls, allowing macOS to mount NFS volumes instead of a kernel filesystem. The project is designed to offer improved stability, performance, and compatibility with macOS features such as extended attributes and file locks while eliminating the need for proprietary mounting tools.