Warning: This project is currently WIP and may contain numerous bugs.
WSFS-Core is an implementation of WSFS (WebSocket File System) designed to provide a lightweight, nearly complete remote-mounting experience.
Written in pure Go, WSFS-Core can serve WSFS on almost all Go-supported operating systems and architectures. It can also mount WSFS on Windows, Linux (including Android) and Darwin. (Currently, it is recommended to run WSFS-Core on Linux.)
WSFS-Core can also serve a limited WebDAV and a simple WebUI when serving WSFS.
Download pre-built binaries from the releases or build from source.
# Quick start with all default
wsfs quick-serve
# Or with configuration file
wsfs serve -c server.toml# Mount WSFS to local directory
wsfs mount wsfs://localhost:20001 /mnt/wsfsMIT License