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

FSKit support #69

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

FSKit support #69

vanyasem opened this issue Oct 20, 2024 · 2 comments

Comments

@vanyasem
Copy link

vanyasem commented Oct 20, 2024

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 FUSE-T to support it instead of relying on NFS 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

@macos-fuse-t
Copy link
Owner

Waiting for macos version where it works. Once it's added I will definitely support it out of the box

@NilsEnevoldsen
Copy link

If macFUSE adds FSKit support (macfuse/macfuse#1025), does that have any implications for the future of FUSE-T?

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

3 participants