OptiVoid is a powerful post-install automation tool tailored for Void Linux users. It helps users install desktop environments, essential tools, developer utilities, and clean up the system in just a few minutes β all from a terminal-based interface.
- β System Updater β Updates your system and installs essential packages.
- π― Presets Installer
- Minimal: Lightweight Openbox setup.
- Normal: Xfce4 + Fluxbox for everyday use.
- Developer: Full programming environment (Xfce4, KDE, dev tools).
- Full: Everything above + Mate Desktop.
- π§Ή System Cleanup β Clears package cache, orphan packages, thumbnails, trash, and old logs.
- π Logging β All actions are logged to
~/optivoid_logs.txt. - π‘ Internet and Root Check β Prevents execution without root or active connection.
- Python 3
- Void Linux (with
xbps-install) - Root (sudo) privileges
- Internet connection
- Clone the Repository
git clone https://github.com/VoinFeix/OptiVoid.git
cd OptiVoid- Run the Program
sudo python3 optivoid.pyThis project is licensed under the MIT License - see the LICENSE file for details.
- Created by Manoj Meghwal.
- Feel free to open issues or submit pull requests.