Skip to content
← The Lab

Experiment

Zero-Crust Architecture

Click through the process map of a dual-screen POS: sandboxed renderers, a trusted main process, and the IPC between them.

Systems

Demo

Zero-Crust Architecture

Main ProcessCashierCustomerHistoryDebugger
  • Commands · renderer to main
  • State · main to renderers
  • Trace · main to debugger
Main Process

Trusted process: MainStore, PaymentService, BroadcastService, IPC handlers

Pattern: Centralized State + Command Handler

Security: Zod validation, sender verification

Tap or click a node to explore. The highlighted edge is the IPC message in flight between processes.