Privacy Policy

Last updated: April 8, 2026

Summary

AXME Code stores all data locally on your machine. We do not collect, transmit, or store any of your data on our servers. There is no telemetry, no analytics, and no tracking of any kind.

What data AXME Code creates

When you run axme-code setup, AXME Code creates a .axme-code/ directory in your project root containing:

  • Project knowledge base (oracle, decisions, memories)
  • Safety rules configuration
  • Session metadata and handoffs
  • Worklog of session events

All of this data lives exclusively on your local filesystem. It is gitignored by default and never leaves your machine.

What data we collect

None. AXME Code does not:

  • Send data to any external server
  • Include telemetry or analytics
  • Track usage, sessions, or user behavior
  • Collect crash reports
  • Use cookies or local storage in a browser
  • Require an account or authentication

LLM API usage

During axme-code setup, if you have a Claude API key or Claude subscription, AXME Code uses the Claude Agent SDK to scan your project and build the initial knowledge base. This runs through Anthropic's API under your own credentials and is subject to Anthropic's privacy policy. If no API access is available, AXME Code falls back to deterministic (no-LLM) detection.

The background session auditor also uses the Claude API (under your credentials) to extract memories and decisions from session transcripts.

Third-party services

AXME Code itself does not communicate with any third-party service. The MCP server runs locally over stdio. The only external communication is through the Claude Agent SDK (see above), which connects to Anthropic's API using your own credentials.

Open source

AXME Code is open source under the MIT license. You can audit the complete source code at github.com/AxmeAI/axme-code to verify these claims.

Website (code.axme.ai)

This website is a static site hosted on Vercel. It does not use cookies, analytics, or tracking scripts. Vercel may collect standard web server logs (IP address, user agent) as part of its hosting infrastructure, subject to Vercel's privacy policy.

Contact

For questions about this privacy policy: hello@axme.ai