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

schollz/progressbar

A really basic thread-safe progress bar for Golang applications observed · 2026-08-28

github.com/schollz/progressbar · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

96/100

  • Activity 98
  • Release rhythm 90
  • 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: 21
  • age_days: 3233
  • days_rel: 64
  • days_push: 15
  • n_releases_24m: 8

Full methodology

Adoption not part of the score

4696 stars · 255 forks observed · 2026-08-28

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

A thread-safe progress bar library for Go applications that works across all operating systems. It supports io.Writer integration for automatic byte counting, spinners for unknown-length tasks, and extensive customization of themes, colors, and output.

Use cases

  • show a progress bar for a long-running loop in a Go CLI
  • display download progress while copying an HTTP response body to a file
  • show a spinner for tasks with unknown duration
  • wrap io.Reader/io.Writer streams to track bytes processed
  • customize progress bar colors, width, and theme in a terminal app

When to choose

  • you need a simple, dependency-light, thread-safe progress bar in Go
  • you want automatic progress tracking for io.Copy and streaming operations
  • cross-platform terminal compatibility matters and you only need single-line output

When to avoid

  • you need multi-line or dashboard-style terminal output
  • your project is not written in Go
  • you need rich TUI widgets beyond a single progress bar

Facets

library · maturity stable

developer-tools cli developer-tools go cross-platform cli progress-bar terminal-ui thread-safe io-writer spinner command-line

4 sources

Member repositories

RepositoryRoleHealth v2
schollz/progressbarmain96

For agents

markdown · JSON · MCP: product_card(name="schollz/progressbar")

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