// overview

Platform support

  • macOS - FUSE2 (macFUSE). Tested.
  • Linux - FUSE3 (libfuse3). Tested on openSUSE Tumbleweed (native build) and via a static linked libfuse3 binary built in a Debian bookworm container, verified with fusermount3 3.18.2.
  • FreeBSD - in Roadmap. Not built or tested yet.
  • Architecture - x86_64 and Apple Silicon (ARM64). Linux binaries are currently x86_64. Linux ARM64 will become priority on the roadmap in future.

Linux binary distribution note

For Linux binary distributions: glibc-linked binaries only run on glibc-based distros (Ubuntu, Debian, Fedora, openSUSE, Arch, RHEL family, etc.). musl-based distros (Alpine) need a separate musl build; a glibc binary will not run there at all, because musl and glibc are different C library implementations with different dynamic loaders.