← Back to Lede

Privacy

Last updated April 26, 2026.

Lede is a personal triage tool. Our default posture is: as little data as possible, kept on your Mac, never shared with us.

What Lede reads

When you connect a source, Lede reads only what's needed to summarize:

Where Lede sends data

Two places, and only two:

  1. The provider's API (GitHub, Google, Slack, Microsoft) over HTTPS — this is unavoidable to fetch the data in the first place.
  2. Anthropic's /v1/messages API — the title, sender, and snippet of each item is sent to Anthropic's Claude model so it can score importance and write a one-line summary. Anthropic's privacy policy applies to this leg: anthropic.com/legal/privacy.

Nothing else leaves your Mac. Lede has no analytics, no telemetry, no crash reporting service, no CDN — it's a single Swift app that talks to four providers and Anthropic.

Where data is stored

Locally, in ~/Library/Application Support/Lede/:

OAuth tokens for each connected account, plus your Anthropic API key, live in the macOS Keychain under service com.lede.app and are namespaced per account. Standard macOS access control applies — only Lede can read them.

What Lede does not do

Your data, your call

Contact
If you find a bug or have a privacy question, open an issue at github.com/kmatzen/lede.