A modern, matte-black system monitor and task manager built with Pytron (Python + React).
- Real-time CPU, Memory, and Disk usage monitoring.
- Live graphs for system stats.
- Process list sorted by CPU usage.
- Ability to terminate processes.
- Frameless window with custom title bar.
-
Install Python Dependencies
pip install -r requirements.txt
-
Install Frontend Dependencies Navigate to the
frontendfolder:cd frontend npm install
-
Build the Frontend
pytron build-frontend
This will generate the static files in
../build/frontend. -
Run the Python App Go back to the root folder and run:
pytron run
For development, you can run the app in dev mode:
pytron run --devAnd update app.py to load from the dev server URL if needed (Pytron supports loading from URL in debug mode usually, or you can just rebuild).

