Give Claude, Codex, Cursor, and OpenCode memory across repos
Agents forget decisions, architecture, and project history between sessions. Orqenix keeps that context in repo-owned local memory, scopes access per project, and recalls only the useful parts when your agent needs them.
Scroll the visual model to inspect three ideas: scopes link into a mesh, memories live in tiered matrices, and only relevant context is assembled for the agent.
FabricMemory matrixContext pipeline
Preparing interactive fabric...
// differentiation
Not a vector DB. Not a cloud lock-in.
Most agent memory is a single bucket in someone else's cloud. Orqenix is a governed, local-first fabric with signed provenance and portable storage.
Capability
Orqenix
Vector DB
Cloud agent memory
Local-first and offline
Yes
Partial
No
Cross-project mesh
Yes
No
Partial
Capability security, Ed25519
Yes
No
Partial
Provenance on every memory
Yes
No
No
Diff-only versioned storage
Yes
No
No
Agent-agnostic, MCP plugin
Yes
Partial
No
Open source core
Apache 2.0
Varies
No
No vendor lock-in
Yes
Partial
No
Orqenix
Local-first, offline-capable, MCP-compatible memory with signed scopes, provenance, diff-only storage, and Apache 2.0 core.
Generic vector DB
Good retrieval primitive, but usually not a governed agent-memory system with cross-repo permissions and provenance.
Hosted agent memory
Convenient, but commonly tied to one vendor, one account, and opaque storage or access rules.
OSSApache 2.0 core
Localrepo-owned storage
MCPworks with existing agents
Notelemetry by default
// provenance & security
Every memory is signed, scoped, traceable
Orqenix does not blindly share memory between projects. Every cross-scope recall must be allowed, signed, and traceable to its source.
Signed memoriesScoped permissionsLocal storageProvenance tags
Ed25519 scope identity
Each scope owns a cryptographic identity, not a spoofable config label.
Capability tokens
Links are directional and narrowable. Delegation can reduce access, never widen it.
Provenance on every memory
Every recall includes where the memory came from and which scope allowed it.
Before any cross-scope memory reaches your agent, Orqenix checks the signature and capability chain. Invalid or out-of-scope requests are rejected, not silently trusted.
// quick start
Install the CLI and give your agent repo-owned memory
Start with one repo. Link another scope only when you want memory to cross project boundaries.