-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
brutal-fps-wiki edited this page Sep 8, 2026
·
1 revision
BRUTAL-FPS ships installers for every major platform. Every release on the Releases page contains:
| Platform | Files |
|---|---|
| Windows |
BRUTAL-FPS-Setup-1.0.1.exe (NSIS installer) + BRUTAL-FPS-Portable-1.0.1.exe
|
| macOS |
BRUTAL-FPS-1.0.1-x64.dmg (Intel) + BRUTAL-FPS-1.0.1-arm64.dmg (Apple Silicon) + -universal.dmg
|
| Linux |
BRUTAL-FPS-1.0.1.AppImage (universal) + BRUTAL-FPS-1.0.1.deb (Debian/Ubuntu/Kali) |
- Download
BRUTAL-FPS-Setup-1.0.1.exe - Double-click and follow the wizard (Next β Next β Finish)
- Launch from the desktop or Start Menu shortcut
- Download
BRUTAL-FPS-Portable-1.0.1.exe - Run it anywhere β no installation needed (great for USB drives)
If Windows SmartScreen warns you, click More info β Run anyway.
- Download the correct DMG:
-
BRUTAL-FPS-1.0.1-x64.dmgfor Intel Macs -
BRUTAL-FPS-1.0.1-arm64.dmgfor Apple Silicon (M1/M2/M3)
-
- Open the DMG and drag BRUTAL-FPS into the Applications folder
- First launch: right-click the app β Open (bypasses Gatekeeper; normal for unsigned open-source apps)
- If macOS says the app is damaged, clear the quarantine flag:
xattr -rd com.apple.quarantine /Applications/BRUTAL-FPS.app
wget https://github.com/brutal-45/GAME-FPS-BOOSTER/releases/latest/download/BRUTAL-FPS-1.0.1.deb
sudo dpkg -i BRUTAL-FPS-1.0.1.deb
sudo apt-get install -f # fix any missing dependencies
brutal-fps # launch (in /opt/BRUTAL-FPS/)wget https://github.com/brutal-45/GAME-FPS-BOOSTER/releases/latest/download/BRUTAL-FPS-1.0.1.AppImage
chmod +x BRUTAL-FPS-1.0.1.AppImage
./BRUTAL-FPS-1.0.1.AppImageIf you get a FUSE error:
sudo apt install -y fuse # Debian/Ubuntu
./BRUTAL-FPS-1.0.1.AppImage --appimage-extract-and-run # alternativeKali Linux is Debian-based and fully supported. A Kali-special build ships in the
repo (electron-builder-kali.json + build-kali.sh) with dependencies that match
Kali's t64 package names (libgtk-3-0t64, libasound2t64, β¦).
sudo apt update
sudo apt install -y git curl nodejs npm libgtk-3-0t64 libnotify4t64 libnss3 libxss1t64 libasound2t64 fuse
git clone https://github.com/brutal-45/GAME-FPS-BOOSTER.git
cd GAME-FPS-BOOSTER
./build-kali.sh # β release-kali/BRUTAL-FPS-1.0.1-kali.deb
sudo dpkg -i release-kali/BRUTAL-FPS-1.0.1-kali.deb
sudo apt-get install -f
brutal-fps-kali # launchOr run the AppImage:
chmod +x release-kali/BRUTAL-FPS-1.0.1-kali.AppImage
./release-kali/BRUTAL-FPS-1.0.1-kali.AppImageSee Kali Linux Package for details.
- Launch BRUTAL-FPS β the full booster dashboard opens
- Click β‘ BRUTAL BOOST
- Pick a mode (see Boost Modes) and enjoy!
The app also lives in your system tray β right-click for Quick Boost, Open Dashboard, or Quit.
- π Home
- π₯ Installation
- β‘ Quick Start
- π― Boost Modes
- π Kali Linux Package
- π§ Building from Source
- π CI/CD & Releases
- π οΈ Troubleshooting
- β FAQ
Made with π by Brutal Tools Β· GitHub