Skip to main content
Last updated: April 9, 2026 ollim-bot is a self-hosted, single-user Discord bot. You run it on your own hardware, and your data stays on your machine. This policy explains what data the bot accesses and how it’s handled.

What ollim-bot accesses

When you connect your Google account via /google-auth, ollim-bot requests access to:
ServiceScopeWhat it does
Google TasksRead and writeCreates, reads, and updates tasks on your behalf
Google CalendarRead and writeReads events and creates new ones when you ask
GmailRead-onlyReads email subjects and bodies for triage — never sends email
These permissions are requested once during setup and persist until you revoke them.

What’s stored on your machine

All data lives in ~/.ollim-bot/ on the machine running the bot:
  • credentials.json — your Google OAuth client configuration
  • token.json — your Google OAuth refresh token
  • sessions.json — conversation history and context
  • Routine and reminder data — scheduling state
Nothing is stored on external servers controlled by ollim-bot. The bot has no backend, no database, and no telemetry.

Third-party services

ollim-bot communicates with:

Data sharing

ollim-bot does not share your data with anyone. There is no analytics, no tracking, and no data collection. The bot runs entirely on your machine.

Revoking access

To disconnect your Google account, revoke the bot’s access at myaccount.google.com/permissions and delete ~/.ollim-bot/state/token.json.

Contact

If you have questions about this policy, open an issue on GitHub or email juliustfrost@gmail.com.