Streambench – Native Mac Client for Kafka and NATS
When building Hookie, I worked with NATS Jetstream a lot. While you can do everything using the CLI, I prefer the feeling of a nice GUI better. So I built one.
In plain words
Streambench is a native macOS desktop application for managing Kafka, Redpanda, and NATS JetStream brokers. It provides a graphical interface to browse topics, tail messages in real time, inspect consumer lag, and manage streams without relying on command-line tools. Built with a Rust broker core and optimized for Apple Silicon, it offers features like seeking by offset, sequence, or timestamp across virtualized lists. The application is designed for developers who prefer a GUI-based workflow when working with message streaming infrastructure.
written from the facts on this page · September 2026
From the sources
Browse topics, tail messages, inspect consumer lag, and manage JetStream streams from a local Apple Silicon desktop app with a Rust broker core.
Like TablePlus, but for streams. A local Apple Silicon desktop app with a Rust broker core. Connect to Kafka, Redpanda, or NATS JetStream brokers you already run, then browse topics, tail messages, inspect consumer lag, and manage streams from one minimalist GUI. Looking for a specific workflow? See the Kafka GUI and NATS JetStream GUI pages. Tail topics in real time or browse historical pages. Seek by offset, sequence, timestamp, or from the beginning in a virtualized list. One macOS desktop app for Kafka-compatible brokers and NATS JetStream. Topics, partitions, consumer groups, streams, consumers, and KV buckets. Per-partition committed offsets, high watermarks, and lag totals refreshed…from streambench.app
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com