A minimal macOS menu bar app built with Python and rumps that displays system information such as CPU usage, memory, storage, battery, clipboard, IP addresses, and more — directly in the menu bar.
- ⚡ CPU, memory, storage, and battery, uptime stats
- 📋 Clipboard history
- 🌐 IP address display & Network speed
- 💾 Menu bar only
- 🛠️ Lightweight and easily configurable
- Dark mode toggle
- Memory usage by actual GB instead of percentage
- Make the code easier to read
- Bug fixes
Note: This app is macOS-only and uses Python3.
git clone https://github.com/aariir/infoCenter.git
cd infoCenter
pip install -r requirements.txt
python3 setup.py py2app
The output will be in the /dist directory.

This project is licensed under the MIT License. Feel free to fork, modify, and share!