← Back to synthux.app

Privacy Policy

Last updated: April 24, 2026 · Effective date: April 21, 2026

The short version: synthux does not collect, transmit, or share any personal data. All processing happens locally on your machine.

Overview

synthux is an open-source Chrome extension that performs UX/UI analysis using local AI. We are committed to protecting your privacy. This policy explains what data synthux accesses, how it is processed, and what is stored.

Data Collection

What synthux accesses

When you initiate an analysis, synthux temporarily reads the following data from the active browser tab:

What synthux does NOT access

Data Processing

All analysis is performed entirely on your local machine using Ollama, an open-source local AI runtime:

Data Storage

Data Sharing

synthux does not share any data with:

Permissions Explained

Permission Purpose Data Impact
activeTab Read the current page's DOM for analysis Page content accessed only during active analysis
scripting Inject the content script that extracts page data Required for DOM reading; runs only when triggered
sidePanel Display the analysis UI in Chrome's Side Panel No data access
storage Save settings and report history locally Local-only, never synced
tabs Read the current tab's URL and title for reports URL/title only; no browsing history

Host Permissions

Host Purpose
http://localhost:11434/* Communicate with local Ollama AI server
<all_urls> Enable analysis on any website the user visits

Why <all_urls>? synthux needs to inject a content script to read page structure on any website the user chooses to analyze. This permission is only exercised when the user actively initiates an analysis. The extension does not run background scripts on pages or monitor browsing activity.

Children's Privacy

synthux is a developer/designer tool and is not directed at children under 13. We do not knowingly collect data from children.

Open Source Transparency

synthux is fully open source under the MIT License. You can:

Changes to This Policy

We may update this privacy policy from time to time. Changes will be documented in the CHANGELOG and reflected in the "Last updated" date above.

Contact

If you have questions about this privacy policy, please open an issue on our GitHub repository.

© 2026 synthux. Open source under MIT License.