Extend native file handling in OS X (was OSXFUSE)

FUSE for macOS

FUSE 4.10.2

  -  6.2 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of FUSE 4.10.2.


For those interested in downloading the most recent release of FUSE for macOS or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • FUSE 4.10.2 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    FUSE 4.10.2 Screenshot 1
  • FUSE 4.10.2 Screenshot 2

What's new in this version:

- Invalidate a vnode's identity in case the corresponding file is removed
- When performing a remove operation, the file might not actually be removed by the user space code. libfuse renames open files, hides them and defers removing them until all open file handles have been closed (unless hard_remove is enabled). This means we might come across the vnode again, e.g. while performing a readdir(3) operation. We need to invalidate the vnode's current identity to make sure Finder does not display any outdated information.
- Build script optimizations