MUXI includes optional, anonymous telemetry that helps us understand how the software is used and where to focus improvements. No personally identifiable information is ever collected.
We designed our telemetry with privacy as the top priority:
| We Collect | We Never Collect |
|---|---|
| ✓ MUXI version | ✗ IP addresses or location |
| ✓ OS type (macOS, Linux, Windows) | ✗ Your name, email, or identity |
| ✓ Feature usage patterns | ✗ Your prompts or AI responses |
| ✓ Performance metrics | ✗ Your code or file contents |
| ✓ LLM provider choice (e.g., "OpenAI") | ✗ API keys or credentials |
| ✓ Aggregate stats (agent count, etc.) | ✗ URLs or domain names |
- Default: Enabled – Telemetry is on unless you disable it
- Fully anonymous – No way to trace data back to you
- Secure transmission – All data sent over HTTPS
- Open source – Review exactly what we collect: github.com/muxi-ai/telemetry
You can opt out at any time. Choose whichever method you prefer:
Option 1: CLI command
muxi telemetry disableOption 2: Configuration file
Add to ~/.muxi/config.yaml:
telemetry: falsemuxi telemetry enableOr set telemetry: true in your config file.
Questions? Open an issue on GitHub or email privacy@muxi.org.