An minimal launcher for old versions of the Roblox Client
Installation • Features • Building • Roadmap
Installation is pretty straight forward on Fluster
-
Go to the releases tab on GitHub https://github.com/sbeltranc/Fluster/releases
-
Download the installation program You're searching for a file called
Fluster_X.X.X_x64_en-US.msi -
Run the installation program It will ask you for administration permissions, give them out so it can distribute the files!
-
Enjoy! You can follow the instructions that Fluster itself gives you when you first start the launcher, if you have any issues, report them at here!
- Vanilla 🍦: Old Roblox Launchers tend to heavily modify the game experience by adding band-aid fixes, Fluster sticks to don't remove or edit anything from the game clients if not required.
- Lightweight 🪶: Fluster is compiled on a single executable (which size is <20mb) thanks to Tauri, which is a widely known building toolkit to create small and fast cross-platform applications.
- Plug and play 🔌: Outside of anything required by Windows to run Fluster itself, Fluster doesn't require any further steps after being installed and it's ready to launch versions.
- Offline Compatibility 📴: No internet connection? Fluster locally saves the client versions that you install and caches any asset used by any game when you previously had an internet connection, allowing you to play even without an internet connection.
(this doesn't have any particular order and i can start or stop with any of this at any time..)
- Be able to see and join hosted servers on your LAN network
- Add a compatibility layer to both Linux and MacOS for launching the game clients
- Verifiying the game file integrity and update the game files if required to do so
- Compatibility with older versions of Windows (might not be possible due to webview)
Building Fluster is pretty simple, you don't require to-do a lot of things just to get it compiled.
What you need and require is:
Got all of them installed already? Good, now you want to clone the repository and get into it on your terminal:
git clone https://github.com/sbeltranc/Fluster.git && cd FlusterFollowing that, install the required dependencies for Vite and the Tauri Scripts:
bun installEverything ready to go, you can now either build Fluster or run it on dev mode:
# Building Fluster
bun run tauri build
# Running Fluster on dev mode
bun run tauri dev