Openclaw Memoria banner
Primo-Studio Primo-Studio

Openclaw Memoria

AI community

Description

Memoria — local, multi-agent memory for AI agents (Claude Code, Codex, OpenClaw, any MCP agent). Private memory per agent, governed sharing, 100% local, open source.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Memoria

**Local, multi-agent memory for AI assistants.** Your agents (Claude Code, Codex, OpenClaw, …) each get their own private, persistent memory — sharing only what you decide. 100% local, zero cloud, open source.

*Human-machine memory is our memory. Local, ours, and it never starts from zero.*

**Status: public beta** — V3 in active development on the `memoria-v1` branch, a ground-up rebuild of the former OpenClaw plugin (now archived in [`legacy/`](legacy/)). See [`docs/v3/STATUS.md`](docs/v3/STATUS.md) for live progress.

Install (macOS)

One command in the Terminal — requires [Node.js 22 LTS](https://nodejs.org):

curl -fsSL https://raw.githubusercontent.com/Primo-Studio/openclaw-memoria/memoria-v1/scripts/install-memoria.sh | sh

The script checks prerequisites, installs Memoria, starts the local service (auto-start at login) and opens the web UI. From there the onboarding guides you: pick your intelligence engine (Ollama recommended — free and 100% local — or LM Studio, or an OpenAI/OpenRouter/Anthropic API key), detect the agents on your machine, connect them in one click and optionally import their existing memories. Reopen the UI anytime with `memoria ui`, update with `memoria update`.

🌐 **Website:** [primo-studio.fr/app/memoria](https://primo-studio.fr/app/memoria) · 🐛 [Report a bug](https://github.com/Primo-Studio/openclaw-memoria/issues)


Why V3

The previous Memoria was an OpenClaw plugin, coupled to its host's hooks — and an OpenClaw update broke it. V3 fixes that at the root:

  • @memoria/core — the engine. No host hooks, no network. Governed schema (users, organizations, clients, projects, scopes, policies), FTS5 recall with hard client-isolation, hard-delete, neutral audit log.
  • @memoria/daemon — a single local process own