// getting-started

Requirements

macOS

  • macFUSE, installed separately (kernel extension approval and reboot are required on first install).
  • Homebrew is simplest install approach. Building from source requires C compiler (cc, clang, or GCC) and make.

Linux

  • libfuse3 and its development headers to build from source (libfuse3-dev / fuse3-devel depending on distro).
  • fusermount3 present on system (part of fuse3 package).