FLC is a lightweight desktop application for managing and connecting to Foundry Virtual Tabletop servers.
- Website: https://foundry.ruleplaying.com/flc
- Issues: https://github.com/phenomen/flc/issues
- Changelog: CHANGELOG.md
No browser bloat saves valuable resources. The entire app is just 5MB and uses 60% less RAM than Google Chrome.
All your data is stored locally. No analytics and statistics are collected. Source code is available on GitHub.
Works with local servers, IPs, VPN, http and https URLs, and official Foundry VTT hosting providers.
NodeJS server is an efficient way to run local Foundry server. It requires significantly less resources than a standalone Electron-based client.
Download the latest release for your platform from GitHub Releases or Website.
- Clone the repository:
git clone https://github.com/phenomen/flc.git
cd flc- Install dependencies:
bun install- Run in development mode:
bun run tauri devThis project is licensed under the MIT License - see the LICENSE file for details.
- Tauri - Rust-powered backend
- Svelte - Frontend UI framework
- Tailwind CSS - CSS framework
- shadcn-svelte - UI components
- Lucide - Icons