Privacy Policy

Last updated: June 2026.

This is a plain-language starting template, not legal advice. Have an attorney review and adapt it for your jurisdiction before relying on it.

The short version

Regente is local-first. The desktop app and CLI run entirely on your machine, and the coordination state they create (the .regente/ folder — agents, claims, events) never leaves your computer. We do not require an account and do not collect your code, file contents, file paths, or agent names.

The website

This site (regente.vercel.app) is a static marketing page hosted on Vercel. We do not add analytics or tracking cookies. Vercel, as our hosting provider, may process standard server request data (such as IP address and user agent) to deliver and secure the site, under Vercel's privacy policy.

Telemetry (opt-in, off by default)

Regente can compute usage metrics from your local event log. Nothing is sent off your machine by default. A local, anonymized snapshot is only transmitted if you explicitly opt in by setting both REGENTE_TELEMETRY=1 and a telemetry endpoint (REGENTE_TELEMETRY_URL).

When enabled, the payload contains counts and public tool identifiers only (e.g. how many agents, how many conflicts) plus a one-way hashed identifier for the workspace. It never includes file paths, file contents, agent or task names, messages, your username, hostname, or any personal data. You can see the exact payload that would be sent by running regente metrics --json.

Downloads

The macOS app and CLI are distributed as signed binaries. Downloading them is a standard file download; we do not embed trackers in the binaries.

Your choices & contact

Because the product is local-first and account-free, there is generally no personal data of yours for us to access, export, or delete. If you enabled telemetry and want a snapshot removed, or have any privacy question, contact us at privacy@regente.dev.