← Back to Ten0n

Privacy Policy

Effective May 4, 2026

Ten0n is an iPhone app that catalogs what's already on your phone — photos, calendar, contacts, reminders, anything you actively share — and surfaces meaningful connections between them. The architecture is the privacy story: your data lives on your iPhone, not on our server. Our server is a thin proxy used only to forward two short summary strings to Anthropic's Claude when the on-device model is uncertain about a bridge candidate. It doesn't log, store, or persist any of those requests. This page explains what stays on your phone, what leaves it, and exactly when.

Section 1What lives on your iPhone

Every piece of data Ten0n collects is stored locally in an iOS-protected SwiftData database on your device. Specifically:

None of the above is uploaded anywhere. Hard-deleting from the in-app Settings → Danger Zone wipes the whole graph.

Section 2What Ten0n reads from iOS

Ten0n reads only what you explicitly grant during onboarding or in iOS Settings, and only the categories that map to the four built-in bridge features:

You can revoke any source at any time via iOS Settings → Ten0n. The next pipeline pass treats the source as cold; you can also erase a single source's data from Settings → Danger Zone without affecting the others.

Section 3What leaves your phone

By default: only short text summaries, only when the on-device model is uncertain. Ten0n's pipeline runs on-device first using Apple's Foundation Models. When the on-device model can't confidently classify a bridge candidate, Ten0n briefly forwards the two short summary strings (each ≤ 280 characters) to Anthropic's Claude for a second opinion.

How the cloud trip happens:

Why we proxy instead of having you bring your own API key: the proxy lets the app "just work" without requiring users to set up a developer account, and lets us cap abuse via rate limits. The trade-off is that the request transits our server briefly. We chose this trade-off — and document it precisely above — because the alternative (every user gets their own API key) is friction users shouldn't have to navigate.

What the server does log:

Section 4What Ten0n does NOT collect

Section 5Third parties

Ten0n integrates with exactly the services it needs to do its job. None of them receive personally identifying data from us:

Section 6Data deletion

You control your data because it lives on your device. Three levels:

Since Ten0n stores nothing on a server, there is no server-side deletion to request.

Section 7Children's privacy

Ten0n is not directed at children under 13. The app reads content the user has already chosen to put on their iPhone (calendar, contacts, photos, reminders) — content that often contains adult or family information. Use of Ten0n by users under 13 is not supported. We do not knowingly collect any data from children.

Section 8Security

All network calls (iPhone to ten0n.com, our server to Anthropic) use HTTPS / TLS 1.3. The on-device SwiftData store is protected by iOS Data Protection (encrypted at rest when your device is locked). The Anthropic API key is held only on our server, never on your device, never in the app binary.

Section 9Changes to this policy

We may update this policy as Ten0n evolves. Material changes will be communicated through an in-app notice. The effective date at the top of this page indicates the latest revision.

Section 10Contact

Questions about this privacy policy? Reach us at:

privacy@ten0n.com

Built with care, on-device.