# vbauerster/mpb

multi progress bar for Go cli applications

Repository: https://github.com/vbauerster/mpb
Canonical: https://ross.abutalabs.com/products/mpb
Language: Go
License: Unlicense
License Family: permissive
Topics: go, progress-bar, terminal, cli, spinner, actor
Last push: 2026-08-26T04:04:17+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 3549, "days_push": 7, "days_rel": 10, "gap_med": 22, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2509, forks 132 (observed 2026-08-28T04:06:57.307214+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: cli, terminal-ui, developer-tools
- domain: developer-tools, cross-platform
- platform: go, cli, cross-platform
- tags: progress-bar, spinner, terminal-ui, go-library, actor-model, command-line

## Member repositories
- vbauerster/mpb (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:57.307214+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:26:27.615111+00:00, confidence not recorded.
  - readme: https://github.com/vbauerster/mpb (fetched 2026-08-28T04:06:57.307214+00:00, sha f19a7f9523ea)
- Data as of 2026-08-30T08:39:29.467469+00:00.
