Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS 15+: FSKit support #306

Open
vanyasem opened this issue Oct 20, 2024 · 0 comments
Open

macOS 15+: FSKit support #306

vanyasem opened this issue Oct 20, 2024 · 0 comments

Comments

@vanyasem
Copy link

macOS Sequoia (15+) adds an official API for user-space file systems called FSKit: https://developer.apple.com/documentation/fskit/
Would it be feasible for fuser to support it instead of relying on macFUSE on macOS 15+ targets?

Announcement article: https://eclecticlight.co/2024/06/26/how-file-systems-can-change-in-sequoia-with-fskit/
An example implementation written in Swift: https://github.com/KhaosT/FSKitSample

Apple added FSKit support to Xcode starting with version 16.1 beta
Retail Xcode 16.0 lacks the support for FSKit

That would allow user-space operation on macOS without relying on FUSE-T which was proposed a few times already: #225, #273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant