Privacy Policy

We value developer privacy. Our policies are simple, transparent, and direct.

1. Your Code Stays Yours

Andromity has no centralized backend database. We do not ingest, parse, or store your codebase files on our servers. All processing is restricted to your local machine and your chosen LLM provider API.

2. API Credentials

API keys (such as `ANTHROPIC_API_KEY` or `OPENAI_API_KEY`) are stored locally in your environment variables or in `~/.andromity/config.toml`. They are sent directly to the corresponding provider endpoints and are never transmitted to third parties.

3. Anonymous Analytics

We use a Cloudflare Worker to track daily active installations. This sends only: * The event name ("install" or "heartbeat") * The operating system (e.g. Linux, Windows, macOS) * The active CLI version number (e.g. 0.1.2) No identifying strings, workspace paths, or user names are logged. You can opt out completely by setting `ANDROMITY_TELEMETRY_DISABLED=1`.