Desktop GUI application that detects dev environment inconsistencies, clears docker caches, and optimizes toolchains.
- Visual Desktop GUI Interface: Built with Python Tkinter dark theme aesthetics.
- Interactive Control Panel: Real-time action triggers, visual sliders, and parameter inputs.
- Graphical Displays: Tabular data views, live progress gauges, and real-time status monitors.
- Zero Configuration: Ready out-of-the-box with default mock feeds and fallback modes.
- Python 3.10+ installed on your system.
pippackage manager.tkintersupport (included by default with standard Python installations).
git clone https://github.com/d3mio/Devbox-optimizer.git
cd Devbox-optimizer- macOS / Linux:
python3 -m venv venv source venv/bin/activate - Windows:
python -m venv venv venv\Scripts\activate
pip install -r requirements.txtRun the main application script:
python gui_app.pyThis will launch the desktop graphical user interface window!
- Top Header: Displays system status and active port/connection telemetry.
- Interactive Controls: Enter custom target paths, API keys, or test configurations in the input fields.
- Execution Button: Click
⚡ Run Actionto trigger live processing. - Visual Results Grid: Inspect findings, metrics, and severity scores in the interactive table view.
This project is licensed under the MIT License — see the LICENSE file for details.