Documentation
README
Set up OwnMem in this repository
OwnMem requires Node.js 20.6 or newer. Install the reviewed dependency, then generate the host adapters:
npm install --save-dev ownmem
npx ownmem init --locale auto --hosts claude,codex --layers dashboard --hook --command "npx ownmem"
Adjust the flags before running:
--hosts: any comma-separated combination ofclaude,codex,cursor,gemini, andgenericโ match the tools the team uses. Grok CLI reads the Codex adapter (.agents/skills/ownmemandAGENTS.md).--layers:core,gates,compiler, ordashboardโdashboardadds the local Web console.- Drop
--hookif the team does not want the Claude Code PreToolUse recall guard.
This is the opening of the README. Read the full README on GitHub.