Overview
Lakehouse native graph engine with git-style workflows
Omnigraph is a lakehouse native graph engine built for context assembly. It acts as the operational state and coordination layer for agents, with git-style versioning and branching, multimodal retrieval, and object storage native deployment on the Lance format.
Quick install
curl -fsSL https://raw.githubusercontent.com/ModernRelay/omnigraph/main/scripts/install.sh | bashOr with Homebrew:
brew tap ModernRelay/tap
brew install ModernRelay/tap/omnigraphNew here? Follow the install guide, or clone a starter cookbook to get a working graph with seed data in one command.
Explore the docs
Getting started
Install Omnigraph and run your first graph.
Schema
Model your domain with typed .pg schemas, enforced on every write.
Queries & data
Query, branch, commit, and diff. Version data like code.
Deploy & operate
Run it on your laptop, your own servers, or your cloud.
Security
Cedar policy enforced in-engine, with full actor audit.
Reference
Every CLI flag, error code, and tunable.