Please install macfuse(a.k.a osxfuse). The release can be found with https://osxfuse.github.io/.
- [email protected] has been tested.
- macos 11(Big Sur)/12(Monterey) has been tested.
For now only nydusd
works on macos, other bin is open for pr.
Only fusedev
works on macos, by the way passthrough file system not work(passthrough fs has lot syscall is linux specific).
cargo build --release --bin=nydusd
or
make release
make install