Build a terminal-based file manager with interactive panels and keyboard navigation.
Create a real-time dashboard inside a terminal window for monitoring server metrics.
Add a rich interactive terminal UI to an existing CLI tool using React components.
| anomalyco/opentui | styleguidist/react-styleguidist | captbaritone/webamp | |
|---|---|---|---|
| Stars | 11,099 | 11,089 | 11,083 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires both Zig (for building the native core) and the Bun JavaScript runtime to be installed.
OpenTUI is a library for building terminal user interfaces, meaning applications that run inside a terminal window and draw their own visual layouts rather than just printing plain text. Think of tools like database clients, file managers, or chat applications that fill the terminal screen with panels, menus, and interactive elements. OpenTUI gives you the building blocks to create that kind of software. The core of the library is written in Zig, a low-level programming language focused on performance and correctness, and it exposes a standard C interface so it can be called from many different languages. TypeScript bindings are the primary way most developers will use it. The README notes that OpenTUI is already running in production powering OpenCode, an AI coding tool. The library uses a component-based approach with flexible layout capabilities, which means you build your interface out of reusable pieces and describe how they should be arranged on screen, rather than manually calculating where each character should go. Several integration packages are available for popular frameworks: React, SolidJS, and Three.js (for GPU-accelerated rendering inside the terminal) are all included in the repository. Installation requires Zig to be present on your system to build the native core, plus a JavaScript runtime called Bun. A quick-start command spins up a new project from a template. Pre-built example binaries can also be downloaded without cloning the repository, which is useful for trying out the library before committing to a full setup. Documentation, a development guide, and a curated list of projects built with OpenTUI are all linked from the README.
A library for building interactive terminal user interfaces with panels, menus, and layouts, built on a fast Zig core with TypeScript bindings and React/SolidJS integrations.
Mainly TypeScript. The stack also includes TypeScript, Zig, React.
License not mentioned in the explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.