Fuse
Fuse (com.mixamo.Fuse) is a developer tool and library that enables user-space FUSE (Filesystem in Userspace) implementations on macOS. It allows developers to build custom file system drivers that run without kernel extensions, making them safer and easier to develop than traditional kernel-level file systems. FUSE is used by developers working with specialized file systems, encrypted volumes, network file systems, and other file system extensions that are not natively supported by macOS. The bundle ID suggests this may be related to Adobe Mixamo assets, though the primary function is filesystem extension support.
AI Recommendation
1 suggestionThe search results show some confusion between different products with similar names. The most actively maintained macOS FUSE implementation is macFUSE (macfuse.github.io), which released version 5.2.0 on 9 April 2026 with full native Apple Silicon support. However, your bundle ID (com.mixamo.Fuse) suggests this is a different Fuse product, possibly from Adobe Mixamo. Search result [1] indicates a native arm64 build of Fuse 1.5.6 exists via Sourceforge, available in their file releases area. If you are using the Mixamo-related Fuse, check the Sourceforge releases page for the arm64 build. If you are actually using macFUSE as your FUSE implementation, update to the latest version from macfuse.github.io, which ships as a Universal Binary and runs natively on Apple Silicon. For developers building new FUSE-based file systems, consider evaluating Fuse-T (fuse-t.org), a modern kext-less alternative that integrates with macOS's newer FSKit backend on macOS 26 and later.
Recommended reading