WSFS-GUI is a graphical front end for the WSFS-Core client, available on Windows and Linux.
Prebuilt x64 releases are available from the latest release page.
Windows releases are packaged as installers with Inno Setup. The installer installs WSFS-GUI bundled with the required runtime files and a copy of WSFS-Core, but requires the Microsoft Visual C++ 2022 x64 Redistributable and WinFsp to be installed separately.
Linux releases are distributed as AnyLinux AppImages. The package includes the runtimes required by the application like Qt, libc, and WSFS-Core. A graphical environment and FUSE 3 must be provided by the host system.
On NixOS, you may need to disable appimage-run before launching the AppImage. See the AnyLinux AppImages FAQ for details.
Build an AppImage with:
release/linux/build-container.sh <gui-version> <wsfs-core-tag>The helper builds an Arch Linux-based packaging image, reuses the host Pacman cache when available, and writes the output to:
dist/WSFS-GUI-<gui-version>-AnyLinux-x86_64.AppImage
GitHub Actions uses the same release/linux/Containerfile with Docker Buildx. Local builds use Podman by default, so Docker is not required for the command above.