Linux observability

eBPF telemetry in a browser desktop

Install an agent on your machines, open the Web-OS at pingd.blud.cc, and work with a live event stream — terminal, SQL, and charts in floating windows.

Components

Four pieces, one pipeline from kernel to queryable events.

pingd-agent
Runs on your Linux hosts. Connects over WebSocket and streams structured eBPF events.
Package manager
Pull observability modules on demand — no daemon redeploy when you add a probe.
Web-OS
Hosts, terminal, SQL queries, and charts in draggable windows — not another dashboard grid.
DuckDB
Events ingest into WASM DuckDB in your browser. Query the live stream with SQL.
Data path
Telemetry stays out of Postgres — it streams to your browser session.
  1. Linux host + pingd-agent
  2. Cloudflare relay
  3. Web-OS desktop
  4. DuckDB WASM

Neon Postgres

Users, hosts, package catalog, relay tokens.

Cloudflare Workers

WebSocket relay between agents and browser sessions.

Ready to connect a host?

Create a host in the desktop, copy the token, run the install script on Linux.

Sign in with Google