Privacy

Last updated 17 July 2026 · Plain-language summary of what Manta UI stores where, who can read it, and how to delete it.

Manta UI is a thin client. The interesting data lives on your Linux box; the push gateway only sees the parts that have to cross our infrastructure to deliver a native APNs push.

What runs where

Manta UI is three surfaces:

What's on your box

Delete any of this by deleting the file. The installer's only hard rule is: never regenerate ~/.manta/auth.json — that would unpair every device.

What's on the push gateway

The push gateway holds the minimum it needs to deliver native APNs notifications. It does not see your chat, terminal, or file traffic at all — that flows directly between device and box over HTTPS.

Retention: the box row stays until your box unregisters (it can't — the gateway doesn't expose unregister). To wipe: SSH into the prod gateway host and remove the row from /var/lib/manta-gateway/boxes.json. We never store anything about you beyond what's needed to fan out APNs deliveries.

What crosses the wire

Push notifications

When you have the phone client open in the background (or installed as a native app later), Manta may send a push when an agent needs you — a permission prompt, a question, an error, or a long-running task finishing. The push body carries the session name and a short snippet of the question. We do not include the full transcript in the push body.

Cookies and analytics on this site

This website (the one you're reading right now) does not set cookies, does not run analytics, does not embed trackers, and does not fingerprint your browser. The only outbound requests are to Google Fonts for typography.

Third parties we use

Open source

Manta UI is open source. The server, push gateway, mobile web client, and desktop app are all on GitHub. The only closed-source piece is the published iOS app (which exists only because the stores require it).

Your choices


Contact

Questions, deletion requests, or reports: antoine@mantaui.com.

Manta UI is open source; the canonical implementation of everything described here lives in the README and server source.