arthursonzogni/ftxui

:computer: C++ Functional Terminal User Interface. :heart:

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 minute ago
Added to GitGenius on September 5th, 2026
Created on January 27th, 2019
Open Issues & Pull Requests: 99 (+0)
GitHub issues: Enabled
Number of forks: 620
Total Stargazers: 10,651 (+0)
Total Subscribers: 91 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.4 hours
Mean response time: 5.9 days
90th percentile: 17.7 days
Tracked items: 160

How this project is maintained

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

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 44
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 486 days
Stale 30+ days: 40
Stale 90+ days: 34

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (13)
  • enhancement (12)
  • good first issue (2)
  • help wanted (2)
  • duplicate (1)

Most active issues this week

Detailed Description

FTXUI is a C++ library for building terminal user interfaces with a functional programming approach.

The library addresses the challenge of creating interactive terminal applications by providing a declarative, component-based system. Rather than managing low-level terminal state directly, developers compose UI elements functionally, describing what the interface should look like. The tool handles rendering, input processing, and screen updates automatically, abstracting away platform-specific terminal complexities.

FTXUI suits developers building command-line tools, system utilities, or monitoring dashboards who want polished interactive interfaces without wrestling with curses or raw terminal APIs. It works across platforms, making it valuable for projects that need consistent behavior on Linux, macOS, and Windows. The functional composition model appeals to developers familiar with modern UI frameworks, as it lets you build complex layouts by combining simpler components rather than imperative state management.

The project maintains active engagement with its user base, responding to reported issues and reviewing pull requests. Development includes comprehensive test coverage to ensure reliability across different terminal environments and platforms. The maintainers provide documentation in multiple languages and curate a collection of examples demonstrating various UI patterns and capabilities.