Privacy Policy

Last updated: March 19, 2026

The short version

Marmy is open source and self-hosted. We do not collect, store, or transmit your data. There are no analytics, no tracking, and no third-party data collection. Your code, your sessions, and your conversations stay on your machines.

Self-hosted architecture

The Marmy agent runs on your hardware. Your phone connects directly to your machines over LAN or Tailscale. No data passes through our servers. We do not operate any cloud infrastructure that handles user data.

Push notifications (APNs)

Self-hosted: Your device's APNs token is stored locally on your machine in ~/.marmy/push_tokens.json. The agent sends notifications directly to Apple's Push Notification service. We never see your device tokens.

iOS app (App Store / TestFlight): Push notifications route through a relay service we operate. The relay forwards notifications to APNs on behalf of your agent. It does not store message content or device tokens beyond the moment of delivery. The relay source code is included in the repository and can be audited or self-hosted.

Voice (Gemini)

Voice mode connects directly to Google's Gemini API using your own API key. Audio is streamed from your phone to Google's servers. We do not proxy, store, or have access to your voice data or API key. Google's own privacy policy governs their handling of that data.

Website

This website is a static site. No cookies, no analytics, no tracking scripts.

Contact

Questions? Open an issue on GitHub.