Privacy by Default
CyberMem is designed with a "Local-First" philosophy. We believe your AI's memory belongs to you, and only you.
Local Storage
All memory vectors and entity graphs are stored in a local SQLite database on your filesystem. No data is ever sent to CyberMem or any third-party cloud.
No Telemetry
The core binary contains zero usage tracking or analytics. The only network requests made are those you explicitly configure (e.g. to your LLM provider).
Encryption At Rest
We support standard filesystem encryption. On RPi and VPS deployments, we recommend using LUKS or similar disk encryption for maximum security.
Your Keys, Your Control
API keys for LLM providers (OpenAI, Anthropic, etc.) are stored in your local .env file or passed at runtime. They are never logged or exported.
Common Questions
Does CyberMem train on my data?
No. CyberMem is a self-hosted infrastructure component. We have no access to your data, so training on it is physically impossible.
What about the Cloud deployment?
Even when deployed to a cloud VPS (AWS, DigitalOcean), you control the instance. We provide the Docker image; you run it. We do not offer a managed SaaS version.
