Use torrentfs as a read-only filesystem
masterThe torrentfs package provides a way to expose a torrent client as a read-only filesystem. The core logic is FUSE-library-agnostic, providing the fundamental types and helpers. To actually mount the filesystem, you must use a concrete FUSE backend implementation.
Available backends:
- anacrolix/og-torrentfs: Uses the
anacrolix/fuselibrary. SupportsmacFUSEandfuse-ton macOS, andfusermounton Linux. - anacrolix/hanwen-torrentfs: Uses the
hanwen/go-fuse/v2library. Uses themacFUSEsocket protocol on macOS (note: this is incompatible withfuse-t).