Last updated: March 2026
Atrophy is a companion agent that runs on your Mac. It stores conversations, memories, notes, and configuration files locally on your computer. It does not phone home.
All data created by the app lives in two places on your machine:
| Location | What's there |
|---|---|
~/.atrophy/ | Memory databases, configuration, API tokens, agent state, Google OAuth tokens |
| Your Obsidian vault (optional) | Notes, journal entries, reflections, agent prompts. Requires an Obsidian API key configured in your environment variables. |
Nothing in either location is transmitted to Atrophy. We have no server to transmit it to.
The app can optionally connect to third-party services that you configure. These are all opt-in - the app works without any of them.
The app uses Claude Code as its inference engine. Your conversations are processed by Anthropic's API according to their privacy policy.
If you enable voice, the text the agent speaks is sent to ElevenLabs for synthesis.
If you enable avatar generation, image/video prompts are sent to Fal.ai.
If you enable Telegram, the agent sends and receives messages through Telegram's Bot API.
If you authorise Google access, the agent can read your email, send email, and manage calendar events. Your Google data is accessed directly from your machine - never routed through any Atrophy server.
~/.atrophy/.google/token.jsonpython scripts/google_auth.py --revoke or remove at myaccount.google.com/permissionsAtrophy's use and transfer of information received from Google APIs adheres to the Google API Services User Data Policy, including the Limited Use requirements.
API keys are stored locally in ~/.atrophy/.env with restricted file permissions (0600). Google OAuth tokens at ~/.atrophy/.google/token.json with directory permissions 0700. Never transmitted to Atrophy.
The website at atrophy.app is a static page. No cookies, no analytics, no tracking, no accounts.
Nothing. No server, no analytics, no crash reports, no telemetry, no email addresses, no user accounts, no tracking pixels, no fingerprinting.
Under UK GDPR:
Under UK GDPR, you have the right to:
~/.atrophy/ and your Obsidian vault.~/.atrophy/ to remove all app data.Your data may be transferred to countries outside the UK when using third-party services. These transfers are governed by each provider's terms.
Not intended for anyone under 18.
Updates will be posted here with a new date.
Will Lilley
privacy@atrophy.app
github.com/wlilley93/Atrophy