A modern GTK4 profile manager for Sober on Linux. Easily manage multiple Roblox profiles with isolated environments.
- 🚀 Profile Management - Create, rename, delete, and launch multiple Sober profiles
- 🏠 Isolated Environments - Each profile runs with its own HOME directory
- 📝 Profile Notes - Add custom notes to organize your profiles
- ⭐ Favorite Games - Save your favorite Roblox games with place IDs and private server codes
- 🎮 Direct Game Launch - Launch specific games directly from the manager
- 🔧 Settings - Configurable multi-instance support, auto-refresh, and more
- 🎨 Modern GTK4 UI - Native Linux interface with dark theme support
- Linux (tested on Arch Linux with Hyprland)
i use arch btw - Python 3.7+
- GTK4 and Python GObject bindings
- Flatpak with Sober installed (
org.vinegarhq.Sober)
Arch Linux / Manjaro:
sudo pacman -S python-gobject gtk4Ubuntu / Debian:
sudo apt install python3-gi gir1.2-gtk-4.0Fedora:
sudo dnf install python3-gobject gtk4flatpak install flathub org.vinegarhq.Sobergit clone https://github.com/evanovar/RobloxAccountManagerLinux.git
cd RobloxAccountManagerLinuxpip install -r requirements.txtpython main.py- Open the application
- Click the settings icon (⚙️) in the header bar
- Click "Check for Updates"
- Follow the instructions in the terminal
bash update.shThe update script will:
- Check for updates from GitHub
- Show you what changed
- Backup your ProfileManagerData
- Pull the latest changes
- Update dependencies if needed
git pull origin main
pip install -r requirements.txt --upgradeNote: Your profile data in ProfileManagerData/ is preserved during updates and backed up automatically.
- Ensure Sober is installed via Flatpak:
flatpak list | grep Sober - Try running manually:
flatpak run org.vinegarhq.Sober
- Enable in Settings
- Check if Sober supports multiple instances on your system
- Ensure
requestslibrary is installed:pip install requests - Check your internet connection
- Click the refresh button
- Enable "Auto-Refresh Profiles" in settings
- Check that profile directories exist in base directory
Contributions are welcome! Please feel free to submit a Pull Request.
GNU General Public License v3.0 - See LICENSE file for details
This project is not affiliated with or endorsed by Roblox Corporation or VinegarHQ. Use at your own risk.