中文文档 | English
A high-performance, single-binary Terminal User Interface (TUI) application for monitoring your macOS battery status. Built with Go and Bubbletea.
- Blazing Fast: Native binary, instant startup, low memory footprint.
- Real-time Monitoring: Live updates of battery percentage and charging status.
- Detailed Stats: Cycle count, battery health, maximum capacity, wattage, and serial number.
- Beautiful UI: Modern, responsive terminal interface powered by Bubbletea.
-
Clone the repository:
git clone https://github.com/aezizhu/chargetop.git cd chargetop -
Build the binary:
go build -o chargetop
-
Run:
./chargetop
brew tap aezizhu/chargetop
brew install chargetop- Run (Homebrew):
chargetop - Run (Source):
./chargetop - Quit: Press
qorCtrl+C - Refresh: Press
r
- macOS (tested on Sonoma/Ventura)
- Go 1.19+ (for building from source)
