Six data models. One database. One law.

KyzoDB is a database you run yourself.

Relational, graph, vector, full text, geo and time are projections of one ordered substrate inside it, not six systems kept in sync.

Every write carries who said it, when it was true, and whether it still holds.

  • relational
  • graph
  • vector
  • full text
  • geo
  • time

one ordered substrate

Run it locally

One binary, on your own machine. No server to stand up, no account to create, and nothing sent anywhere.

curl -L https://github.com/kyzodb/kyzo/releases/latest/download/kyzo -o kyzo
chmod +x kyzo
./kyzo

Build from source

Pure Rust, stable toolchain. Read the engine—the fastest way to disbelieve anything above.

Pre-v1.0

The core engine is operational; the storage format is not yet frozen. Run it against a copy of anything you care about.