Back to home

Privacy policy

Last updated: 2026-05-30

Free, open-source service

Autmzr Command is a free, open-source service. There is no paid tier. The source code is available on GitHub under the AGPL-3.0 license.

What we collect

We collect the minimum information needed to operate the service:

  • Email address — used for sign-in and account verification.
  • Password hash — we store a bcrypt hash of your password, not the plaintext.
  • Login audit log — IP address, user-agent, and timestamp for each sign-in attempt, used for security monitoring.
  • Connected agent metadata — hostname, OS, CPU architecture, and agent version of each device you register. This is needed to display your device fleet in the UI.
  • Chat history — messages you send to the agent, stored in the service database so you can review past sessions.

What we do not have access to

By design, the following data never leaves your own server:

  • Your source code — project files live on your VPS and are only accessed by the agent running there.
  • CLI auth tokens — credentials such as ~/.claude/ or ~/.config/gemini/ stay on your VPS. The protocol blocks any attempt to read these paths.
  • API keys — third-party API keys are never transmitted to or stored by this service.

Who we share data with

Nobody. We do not sell, rent, or share your data with third parties. No ad networks or data brokers are involved. When the operator enables Plausible Analytics (currently enabled on cmd.autmzr.com), aggregate usage events (signups, first-chat completions) are recorded. Plausible is cookieless, does not track you across sites, does not use your IP or device fingerprint to build a profile, and is GDPR/CCPA-compliant by default.

Data deletion and GDPR requests

To request export or deletion of your account data, email fdrvaa84@gmail.com. We will respond within 30 days.

Self-hosting

If you run your own Autmzr Command instance, none of the above applies — your data lives entirely in your own Postgres database. We have no access to it.

Questions? Email fdrvaa84@gmail.com.