Memory Oriented Machine · Alpha Version
She remembers,
so you don't have to.
Your company brain for AI agents.
Any harness. On-prem.
“It's like hiring a brilliant consultant who shows up every morning with total amnesia.”
Every AI session starts from zero. Decisions from last week, patterns from last month, and team constraints disappear between chats. The agent is brilliant. The memory layer is missing.
Mom gives your agents shared, persistent memory. It captures useful context across sessions and brings it back when it matters, while your data stays on your machine.
Read .mom/vault/INDEX.md · opened topics/on-prem-default.md
Settled during the design-partner session with Acme Financial. Two drivers made the choice non-negotiable:
- ·Data residency: Acme's compliance team cannot allow session content to leave their perimeter. Cloud-hosted memory fails this by definition.
- ·Trust boundary: if mom is the memory layer, it must live where the agent lives — not on a third party's infrastructure.
Source
─ .mom/vault/topics/on-prem-default.md
Read straight from the vault — plain markdown, no query server.
brew install momhq/tap/momInstall mom in one command.
mom initSet up your local memory and harness integration.
open your harnessPi, Claude Code, Windsurf, and others. Work normally.
build as usualA background watcher records every session into the append-only Ledger.
mom vault foldSynthesize captured sessions into the markdown vault. Skill: /mom-fold.
open the vaultYour agent reads .mom/vault/ markdown with its own file tools. No query server.
- Remembers
- A background watcher records every session into an append-only Ledger. No action needed. mom vault fold synthesizes it into plain-markdown memory under .mom/vault/.
- Governssoon
- An append-only Register. RBAC + ABAC access control on what agents can read and write. Your memory has rules, and so do the agents reading it.
- Respects
- Apache 2.0. No cloud required. Your session content never leaves your machine — on-prem is the default, not an option.
- Fits
- Validated on Claude Code, Codex, and Pi. Memory is plain markdown your agent reads with its own file tools — the same vault, no rewiring.
- Auditable
- Track memory quality, capture rates, and session health from a local dashboard. No cloud, no external access. Everything stays on your environment.
Automatic capture. Zero overhead.
Clearance, not chaos.
Your machine is the premises.
Any harness. One memory.
Know what’s working.
Five minutes to a remembering agent.
brew install momhq/tap/mommom initRequires macOS or Linux. See the repository for source builds, upgrade paths, and mom OFFICE.