Privacy at CanCan

CanCan stores your documents, ledger, and secrets locally on your Mac. Optional connections go directly from the local app under your consent. This page describes those data paths, including the Google API Services User Data Policy disclosures required for Gmail connection.

Your Vault is local

Gmail connection — two separate consents

Gmail is an optional evidence channel, planned for the first public preview and available only after Google’s required verification completes. Authorization happens between your Mac and Google directly: the OAuth flow (PKCE, loopback redirect) runs in the local app, tokens are stored in your macOS Keychain, and mailbox data is kept in your encrypted Vault. No Gmail data passes through a CanCan server — none exists.

CanCan requests only gmail.readonly, a Google Restricted scope. It can search, read, and download matching messages and attachments. It cannot send email, modify labels, mark messages read or unread, delete email, or change mailbox settings.

Each connected mailbox carries two independent switches:

You can connect multiple mailboxes; tokens, rules, cursors, and failures stay isolated per mailbox. Disconnecting a mailbox deletes its refresh token from the Keychain and stops its rules; previously captured evidence remains in your Vault under your control.

Limited Use disclosure: CanCan’s use and transfer to any other app of information received from Google APIs will adhere to the Google API Services User Data Policy, including the Limited Use requirements.

Optional AI processing

Structured statement parsing requires an AI provider you configure yourself (bring-your-own-key). For files you add directly or through CanCan Inbox, the local app sends the evidence needed by the selected parser directly to that provider under the provider disclosure you approve. Gmail-derived evidence has an additional boundary: only evidence matching an enabled rule may travel, and only while that mailbox’s capability consent matches the current provider and disclosure. Your provider keys live only in your local OS secret store. If you skip AI setup, no evidence is sent: local capture, encryption, and document browsing still work, while AI-dependent parsing waits until you configure a provider.

Contact

The public addresses support@cancan.money and security@cancan.money are intended and will be verified before the preview ships; they are not yet provisioned. Until then, reach the project on GitHub Discussions for questions and see the security page for vulnerability reporting.