// 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-develdepending on distro). fusermount3present on system (part offuse3package).