Last updated: 2025-12-08
AIOX (AI-Orchestrated System) is an open-source project maintained by SynkraAI Inc. This privacy policy explains how we handle any data that may be collected when you use Synkra AIOX.
Synkra AIOX does NOT collect:
- Personal identification information
- Usage analytics or telemetry data
- Code or project content from your repositories
- API keys or credentials
- Browsing history or tracking data
Synkra AIOX uses a consent-based telemetry system. The system is designed as follows:
- Consent Manager: A consent management component is initialized by default to handle user preferences
- No automatic collection: No data is collected until you explicitly grant consent
- Default state: All telemetry consents default to "not granted" (
nullorfalse) - Interactive consent: You will be prompted to grant or deny consent for specific features
If you grant consent, the following may be collected:
- Anonymous crash reports (no personally identifiable information)
- Anonymous usage statistics (feature usage patterns only)
- Performance metrics (anonymized)
- Error reports (for stability improvements)
To completely disable the consent manager, set telemetry.enabled: false in your configuration:
const aiox = new AIOX({
telemetry: { enabled: false },
});You can also revoke consent at any time through the consent management interface or by deleting the .aiox/telemetry/ directory.
Synkra AIOX stores some data locally on your machine:
- Configuration files (
.aiox/,.aiox-core/) - Project status cache (
.aiox/project-status.yaml) - Decision logs (
.ai/directory) - Story files and documentation
This data never leaves your local machine unless you explicitly share it (e.g., by pushing to a Git repository).
When using Synkra AIOX, you may interact with third-party services:
| Service | Purpose | Privacy Policy |
|---|---|---|
| GitHub | Repository hosting, issue tracking | GitHub Privacy |
| npm | Package distribution | npm Privacy |
| AI Providers | Claude, OpenAI, etc. (configured by user) | See respective provider policies |
| MCP Servers | Tool integrations (user-configured) | Varies by server |
Important: Your interactions with these services are governed by their respective privacy policies. Synkra AIOX does not control or have access to data you share with these services.
You have the right to:
- Opt-out of any data collection at any time
- Delete all local data by removing the
.aiox/and.ai/directories - Inspect all stored data (it's stored in plain text/YAML format)
- Request information about any data collected (if telemetry is enabled)
As an open-source project, all code is publicly available for inspection:
- Repository: github.com/SynkraAI/aiox-core
- No hidden data collection mechanisms
- All configuration options are documented
Synkra AIOX is a development tool intended for professional use. We do not knowingly collect any information from children under 13 years of age.
We take security seriously:
- No sensitive data transmission by default
- Local-first architecture
- API keys and credentials are never stored by AIOX (users manage their own)
- Regular security audits of the codebase
For security vulnerabilities, please open an issue or email security@SynkraAI.com.
For privacy concerns or questions:
- GitHub Issues: Open an issue
- Email: privacy@SynkraAI.com
- Discord: Community Server
We will update this policy as needed. Changes will be:
- Documented in the CHANGELOG
- Reflected in the "Last updated" date above
- Announced in major releases if significant
This privacy policy is adapted from open-source privacy policy templates and follows best practices for open-source projects.
Copyright (c) 2025 SynkraAI Inc.