Watch your message brokers in realtime.
Hover any row for the detail.
Walk the Redis keyspace and inspect every value, with a live server-statistics band running alongside.
A pinned, read-only command console — every read path stays non-destructive, so you can probe safely in production.
Pub/sub, pattern pub/sub, streams, keyspace events and MONITOR for Redis; topic & queue tails for AMQP 1.0; exchange taps for RabbitMQ.
Record any live tail to a lossless JSONL file — one JSON object per line, RFC 3339 timestamps, browsable in-app and friendly to jq.
Read-only by design — and every release is signed.
Browsing, inspecting, tailing and recording are all read-only. Every release artifact is checksummed, signed (sigstore/cosign keyless) and carries SLSA build-provenance attestations, alongside a CycloneDX SBOM. The canonical, verifiable install command points straight at GitHub:
$ curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/AlexKasapis/Keyhole/releases/latest/download/keyhole-installer.sh | sh