Data Sovereignty

Your data.
Your server. Period.

Self-hosted lynox runs entirely on your infrastructure. Managed tiers use dedicated EU servers — we don't access your data in normal operations.

Where your data
actually goes.

You lynox (your server)

Chat messages, files, commands — all processed locally on your machine.

● No risk
lynox AI Provider (your choice)

Conversation context is sent to the AI provider you chose. API keys and raw database contents are excluded.

● Controlled
lynox lynox.ai

No telemetry, no analytics, no heartbeat. The self-hosted engine does not phone home.

● No risk

Everything lives in
~/.lynox/

agent-memory.db Knowledge Graph — entities, relationships, memories
threads/ Conversation history — every thread, resumable
artifacts/ Generated files — reports, exports, documents
config.json Your settings — model, limits, integrations
vault.enc Encrypted secrets — API keys, passwords (AES-256-GCM)

All SQLite. Copy them, back them up, move them to another server. No migration scripts, no export process.

SaaS vs.
self-hosted.

Typical SaaS

  • Your data lives on their servers
  • They decide what to log and track
  • API changes can break your workflow
  • Company shuts down → your data is gone
  • You export a CSV — maybe

lynox

  • Your data lives on YOUR server
  • Zero telemetry — nothing phones home
  • You control updates and versions
  • lynox disappears → your SQLite files still work
  • scp the entire directory to a new server

Zero vendor lock-in.

Switch AI provider Change one environment variable. Done.
Move to another server scp ~/.lynox/ to the new machine. Start lynox.
Stop using lynox Your SQLite databases are standard files. Read them with any tool.