cpulimit-manager is a TUI (Text-based User Interface) tool designed to manage the cpulimit software efficiently. Compatible with Linux, macOS, and FreeBSD, it allows users to control the CPU usage of specific processes directly from the terminal. Built in Python with Textual, Rich and psutil, it offers a smooth and minimalist experience for users looking to optimize their system's performance. 98% coding vibe! 🚀
cpulimit-manager is a project built in just 2 hours +/- using Claude Code. It's primarily an exercise in leveraging AI for rapid functional prototype development. Any feedback is welcome!
-
Create a virtual environment:
python3 -m venv ~/.cpulimit-manager-venv source ~/.cpulimit-manager-venv/bin/activate uv pip install textual rich psutil
-
Clone the repository:
git clone https://github.com/CipherCloak/cpulimit-manager.git
-
Run the application:
cd cpulimit-manager python ./main.py