Ross ROSS = Recommend OSS · open-source software intelligence for agents

redox-os/termion

Mirror of https://gitlab.redox-os.org/redox-os/termion observed · 2026-08-28

github.com/redox-os/termion · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

57/100

  • Activity 56
  • 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: 3832
  • days_rel: n/a
  • days_push: 265
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2167 stars · 116 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Termion is a pure Rust, bindless library for low-level terminal handling, manipulation, and information reading, providing a full-featured alternative to Termbox. It talks directly to the TTY without wrapping ncurses or other libraries, generating ANSI escape sequences through a clean, expressive API.

Use cases

  • build terminal user interfaces in Rust without ncurses
  • read raw keyboard and mouse input from the TTY
  • manipulate terminal cursor position and colors via ANSI escapes
  • switch to alternate screen buffer and raw mode
  • query terminal size and attributes
  • write cross-platform ANSI terminal applications on Linux, macOS, and BSD

When to choose

  • you want a lightweight, dependency-free Rust terminal library
  • you need low-level control over TTY behavior and escape sequences
  • you are building a TUI framework or CLI tool from scratch
  • you want a Termbox alternative in pure Rust

When to avoid

  • you need a high-level TUI framework with widgets and layout
  • you are building a GUI application rather than a terminal one
  • you need Windows console API support beyond ANSI terminals
  • you prefer batteries-included libraries like crossterm with broader platform support

Facets

library · maturity stable

terminal-ui developer-tools developer-tools cross-platform windows rust cli tty ansi-escapes tui bindless redox command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
redox-os/termionmain57

For agents

markdown · JSON · MCP: product_card(name="redox-os/termion")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem