A NATS TUI client that won't bug you.
A terminal client for NATS and JetStream. Streams, consumers, KV and object stores, live messages, request/reply — all keyboard-first, all without leaving the terminal.
The NATS CLI is solid for scripted use and awkward for exploration — the
moment you want to watch messages flow, inspect consumer lag, or poke at a KV
bucket, you’re stitching together five commands and a watch. gnat
replaces that with a single TUI built around how you actually debug an
event-driven system.
: command bar with custom user-defined commands and template variablesSee the launch post for screenshots and the configuration walk-through.
go install github.com/galaxy-io/gnat/cmd/gnat@latest
# or
brew install galaxy-io/tap/gnat
Actively developed and used daily inside Galaxy. Pre-1.0 — config schema and keybindings may still move.