mabe02/lanterna
Java library for creating text-based GUIs observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 91
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4083
- days_rel: n/a
- days_push: 57
- n_releases_24m: 0
Adoption not part of the score
2615 stars · 277 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Lanterna is a pure-Java library for building text-based semi-graphical user interfaces (TUIs) in terminal environments, similar to the C curses library. It provides three layers: a low-level terminal control API, a screen buffer for bitmap-like text rendering, and a full GUI toolkit with windows and components.
Use cases
- build a text-based GUI in Java
- create a curses-like terminal interface in pure Java
- write a TUI app that runs on headless servers
- add windows and buttons to a console application
- render full-screen text UIs over SSH or xterm terminals
- develop terminal UIs from an IDE without ANSI support
When to choose
- you need a text-mode GUI toolkit in Java with no native dependencies
- your app must run on headless servers or over SSH in xterm-compatible terminals
- you want a Swing-based terminal emulator fallback when developing in a graphical IDE
- you need layered control from raw terminal I/O up to a full windowing toolkit
When to avoid
- you need a graphical (pixel-based) desktop GUI rather than a text interface
- you are building a web or mobile application
- you need a TUI toolkit for a language other than Java on the JVM
- you require advanced non-modal window management or GPU-accelerated rendering
Facets
library · maturity stable
gui terminal-ui graphics developer-tools cross-platform jvm cross-platform windows tui text-user-interface curses-like terminal-emulator pure-java swing console-ui windowing command-line linux macos
1 source
- readme: https://github.com/mabe02/lanterna · fetched 2026-08-28 · b39b232cf284
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mabe02/lanterna | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem