An all-in-one system control interface built in Python 3. Designed to give you full control over your system in a not-so-fast, customizable, and extensible interface.
- 📊 Dashboard for system monitoring
- ⚡ Quick system commands
- 🔌 Plugin support
- 🧠 Task manager
- 📁 File manager
- ⭐ Favorites system
- ⏱️ Command scheduling
- 📋 Visual clipboard
- 🔎 System-wide fuzzy search
- 🎨 Theme support
- Raspberry Pi OS (32-bit or 64-bit)
- Debian / Ubuntu (64-bit recommended)
- ARM (32-bit or 64-bit)
- x86_64 (64-bit)
-
X11 or XWayland
-
Python 3.9+
-
A Linux desktop environment:
- XFCE
- LXDE
- MATE
- GNOME
- KDE
Make sure you have Python 3.9 or newer:
python3 --versionIf not installed, install it via your package manager.
- Download the latest release
- Extract the zip file wherever you want
cd /path/to/project
chmod +x install.sh
./install.shpython3 menu.pyOn the first launch, initialization may take a bit longer.
If it appears to hang, wait a moment, stop it with Ctrl+C, and run it again.
Plugins are stored in:
~/.controlpanel_pluginsYou can create or modify plugins to extend functionality.
- Designed for Linux systems only
- Some features depend on system tools (file manager, terminal, etc.)
- Fully customizable - feel free to modify anything
This is v1.
The goal is to expand with:
- Better performance
- Improved UI/UX
- Cross-environment compatibility
This project has been in development for about 6 months and is built to be explored, modified, and extended.
If you build something cool or improve the experience, contributions are welcome.