# gosuri/uilive

uilive is a go library for updating terminal output in realtime

Repository: https://github.com/gosuri/uilive
Canonical: https://ross.abutalabs.com/products/uilive
Language: Go
License: MIT
License Family: permissive
Last push: 2023-07-22T11:29:29+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3943, "days_push": 1138, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1725, forks 88 (observed 2026-08-28T04:05:28.061781+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: terminal-ui, developer-tools
- domain: developer-tools
- platform: windows, go, cli
- tags: terminal-output, realtime-rendering, io-writer, progress-display, command-line, linux, macos

## Member repositories
- gosuri/uilive (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:28.061781+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:32:35.445280+00:00, confidence not recorded.
  - readme: https://github.com/gosuri/uilive (fetched 2026-08-28T04:05:28.061781+00:00, sha e1874612c8f9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
