Fail-Safe

Noema — AI skill for Claude Code

AI community

The intentional memory layer for your AI agents.

How to install Noema

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

What Noema does

The intentional memory layer for your AI agents.

Alternatives in AI

  • OpenSpace — "OpenSpace: The Skill Management Layer for AI Agents" -- https://open-space.cloud/ 7.5k ★
  • Surface — Show ranked attack surface for a target from its recon manifest + hunt memory 3.8k ★
  • Wax — Shared Single-file memory layer for all your agents, sub mili-second RAG over text, photo and video on Apple S 791 ★

README

Noema.

CI Latest Release Rust 1.88 or newer License

**The intentional memory layer for your AI agents.**

Noema gives AI agents — and the humans working alongside them — a persistent, structured place to record what they know, decide, observe, and intend. Every memory is a plain markdown file. The index is a local SQLite database. Nothing lives in the cloud; nothing requires an API key.

**In short:**

  • Local-first agent memory exposed as an MCP server (stdio + Streamable HTTP). Works out of the box with Claude Code, GitHub Copilot, Zed, Cursor, Aider, and anything else that speaks MCP.
  • Plain markdown on disk as the source of truth; a local SQLite database with FTS5 as the index. No cloud, no API keys, no telemetry.
  • One cross-platform Rust binary with SQLite and the Hermes and Obsidian plugin installers built in. Release archives cover macOS, Linux, and Windows on x86-64 and ARM64.
  • Peer-to-peer federation across Cortexes with vector clocks, event-log audit trail, and divergence traces on concurrent edits.
  • Your editor is a first-class client. A filesystem watcher turns