ggerganov/imtui
ImTui: Immediate Mode Text-based User Interface C++ Library observed · 2026-08-28
Health v2 · maintenance only
44/100
- Activity 46
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2460
- days_rel: n/a
- days_push: 327
- n_releases_24m: 0
Adoption not part of the score
3617 stars · 155 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ImTui is an immediate mode text-based user interface (TUI) C++ library that ports the Dear ImGui API to the terminal via ncurses, supporting 256 ANSI colors and mouse/keyboard input. It also compiles to WebAssembly with Emscripten for in-browser demos.
Use cases
- build a terminal UI in C++ with an immediate mode API
- port an existing Dear ImGui app to the terminal
- create a text-based client for a web service like Slack or Hacker News
- render interactive widgets with 256 colors in a TUI
- run a TUI app in the browser via Emscripten
- handle mouse and keyboard input in a terminal application
When to choose
- you want Dear ImGui's API and widget set inside a terminal
- you're writing a C++ interactive TUI and prefer immediate mode over ncurses directly
- you need the same UI code to run in terminal and browser (WASM)
When to avoid
- you need a rich graphical (non-text) GUI
- you prefer retained-mode TUI frameworks or are not using C++
- you need advanced terminal features beyond ANSI colors and basic mouse/keyboard support
Facets
library · maturity active
ui-components terminal-ui gui developer-tools cross-platform windows cpp browser wasm cli tui immediate-mode imgui ncurses ansi-colors command-line linux macos
2 sources
- readme: https://github.com/ggerganov/imtui · fetched 2026-08-28 · bca8ebd5dc47
- homepage: https://imtui.ggerganov.com · fetched 2026-08-29 · 1cc51a962149
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ggerganov/imtui | main | 44 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem