# gosuri/uiprogress

A go library to render progress bars in terminal applications

Repository: https://github.com/gosuri/uiprogress
Canonical: https://ross.abutalabs.com/products/uiprogress
Language: Go
License: MIT
License Family: permissive
Last push: 2024-02-29T11:06:26+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3943, "days_push": 916, "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 2142, forks 122 (observed 2026-08-28T04:06:18.502544+00:00)

## What it is
A Go library for rendering progress bars in terminal applications with a flexible, customizable API. It supports multiple concurrently updated bars, dynamic addition of bars at runtime, and custom decorator functions.

## Use cases
- show progress bars in a go cli tool
- render multiple concurrent progress bars in terminal
- display download or deploy step progress in terminal
- add elapsed time and completion percent to terminal output
- customize terminal progress bar appearance with decorator functions

## When to choose
- you are building a Go CLI application that needs visual progress feedback
- you need multiple progress bars updating concurrently in a terminal
- you want lightweight, customizable progress rendering without heavy TUI frameworks

## When to avoid
- you need full terminal user interfaces with layouts and widgets
- your project is not written in Go
- you need progress bars in a GUI or web application

## Facets
- artifact type: library
- maturity: maintenance
- function: terminal-ui, developer-tools
- domain: developer-tools
- platform: go, cli, cross-platform
- tags: progress-bar, terminal-ui, concurrent-rendering, command-line

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

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:18.502544+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-30T02:51:16.211117+00:00, confidence not recorded.
  - readme: https://github.com/gosuri/uiprogress (fetched 2026-08-28T04:06:18.502544+00:00, sha 18abff9bc7fa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
