Antop is a lightweight, high-performance macOS CLI tool for monitoring system power and CPU metrics in real-time. Built in Swift, it is designed to be energy-efficient, memory-safe, and blazing fast, replacing the need for heavy Python-based alternatives.
- This is the initial phase of the project. The main goal is to:
- ✅ Stream powermetrics data in real-time.
- ✅ Parse and process metrics incrementally.
- ⏳ Present the relevant graphs in terminal.
- 🤔 Parameterise Executable.
- Existing tools often:
- Dump massive XML/PLIST logs to disk
- Reparse everything repeatedly
- Consume growing amounts of memory and CPU
Antop addresses these issues by streaming and processing data incrementally, using Swift for both speed and energy efficiency.
A huge thank you to everyone who supports, inspires, or provides feedback on this project. Your encouragement keeps this initiative moving forward.
- Power graphs.
- Homebrew distribution for easy installation
git clone https://github.com/anantashahane/antop.git
cd antop⚠️ powermetricsrequires sudo, so you may need:sudo swift run
This project is in early development. Contributions, feedback, or suggestions are welcome!
