Privacy Policy

Website

This website (aibattery.dev) does not collect any personal data. There are no cookies, no analytics, no tracking pixels, and no third-party scripts that monitor your behavior. The only external request is to the GitHub API to display the repository's star count — this request does not include any identifying information about you.

The App

AI Battery is a native macOS menu bar app. It reads Claude Code's local JSONL session logs for token counts and context health — never your message content. Rate limits come from a minimal API call to Anthropic.

Network requests

AI Battery makes the following network requests — nothing else:

What AI Battery does not do

Authentication

AI Battery uses OAuth 2.0 with PKCE to authenticate with Anthropic — the same protocol Claude Code uses. You can connect up to 3 accounts. Refresh tokens are stored in macOS Keychain (Apple's encrypted credential store); access tokens are held in memory only.

Open Source

AI Battery is open source under the MIT License. You can inspect the full source code to verify these privacy claims yourself.

Contact

If you have questions about this privacy policy, you can reach out via GitHub Issues.