← Back to TZRO

Privacy Policy

Last updated: July 15, 2026

Our Core Privacy Commitment

  • Zero external data transmission — all processing happens locally on your machine.
  • No telemetry by default — we do not collect usage data, analytics, or crash reports unless you explicitly opt in.
  • No account required — TZRO works entirely offline. No registration, no login, no cloud dependency.
  • Your data stays yours — all memory, knowledge graphs, and task data are stored in a local SQLite database (tzro.db) on your machine.

1. What Data We Collect

By default, TZRO collects no data. The software operates entirely on your local machine. Your code, files, memory entries, knowledge graph nodes, and task outputs never leave your computer unless you explicitly configure an external integration.

2. Local Data Storage

TZRO stores operational data in a local SQLite database file (tzro.db) located in your project directory or configured data path. This file contains:

  • Task execution history and checkpoints
  • Relational memory entries and embeddings
  • Knowledge graph nodes and relationships
  • Micro-skill definitions (SOPs)
  • Configuration preferences

This data is never transmitted externally. You can delete tzro.db at any time to completely erase all stored data.

3. Optional External Integrations

If you choose to configure external integrations, data may be sent to third-party services:

  • Cloud LLM Providers: If you configure cloud model escalation (e.g., via API keys for OpenAI, Anthropic, etc.), task planning prompts may be sent to those providers subject to their privacy policies.
  • MCP Tool Servers: If you configure external MCP hosts (e.g., Salesforce, Slack), TZRO will send tool invocations to those services as directed by your workflow.

These integrations are entirely opt-in and require explicit user configuration. TZRO never initiates external connections on its own.

4. Website Analytics

Our marketing website (tzro.ai) uses Google Analytics to understand visitor traffic patterns. This is limited to the website only and does not affect the TZRO software itself. You can block analytics using standard browser extensions.

5. Installation Script

The installation script (install.sh) downloads binary releases from our AWS S3 bucket. Standard HTTP access logs may record your IP address as part of the download request. We do not use this data for tracking or profiling.

6. Children's Privacy

TZRO is a developer tool and is not directed at children under 13. We do not knowingly collect information from children.

7. Changes to This Policy

We may update this Privacy Policy from time to time. Changes will be reflected in the "Last updated" date at the top of this page. Continued use of the Software after changes constitutes acceptance.

8. Contact

For questions about this Privacy Policy, please open an issue on our GitHub repository or reach out via our community channels.