Releases: le0nardomartins/CodexMemory
Releases · le0nardomartins/CodexMemory
Codex Memory v1.0.0
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.mdgeneration - Selectable memory engine:
ollamaor deterministicalgorithm - 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