Show HN: Gotui – a modern Go terminal dashboard library
carsenk Thursday, December 11, 2025I’ve been working on gotui, a modern fork of the unmaintained termui, rebuilt on top of tcell for TrueColor, mouse support, and proper resize handling. It keeps the simple termui-style API, but adds a bunch of new widgets (charts, gauges, world map, etc.), nicer visuals (collapsed borders, rounded corners), and input components for building real dashboards and tools. Under the hood the renderer’s been reworked for much better performance, and I’d love feedback on what’s missing for you to use it in production.
Summary
gotui is a simple Go library that provides a high-level API for creating terminal user interfaces. It offers a set of widgets and layouts to build interactive command-line applications with minimal boilerplate code.
25
10
Summary
github.com