OMEM icon
OMEM icon

OMEM

Open-source, self-hosted memory for AI agents built on belief revision. Keeps both sides of a contradiction instead of overwriting, tracks what was believed and when, answers why with a provenance chain, and gates risky actions behind human approval. MIT, pip install, dashboard included.

Omem Dashboard

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Windows
  • Mac
  • Linux
0likes
0comments
0alternatives
0articles

Features

Properties

  1.  Lightweight
  2.  Privacy focused
  3.  AI-Powered

Features

  1.  Works Offline
  2.  Dark Mode
  3.  No registration required
  4.  No Tracking
  5.  Ad-free
  6.  Audit Trail
  7.  Model Context Protocol (MCP) Support

OMEM News & Activities

Highlights All activities

Recent activities

  • Omem added OMEM

OMEM information

  • Developed by

    GB flagOmem
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentAI Tools & Services

GitHub repository

  •  0 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
OMEM was added to AlternativeTo by Omem on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is OMEM?

OMEM is memory for AI agents that refuses to decide what is true. Most agent memory overwrites a fact the moment a new one conflicts with it, and the history is gone. OMEM keeps both sides of every contradiction, marks which one is currently believed, and can reconstruct what was believed at any past moment.

Every belief answers "why": the source, the time, the evidence chain, and anything on record that contradicts it. Risky actions do not run on a model's say-so: only registered action types can execute, and high-risk actions wait for a named human approver, with approvals and refusals both recorded. That makes OMEM an audit trail for agents, not just a store, which matters for teams shipping agents to clients who ask "why did it do that" in security reviews.

Runs entirely on your own machine: one pip install, zero runtime dependencies, SQLite by default (Postgres optional), API and dashboard on one port, MCP server included for Claude and other MCP clients. A CI test fails the build if it ever makes a network connection that is not loopback. MIT licensed, with a written commitment that the core stays MIT.

Official Links