What is RememberOS?

RememberOS is privacy-first long-term memory for AI agents: store what your users and agents learn, search it semantically, and let memory evolve — facts get updated, extended, and forgotten over time, like real memory.

How it works (at a glance)#

  1. You send RememberOS text, files, or whole conversations.
  2. RememberOS extracts and indexes them — embeddings for semantic search, plus a graph of typed facts (fact / preference / episode) that supersede and extend each other.
  3. At query time you fetch only the most relevant context and hand it to your model.

The pieces#

LayerWhat it does
Memory APIadd stores verbatim; remember extracts atomic typed facts, links updates/extends, sets expiry — the graph-memory brain.
SearchHybrid retrieval (vector + full-text fused with RRF), scopable by collection and container tag.
ProfilesAn LLM-built summary of a collection's current facts — ready-made system-prompt context.
ConnectorsFile drop (browser or presigned direct-to-S3), SharePoint importer, a dlt destination for any data pipeline, MCP for agents, email-in.
Self-hosting & BYORun it on your own box; bring your own S3, Postgres, and extraction LLM — your data never has to leave your infrastructure.

Why RememberOS#

Next steps#