EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,633+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1758
    • Coding1268
    • Infrastructure581
    • Marketing465
    • Design453
    • Projects424
    • Research398
    • Analytics347
    • MCP240
    • Security239
    • Testing236
    • Data221
    • Integration174
    • Prompts160
    • Learning159
    • Communication154
    • Extensions148
    • Voice126
    • Commerce125
    • DevOps108
    • Web79
    • Finance21
    1. Home
    2. Tools
    3. Memory OS
    Memory OS icon

    Memory OS

    Agent Memory

    A 6-layer memory operating system for Hermes Agent that provides persistent, local memory infrastructure with Qdrant vector search, structured facts, and surgical context injection.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Clone, run, and modify locally.

    Engagement

    Available On

    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryAgent FrameworksLocal Inference

    Alternatives

    Hermes WorkspaceMemUQbit
    Developer
    Claudio DrewsClaudio Drews builds local-first AI memory infrastructure fo…

    Listed Jun 2026

    About Memory OS

    Memory OS is an open-source, MIT-licensed memory operating system built by Claudio Drews for Hermes Agent. It runs entirely on your local machine and works with any LLM provider — OpenRouter, OpenAI, Anthropic, Ollama, or local models — with no cloud memory subscription or vendor lock-in. The project was created to solve the persistent problem of agent amnesia: losing context, decisions, and structured knowledge between sessions.

    What It Is

    Memory OS is a complete local memory infrastructure layer for Hermes Agent, not a simple plugin. It stacks six distinct memory layers — from flat markdown files to a Qdrant vector database — that work in concert to give an agent genuine long-term recall. The system automatically injects the right context at the right moment using relevance-gated retrieval, per-session deduplication, and a social-closer filter that skips trivial messages. The result is what the README describes as "surgical token efficiency": the LLM receives exactly what it needs, nothing more.

    The Six-Layer Architecture

    Each layer handles a different scope and type of memory:

    • Layer 1 – Workspace: Markdown files (MEMORY.md, USER.md, CREATIVE.md) injected into the system prompt every turn
    • Layer 2 – Sessions: SQLite with FTS5 full-text search across the entire conversation history
    • Layer 3 – Structured Facts: A dedicated SQLite store with entity resolution, trust scoring, and an automatic feedback loop that trains trust scores over time
    • Layer 4 – Fabric (Cross-Session): A heavily forked version of the Icarus plugin with LLM-powered session extraction and multi-source injection across 16 tools
    • Layer 5 – Vector Database: Qdrant running locally with 4096-dimensional cosine similarity plus BM25 sparse search, a 4-level fallback cascade, weekly decay scanning, and semantic deduplication (cosine > 0.92 triggers a merge)
    • Layer 6 – LLM Wiki: A self-curating knowledge vault organized into concepts/, entities/, and comparisons/ directories, continuously ingested into Qdrant

    The flow is: pre_llm_call triggers surgical recall from all four retrieval sources; post_llm_call and on_session_end trigger automatic learning extraction and capture.

    Infrastructure and Requirements

    Memory OS requires Hermes Agent, Docker (for Qdrant, Redis, and an ARQ Worker), and Python 3.11+. The entire memory stack runs locally — no data leaves the machine. The bundled Icarus fork (icarus/) is not upstream-compatible with the original esaradev/icarus-plugin; key additions include LLM-powered session extraction, multi-source injection, CREATIVE.md isolation, backtick sanitization, a system injection filter, and social closer detection. A companion project, Vault Curator v3 (ClaudioDrews/vault-curator), handles frontmatter enrichment, semantic linking, and MOC index generation for the wiki layer.

    How It Differs from Cloud Memory Solutions

    The README explicitly positions Memory OS against cloud-first alternatives like mem0, Zep, and Letta, noting that those solutions require cloud memory subscriptions and do not offer full local infrastructure. Memory OS's stated differentiators include: fully local memory infrastructure, no memory subscription, provider-agnostic LLM support, Hermes-native integration, structured facts with trust scores, a self-curating wiki, and intelligent decay with archival — none of which the README attributes to the compared alternatives.

    Current Status

    The repository was created on May 31, 2026, and last pushed on June 1, 2026, making it a very recent release. It is written primarily in Python, licensed under MIT, and hosted at github.com/ClaudioDrews/memory-os. At the time of indexing the project had 38 stars and 1 fork with no open issues.

    Community Discussions

    Be the first to start a conversation about Memory OS

    Share your experience with Memory OS, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Clone, run, and modify locally.

    • 6-layer memory architecture
    • Local Qdrant + Redis + ARQ infrastructure
    • Provider-agnostic LLM support
    • Self-curating LLM Wiki
    • Structured facts with trust scoring

    Capabilities

    Key Features

    • 6-layer memory architecture
    • Local memory infrastructure (no cloud)
    • Qdrant vector database with hybrid search (cosine + BM25)
    • Structured facts store with trust scoring and entity resolution
    • Full-text search across entire conversation history (SQLite FTS5)
    • Self-curating LLM Wiki (concepts, entities, comparisons)
    • Surgical context injection with relevance gating
    • Per-session deduplication
    • Social-closer filter for trivial message skipping
    • Weekly decay scanner and semantic deduplication
    • LLM-powered session extraction via forked Icarus plugin
    • 16 Fabric tools (fabric_recall, fabric_write, fabric_brief, etc.)
    • CREATIVE.md workspace isolation
    • 4-level retrieval fallback cascade
    • Provider-agnostic: OpenRouter, OpenAI, Anthropic, Ollama, local models
    • ARQ async worker queue via Redis
    • Vault Curator v3 integration for wiki enrichment

    Integrations

    Hermes Agent
    Qdrant
    Redis
    Docker
    OpenRouter
    OpenAI
    Anthropic
    Ollama
    Vault Curator v3
    Icarus Plugin (forked)
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Memory OS and help others make informed decisions.

    Developer

    Claudio Drews

    Claudio Drews builds local-first AI memory infrastructure for agent frameworks. He created Memory OS after running into the persistent limitations of cloud-based memory solutions while using Hermes Agent in production. His work focuses on surgical token efficiency, structured knowledge management, and fully private, self-hosted memory stacks that work with any LLM provider.

    Read more about Claudio Drews
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Hermes Workspace icon

    Hermes Workspace

    An open-source AI agent command center combining chat, file management, memory browsing, skills, and a terminal in one web-based workspace.

    MemU icon

    MemU

    An agentic memory framework for LLMs and AI agents with persistent, self-evolving memory for proactive 24/7 autonomous agents.

    Qbit icon

    Qbit

    A production-grade, multi-language AI agent platform built with Rust, Python, and Go, featuring 12 gRPC services, 5-layer memory architecture, and Darwin Gödel Machine self-improvement.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    71 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    371 tools

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    113 tools
    Browse all topics
    Back to all tools
    Discussions