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

vbauerster/mpb

multi progress bar for Go cli applications observed · 2026-08-28

github.com/vbauerster/mpb · Go · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 22
  • age_days: 3549
  • days_rel: 10
  • days_push: 7
  • n_releases_24m: 16

Full methodology

Adoption not part of the score

2509 stars · 132 forks observed · 2026-08-28

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

mpb is a Go library for rendering multiple progress bars in terminal CLI applications. It supports dynamic add/remove of bars, dynamic totals, cancellation, and decorators like ETA, percentage, and byte counters.

Use cases

  • show progress bars for concurrent downloads in a Go CLI
  • render multiple progress bars in a terminal app
  • display ETA and percentage while processing files
  • track progress of parallel worker goroutines
  • add spinners and byte counters to a command-line tool
  • dynamically add and remove progress bars at runtime

When to choose

  • you are building a Go CLI that needs rich terminal progress output
  • you need multiple simultaneous progress bars with synchronized widths
  • you want ETA, percentage, or byte-count decorators out of the box

When to avoid

  • you need a GUI or web-based progress display
  • your project is not written in Go
  • you only need a simple single-line spinner with no dependencies

Facets

library · maturity active

cli terminal-ui developer-tools developer-tools cross-platform go cli cross-platform progress-bar spinner terminal-ui go-library actor-model command-line

1 source

Member repositories

RepositoryRoleHealth v2
vbauerster/mpbmain99

For agents

markdown · JSON · MCP: product_card(name="vbauerster/mpb")

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