Bare-metal observability
An observability appliance that ingests 5 million events per second on consumer hardware. No cloud cluster. No Kafka. One box.
Three ingestion paths. Zero compromise.
Path A JSON → TypeBox validate → bun:ffi → C memcpy → mmap SoA Path B FlatBuffer → ArrayBuffer ptr → bun:ffi → vtable read → mmap SoA ← 16.2× faster Path C eBPF tracepoint → BPF ring buffer → libbpf → mmap SoA
FlatBuffer payloads cross the FFI boundary as raw pointers. Zero JSON parsing, zero V8 garbage collection.
Vectorized columnar scans process 16 floats per CPU cycle. Duration filters, error counts, and aggregations at SIMD speed.
Kernel-level tracepoints via libbpf. Ring buffer events flow directly into the columnar store — no userspace copying.
Page-aligned SoA layout via mmap. No heap allocation, no GC pauses, no realloc. The OS manages page faults.
TypeScript orchestration via bun:ffi with zero-overhead native calls. The best of both worlds: developer velocity and bare-metal speed.
Your telemetry never leaves your network. The appliance runs on your hardware, stores data locally, and requires no cloud backend.
One appliance. One price. No per-host fees, no per-GB surcharges, no surprise invoices. Your data never leaves your network.
Your data never leaves your network. Cancel anytime.