Latest release | Website | Documentation
Note
Fedestrap is a custom bootstrapper for Roblox, personally maintained for me, built on the Bloxstrap → Fishstrap → Voidstrap lineage. It currently targets Windows 10 and above; the codebase carries cross-platform scaffolding for macOS and Linux inherited from Voidstrap, but those targets aren't actively maintained here. For Mac/Linux, try AppleBlox or Sober.
Warning
The only official places to get Fedestrap are this GitHub repository and fedestrap.fede.one. Any other site offering downloads or claiming to be this project is not controlled by Fede - don't download from them.
If you found a bug, open an issue.
- Download the latest release: https://github.com/fxderico/fedestrap/releases/latest
- Run the installer and finish setup
- Launch Fedestrap
Fedestrap inherits Voidstrap's much larger feature set on top of the usual Bloxstrap-family basics (FastFlags editor with an allowlist warning, mod manager, channel switching, cache cleaner, custom emoji fonts converted to the COLR v0 format Roblox actually renders):
- Discord Rich Presence, RGB/theme customization, custom cursors and fonts
- Window manipulation, frame generation and render tuning options
- Google Fonts integration, translation service, gradient backgrounds
- Controller support (ViGEm), audio ducking, headset audio routing
- Game chat overlay and server matchmaking helpers
- A real, self-hosted account system - sign in, register, change your password, and edit your username/display name, all natively in the app (no browser round-trip) - see Accounts below for exactly what that does and doesn't cover
Not every corner of the original Voidstrap platform is running here - see Accounts.
Voidstrap's sign-in, friends, quests, marketplace, forums, notifications, chat overlay, and theme-sharing features all depend on a live companion backend that the original author runs. That's a full platform in its own right (Roblox OAuth, real-time notifications, a database-backed social graph, a marketplace, forums), not something reasonable to fork alongside the desktop app.
Fedestrap ships with its own from-scratch, self-hosted accounts API instead, at fedestrap.fede.one. What's actually real:
- Sign in, create an account, and sign out, entirely inside the app (no browser tab involved) - capped at 2 accounts per IP
- Change your password and edit your username/display name from Settings
- An admin panel for managing accounts (not user-facing - operator only)
What's not backed by anything: Roblox OAuth sign-in, friends, quests, marketplace, forums, chat, and theme sharing. Features that depend on those degrade gracefully when the calls fail (cached data or a plain "couldn't load" message) rather than crashing.
Fedestrap is built using C# and .NET.
- Go to https://github.com/fxderico/fedestrap
- Click Fork (top right)
- This creates your own copy under your GitHub account
- pizzaboxer and the Bloxstrap project this is ultimately built on
- returnrqt and the Fishstrap project
- Bratic and the Voidstrap project — the direct base for this build's architecture and feature set
- Other independent contributors
| © Fedestrap | MIT |