Skip to content

🐉 Wyrm 6.0The memory layer for AI assistants

Memory · counter-pattern blocking · agent loop · cross-project intelligence · live statusline. Works with Claude / Copilot / Cursor / Windsurf / Codex.

Why Wyrm

Wyrm is not "AI memory" in the file-write sense. It's a layered intelligence substrate that solves the four specific problems AI assistants share:

  1. Amnesia. Sessions inherit prior state via lossless rehydration.
  2. Repeated mistakes. Failed approaches are recorded and BLOCKED next time.
  3. Lost rationale. Decisions link to the truths that justify them; when a truth changes, downstream decisions cascade-invalidate.
  4. Tool-call sprawl. The OODA agent loop turns goals into autonomous, whitelisted, replayable tool sequences.

Every Wyrm session is local-first SQLite with FTS5 + hybrid semantic search. Encryption is operator-controlled. Federation is opt-in per row. The audit log is hash-chained and Ed25519-signable for SOC2/HIPAA scenarios. None of this requires you to leave your laptop.


🐉 Wyrm Cloud — sync across devices, free

Multi-device encrypted sync runs at wyrm.ghosts.lk.

bash
npm install -g wyrm-mcp
wyrm cloud login
wyrm cloud sync
  • End-to-end encrypted (AES-256-GCM, key stays on your device)
  • Free for solo — 1 GiB encrypted storage, unlimited devices, $0/month forever
  • Opt-in per row — only memory you tag cross_project_visibility = 'org' syncs

Full docs: WYRM_CLOUD.md

Proprietary · © 2026 Ghost Protocol (Pvt) Ltd