net-deck 0.21.0

Operator cyberdeck — terminal UI for the Net mesh
net-deck-0.21.0 is not a library.

Deck — operator cyberdeck.

ratatui + crossterm. Five tabs: NET.MAP / LIST / DATAFORTS / DAEMON / LOGS. Matrix palette pulled from the AI 2070 Net site aesthetic (neon-green on pitch black).

Build modes:

  • default: live in-process single-node MeshOsRuntime, no cluster data. Every tab reads from the snapshot — empty until real cluster sources are wired.
  • --features demo: boots a real 5-node in-process MeshOS cluster via net_sdk::testing::ClusterHarness with real daemons, real migrations, real blob adapters, and a real nRPC observer feeding the NRPC tail. See crates/net/docs/plans/DECK_DEMO_PLAN.md.