gosuri/uilive
uilive is a go library for updating terminal output in realtime observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3943
- days_rel: n/a
- days_push: 1138
- n_releases_24m: 0
Adoption not part of the score
1725 stars · 88 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
uilive is a Go library for updating terminal output in realtime via a buffered io.Writer flushed at a timed interval. It powers libraries like uiprogress and is useful for rendering live-updating command-line interfaces.
Use cases
- render live progress bars in a go cli
- update terminal output in realtime
- show download progress in the terminal
- build live-updating console dashboards in go
- refresh multi-line terminal output periodically
When to choose
- you need a lightweight go library for realtime terminal rendering
- you want a simple io.Writer-based approach to updating console output
- you are building progress displays or live status lines in a go cli
When to avoid
- you need full TUI widgets like tables, menus, or input handling
- you are not working in Go
- you need a maintained framework with active development
Facets
library · maturity maintenance
terminal-ui developer-tools developer-tools windows go cli terminal-output realtime-rendering io-writer progress-display command-line linux macos
1 source
- readme: https://github.com/gosuri/uilive · fetched 2026-08-28 · e1874612c8f9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gosuri/uilive | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem