Legal
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 on your machine, and the coordination
state they create (the .regente/ folder — agents, claims, events) is stored locally.
We do not require an account and do not collect your code or file contents.
Optional features can send data when you turn them on. The planner sends your goal plus limited workspace
planning context (workspace name, branch, joined agents, roles, lanes, active claims, and tasks) to the
LLM provider you configure. regente llm-key set stores that provider key locally in
~/.regente/llm.env with 0600 permissions.
The website
This site (regente.dev) is a static marketing page hosted on Vercel. It may use Vercel Web Analytics for privacy-friendly pageview counts and a first-party download counter for release assets. 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 is distributed through the release channel documented in the release notes; signed and notarized builds require Apple signing secrets in CI. The CLI is a plain download verified by a published SHA-256 checksum. 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.