A temporal-graph engine for code, documents, and conversations. Drop a folder in. Get a queryable knowledge graph that never forgets what changed.
Use the engine headlessly from your agents, or run the desktop app for the polished daily-driver experience.
The open-core temporal knowledge engine. Self-host on a single port with Docker. Drive it from Claude Code, Cursor, or any MCP client.
The native daily-driver. Cytoscape graph viewer, syntax-highlighted book reader, streaming chat with tool cards, and an MCP Gateway.
Point Claude Code, Cursor, Codex, or Aider at the MCP server and start querying your knowledge graph immediately.
Every fact carries a validity window. Query the graph "as of last Tuesday" and get the world exactly as it was. Contradictions invalidate old edges—they don't erase them.
Tree-sitter parsers for Python, TypeScript, Go, Rust, Java, and C/C++ produce deterministic code graphs. Every symbol has a precise source span and line range.
EXTRACTED beats INFERRED beats AMBIGUOUS. A hallucinated edge cannot silently overwrite tree-sitter ground truth. It becomes a reviewable ConflictEvent instead.
Chunks live in pgvector + tsvector. Entities and edges live in the temporal graph. Each pool gets its own cross-encoder rerank. Returned side-by-side, never blindly fused.
Every wiki auto-distills into chapters bucketed by Leiden community detection. A cite_check lint pass pills uncited paragraphs as *[cite needed]*.
Re-running over an unchanged file is free. When a file edits, we walk the AST diff, emit a delta episode, and surgically re-embed only what changed.
wikiX Desktop wraps the entire engine in a polished native interface. Visualize your knowledge graph with Cytoscape.js, read auto-generated wiki books with syntax highlighting, and chat with your corpus through a streaming SSE interface.
The MCP server ships with the engine. Point Claude Code, Cursor, Codex, or Aider at it and start querying your knowledge graph.
Self-host the engine in under 30 seconds, or grab the desktop app for the full experience.