
A simple and user-friendly mod and fastflag manager for Roblox on Linux, designed to work with Sober.
Bartender is a simple tool that helps you manage Roblox mods and fastflags on Linux systems using Sober. With its simple interface, you can easily install mods, and customize your Roblox experience.
- Easy Installation: Simply double-click to install mods
- Mod Import: Import mod archives (.zip) with drag-and-drop support
- Clean Interface: View all your installed mods in a simple, organized list
- One-Click Cleanup: Remove all installed mods with a single click
- Live Editing: Double-click any flag to modify its value
- Smart Search: Quickly find specific flags with the search bar
- Type Support: Automatic type detection for boolean, integer, float, and string values
- Import/Export: Save and load flag configurations as JSON files
- Native File Dialogs: Uses your system's native file dialogs for a seamless experience
- Python 3.8 or higher
- Sober (Vinegar) installed and configured
- Required system dependencies:
# For Debian/Ubuntu sudo apt install python3-tk python3-pil.imagetk # For Arch Linux sudo pacman -S tk python-pillow
-
Clone the repository:
git clone https://github.com/yourusername/Bartender.git cd Bartender
-
Install Python dependencies:
pip install -r requirements.txt
-
Run Bartender:
python main.py
To create a standalone executable:
# Install PyInstaller if you haven't already
pip install pyinstaller
# Build the executable
pyinstaller --windowed --onefile --icon=Bartender.png --name Bartender main.py
# The executable will be in the 'dist' directory
- Import Mods: Click the "Import Mod" button to add new mods
- Install: Double-click any mod to install it
- Clean Up: Use the "Cleanup Mods" button to remove all installed mods
- Edit Values: Double-click any flag to edit its value
- Search: Use the search bar to quickly find specific flags
- Save Changes: Click "Save Changes" to apply your modifications
- Import/Export: Use the respective buttons to save or load flag configurations
- Mods Directory:
~/.local/Bartender/Mods/
- Installed Mods:
~/.var/app/org.vinegarhq.Sober/data/sober/asset_overlay/
- Sober Config:
~/.var/app/org.vinegarhq.Sober/config/sober/config.json
Contributions are welcome! Please feel free to submit pull requests or open issues for any bugs or feature requests.
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
- Sober (Vinegar) - For making Roblox on Linux possible
- Roblox - For creating an amazing gaming platform