Getting started
Quickstart
There is nothing to install. The first time you open the app it does a one-time, few-second bootstrap to seed your local database; after that it runs fully offline.
1. Open the app#
Launch the studio. The first visit fetches the engine and seeds your in-browser database — then you are local-first and offline-capable.
2. Compose a workflow#
Drag blocks onto the canvas and wire a typed graph: load data, prepare it, train, evaluate. The editor checks the graph as you build it.
3. Run it locally#
Press run. The graph lowers to WebGPU and executes on the GPU already in your machine — validated against a CPU/WASM oracle. Your data never leaves the device.