Skip to content

MNEMOS v6.0.0 — split-distribution GA

Choose a tag to compare

@perlowja perlowja released this 17 Jun 04:10
· 198 commits to master since this release

MNEMOS v6.0.0 is the split-distribution GA. The memory operating system is now a
small core plus separately installable subsystems and turnkey container images.

Architecture

  • mnemos-core — the kernel: EPIMONE four-backend persistence (SQLite + sqlite-vec
    default, PostgreSQL + pgvector, Oracle Database 26ai HNSW INMEMORY NEIGHBOR GRAPH,
    IBM Db2 12.1.5 EAP DiskANN), FastAPI runtime, MCP, in-process embedder.
  • Subsystems (separate mnemos.* namespace distributions, runtime-gated):
    mnemos-graeae (reasoning), mnemos-pantheon (LLM facade), mnemos-knemon
    (cost/routing), mnemos-charon (MPF portability/import-export).
  • STIPHOS (mnemos-stiphos) — the GRAEAE Hive Mind, a standalone service (beta).

Published images (ghcr.io/ncz-os)

Image Contents Arch
mnemos-core kernel amd64 + arm64
mnemos everything (core + graeae + pantheon + knemon + charon) amd64 + arm64
mnemos-enterprise everything + Oracle/Db2/MySQL drivers amd64
mnemos-stiphos hive service amd64 + arm64

Install

  • Turnkey: docker run -p 5002:5002 ghcr.io/ncz-os/mnemos:latest
  • pip: pip install 'mnemos-core[server]' (arch-neutral everything)
  • See docs/INSTALL.md
    and AGENTS.md.

Backend is selected at runtime via MNEMOS_DATABASE_DSN.