The short version: This application does not collect, store, or share any of your data. Everything stays on your local machine. There are no servers, no databases, and no third parties involved.
toddllm-macbook is a personal command-line tool that connects to Google Workspace APIs (Gmail, Google Drive, Google Calendar, Google Sheets, Google Docs, Google Slides, and Google Tasks) using OAuth 2.0 authentication. It is used by a single person on one machine and is not distributed to others.
When you run a command, the application may access the following data depending on the service invoked:
| Service | Data Accessed | Purpose |
|---|---|---|
| Gmail | Messages, drafts, labels | Display, compose, and send email |
| Drive | File names, metadata, content | List, upload, and download files |
| Calendar | Events, dates, attendees | View and manage schedules |
| Sheets | Cell data and metadata | Read and write spreadsheets |
| Docs | Document text | Read and edit documents |
| Slides | Slide content and layout | Read and edit presentations |
| Tasks | Task lists and items | Manage tasks |
All communication happens directly between your machine and Google, over encrypted HTTPS. There are no intermediary servers.
OAuth 2.0 tokens are stored locally in your operating system's native keyring (macOS Keychain), encrypted with AES-256-GCM. No credentials are transmitted to any server other than Google's OAuth endpoints.
This application does not retain any Google Workspace data. Information retrieved from Google's APIs is displayed in the terminal and is not saved, cached, or logged. Authentication tokens persist locally until you revoke access.
This application is not directed at or intended for children under 13. It does not knowingly access information from children.
This policy may be updated. The date at the top reflects the most recent revision.
Questions about this privacy policy or the application's data practices:
Todd Deshane — todd.deshane@gmail.com