Get Started
What you'll do
Install a local Stigmem node, assert your first fact, query it back, and connect an SDK. Roughly five minutes end-to-end. Everything below runs locally — no federation peering required.
Single-org, single-node is the supported pattern.
The alpha is safe for local development, conformance testing, and single-organization deployments. Cross-organizational federation is not yet safe — read LIMITATIONS before integrating against any cross-org boundary.
The path
- Install — set up a local Stigmem node with the package manager you already use (
pipx·pip· Docker). - Quickstart tutorial — assert your first fact, query it back, watch a conflict open, resolve it explicitly.
- SDK quickstart — connect from Python, TypeScript, or Go using the generated client.
- Pre-v0.9.0a1 notes — only relevant if you have older local checkouts or pinned dependencies from before the alpha reset.