Skip to content

Releases: le0nardomartins/CodexMemory

Codex Memory v1.0.0

11 May 14:51

Choose a tag to compare

Codex Memory v1.0.0

First stable release of Codex Memory.

Codex Memory is a local-first memory orchestration system for Codex and AI coding agents. It reads Markdown context files, consolidates long-term operational memory, and provides a visual neural-style graph for inspecting relationships between memory contexts.

Highlights

  • Local memory service for AI coding workflows
  • Markdown-based context storage using context_*.md
  • Consolidated AGENT_MEMORY.md generation
  • Selectable memory engine: ollama or deterministic algorithm
  • Desktop app with Electron
  • Web GUI mode
  • Daemon mode for scheduled memory refresh
  • Context CRUD through GUI and API
  • Neural-style context graph visualization
  • Multi-language UI support
  • Rolling memory snapshots
  • Windows-first setup scripts
  • Cross-platform core server support with Node.js 18+

Requirements

  • Node.js 18+
  • Ollama only if using `MEMORY_ENGINE=ollama