Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.72 KB

File metadata and controls

58 lines (39 loc) · 1.72 KB

Battistics

Battistics

Battery statistics for the Mac. Free, open source, native.
macOS 14+ · Apple Silicon

Dashboard

Menu bar popover Appearance settings

Features

  • Charge, health, capacity, cycles, temperature, power, voltage and time estimates at a glance
  • History charts for charge, power, temperature and health across day, week, month and year
  • Customizable menu bar icon: five styles, status colors, optional text, selectable app icon
  • Notifications for low battery, full charge, charge limit, high temperature and health decline
  • Battery levels of connected keyboards, mice, trackpads and headphones
  • Energy view showing the busiest apps, sampled only while open
  • CSV export and import of the full history
  • English and Turkish

Light by design

Event driven, no polling. Idle CPU is 0.0%; sensors are read only while a window is visible.

Install

brew install --cask doguyilmaz/tap/battistics

Or download the DMG from Releases and drag Battistics to Applications.

Either way updates arrive in-app: Battistics updates itself, so Homebrew is told to leave it alone once installed.

Build

brew install xcodegen
make run    # debug build and launch
make test   # unit tests

Run make gen and open Battistics.xcodeproj to work in Xcode.

Privacy

Runs entirely on your Mac. The only network request is the optional update check.

License

MIT