OMGDB PLAYGROUND
LIVE · RUNS IN YOUR TAB · NO SERVER

THE REAL ENGINE, IN YOUR TAB

This page runs the actual OMGDB engine, compiled to WebAssembly, against an in-memory filesystem inside your browser. Every result comes out of the engine; the pane on the right shows the literal bytes of oplog.ndjson as the engine writes them. Nothing here talks to a server.

loading…

omgdb.wasm — terminal wasm32-wasip1
/work/db/oplog.ndjson — the source of truth LIVE
(no op-log yet)
 

Honest small print. The filesystem lives in browser memory: nothing survives a reload, and the durability guarantees of a native install (fsync, crash recovery on real disks) don't apply here — the format, CRCs and verify proof do. A few commands are not available in the browser sandbox (pack, unpack, mcp, and the local embedding models behind search's semantic and hybrid modes — lexical full-text search runs fully here); the engine-by-engine support matrix lives in the WASI target notes. The binary is built unmodified from the same source as the native CLI.