anomalyco/opentui

OpenTUI is a library to build terminal user interfaces (TUI)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on November 6th, 2025
Created on July 21st, 2025
Open Issues & Pull Requests: 211 (-1)
Number of forks: 703
Total Stargazers: 13,135 (+0)
Total Subscribers: 37 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.1 hours
Mean response time: 5.5 days
90th percentile: 13.2 days
Tracked items: 306

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 55% of tracked open issues have had no activity in three months. Only 10% of issues opened in the past year have been closed. Three people close 73% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 99
New in 7 days: 6
Closed in 7 days: 4
Avg open age: 52 days
Stale 30+ days: 78
Stale 90+ days: 55

Recent activity

Opened in 7 days: 6
Closed in 7 days: 4
Comments in 7 days: 0
Events in 7 days: 9

Top labels

  • core (112)
  • bug (89)
  • feature (59)
  • react (16)
  • solid (11)
  • help wanted (8)
  • documentation (5)
  • good first issue (4)

Detailed Description

OpenTUI is a library for building terminal user interfaces with a native core written in Zig and TypeScript bindings.

The library addresses the need for high-performance, reliable terminal UI development by providing a component-based architecture with flexible layout capabilities. Its approach combines a native Zig core that exposes a C ABI for language interoperability with TypeScript bindings for JavaScript developers. The core emphasizes correctness, stability, and performance, and the project includes reconcilers for popular frameworks like React and SolidJS, allowing developers to use familiar declarative patterns when building terminal applications.

Developers should choose this tool if they need a production-grade terminal UI framework with strong performance characteristics and the flexibility to work in TypeScript or other languages via the C ABI. The project suits complex terminal applications that benefit from a component model and sophisticated layout system. The monorepo structure provides specialized packages for different use cases, including SSH serving capabilities for remote terminal applications and QR code rendering. Building the packages requires Zig to be installed on the system.

The project maintains a substantial base of adopters who report issues from real-world use rather than the core team generating most open issues. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on core functionality, bug fixes, and feature development.