What dat0 is
A local-first data workbench — open any data file or database, transform it with full lineage, and package the whole workflow as a single replayable .dat0 file.
dat0 is a local-first data workbench. You open any data file or database, explore and transform it with full lineage, and — when you choose — package the entire workflow into a single, replayable artifact.
The idea behind the .dat0 file: it carries the data, the transforms, the
queries, and the lineage together, so a workflow can be handed to someone else
and replayed exactly as it ran.
your-analysis.dat0
├── data # the source tables, file-native
├── transforms # every step, in order
├── queries # the questions you asked
└── lineage # how each result was deriveddat0 is in active development. This page is a conceptual placeholder — the full documentation lands as the product is built. There is nothing to install yet.