pi-google-services is a local CLI tool that connects your Pi AI agent to your Google account.
This tool uses Google OAuth 2.0 to access the following services, only after you explicitly authorize each one:
All API calls are made directly from your machine to Google's servers. No data passes through any intermediate server. The binary never phones home, tracks usage, collects analytics, or sends telemetry.
OAuth tokens are saved locally in
~/.config/pi-google-services/tokens.json with restricted file
permissions (0600). Credentials are downloaded once during installation
and never leave your machine.
The full source code is available on GitHub. Every line of code that handles your data can be audited.