An updated and cleaner version of mezleca/BakkesLinux.
This allows you to use BakkesMod on Linux without relying on the official Windows installer inside each Wine/Proton prefix.
Instead of fighting with multiple prefixes, broken installers, or duplicated files, this tool:
- Downloads and manages all required BakkesMod files once
- Copies only what is needed into the target Wine/Proton prefix.
- Uses symlink for plugins / cfgs, meaning even if you uninstall the prefix, the config files should remain intact.
- Uses a minimal C++ injector to inject the bakkesmod on the wine process.
- Python 3.8+
- Rocket League
# install bakkesmod
pipx install --force git+https://github.com/mezleca/bakkesmod-linux.git
# if you want to create a .desktop file for BakkesMod, run:
bakkesmod --create-desktopgit clone https://github.com/mezleca/bakkesmod-linux.git
cd bakkesmod-linux
pipx install -e .