Speicher für KI. Zu deinen Bedingungen.
Verleihe jedem KI-System persistenten Speicher — lokal, gehostet oder selbst-gehostet. Gleiche API. Vollständiges Audit. Deine Daten gehören dir.
# local — nothing leaves your machine from oramemory import Memory m = Memory() m.add("User prefers dark mode", agent_id="myai") results = m.read("what does the user prefer?", agent_id="myai")
// local — nothing leaves your machine import { Memory } from "oramemory"; const m = new Memory(); await m.add("User prefers dark mode", { agentId: "myai" }); const results = await m.read("what does the user prefer?", { agentId: "myai" });
# server-side: same API, your data, your terms curl https://api.oramemory.com/v1/memories \ -H "Authorization: Bearer $ORAMEMORY_KEY" \ -d '{"content":"User prefers dark mode","agent_id":"myai"}'
KI vergisst alles, sobald die Sitzung endet.
Jeder Chat beginnt bei null. Jeder Agent lernt den Nutzer neu. Jede „persistente" Erinnerung ist ein selbstgebauter Hack, der zerfällt sobald das Team wächst.
Standardmäßig zustandslos
LLM context windows are huge but ephemeral. Close the tab — context is gone. Restart the agent — it greets you like a stranger.
DIY memory rots fast
Bolting Pinecone + Postgres + a JSON blob together works for one app. Then conflicts pile up, edits go un-audited, and nobody trusts the data.
Vendor lock-in is the only "easy" path
Hosted memory APIs hold your data hostage. No local mode. No export. No way out without rewriting your stack.
OraMemory ist eine einzige API für Speicher — lokal, gehostet oder selbst-gehostet — mit vollem Audit-Trail und einem Export-Button, der wirklich funktioniert.
Three pillars. No compromises.
Built for teams who can't afford to hand over their data — but want every feature anyway.
Lokal zuerst
Offline. Keine Cloud nötig.
Audit-Spur
Vollständige Versionshistorie jeder Erinnerung.
Jederzeit exportieren
memory.copy() — deine Daten, dein Format.
So funktioniert es
From install to first recall in under a minute.
Installieren
pip install oramemory · npm i oramemory
Erinnerungen hinzufügen
m.add("…", agent_id="myai")
KI erinnert sich
m.read("…", agent_id="myai")
Für jedes KI-System gebaut
Same API across every paradigm — agents, copilots, assistants, pipelines.
Coding-Agenten
Claude Code, Cursor, Windsurf — give them long-term project memory.
SaaS-Apps
Per-user memory across sessions, devices, and assistants.
Gesundheit & Recht
Local mode + BYOK encryption. Your data never leaves your control.
Multi-AI systems
Cross-agent reads. One memory layer for your whole AI stack.
Ehrlicher Vergleich
No marketing fluff — what's there, what isn't, what costs.
| Feature | Mem0 | OraMemory |
|---|---|---|
| Local mode (no cloud) | No | Yes |
| Sync local ↔ server | No | Yes |
| Export (markdown/JSON) | No | Yes |
| Conflict audit trail | No | Yes |
| Version history | No | Yes |
| BYOK encryption price | $600+/mo | $79/mo |
| Pro plan price | $249/mo | $79/mo |
Einfache Preise
Pay for what you use. Local mode is always free.