A lightweight macOS menu bar utility to monitor battery wattage in real-time.
- Displays current power usage in watts
- Shows battery charge level and health
- Calculates remaining battery time when discharging
- Displays battery temperature
- Download the latest release from the GitHub Releases page.
- Move
WattBar.appto your Applications folder. - Open the app (macOS may warn about an “unidentified developer” — right-click → Open).
- Open app
- Hover "capacity" to preview battery capacity
- Tap "temp" to toggle Celcius/Fahrenheit
WattBar is written in Swift using SwiftUI and IOKit. The core monitoring logic is in WattMonitor.swift.

