Privacy & Security

Privacy & Security

Privacy isn't a feature in Sythoria — it's the foundation. Here's exactly how your data is handled, where it goes, and where it doesn't.

API keys stay local

Your API keys are stored exclusively in the desktop application's local storage. They are:

  • Never sent to Sythoria's servers for storage
  • Never included in analytics, logs, or error reports
  • Never shared with third parties
  • Only used to authenticate directly with your chosen AI provider

When you send a message, your API key is included in the request to the AI provider's API — that's how authentication works. But the key never persists on any Sythoria infrastructure.

No server-side storage

Sythoria is a desktop application that connects directly to the AI provider APIs from your machine. We do not run any middleman servers or proxies to handle your requests. We do not:

  • Store your conversations on any server
  • Log your prompts or responses
  • Retain any personal data or usage history

Conversations exist only in the desktop application's local state. Closing the application, clearing the application's storage, or using "Clear All Chats" removes them entirely.

Zero telemetry

Sythoria does not collect any usage data, analytics, or tracking information. There are no:

  • Analytics scripts (no Google Analytics, no Plausible, nothing)
  • Tracking cookies
  • Error reporting services that phone home
  • Session recordings or fingerprinting

Comparison with other tools

FeatureSythoriaTypical chat UI
API keys stay localYesOften stored server-side
No account requiredYesUsually requires signup
Zero telemetryYesAnalytics by default
No server-side dataYesConversations stored on servers
Open sourceYesUsually proprietary

Open source verification

Sythoria is fully open source. You don't have to take our word for any of this — audit every line of code yourself:

Local models for maximum privacy

For absolute privacy, use Sythoria with Ollama or any local model server. With local models:

  • No data leaves your machine
  • No API key is needed
  • No network connection required (after model download)

See the Ollama setup guide to get started with local models.

Desktop app security

The desktop version of Sythoria is designed with maximum privacy guarantees:

  • API keys are stored securely in the desktop application's local storage
  • No additional telemetry is added
  • No OS-level data collection beyond what the app needs to function
SythoriaDocs Navigation