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

puma/puma

A Ruby/Rack web server built for parallelism observed · 2026-08-28

github.com/puma/puma · homepage · Ruby · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 86
  • 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: 19
  • age_days: 5459
  • days_rel: 99
  • days_push: 9
  • n_releases_24m: 16

Full methodology

Adoption not part of the score

7914 stars · 1489 forks observed · 2026-08-28

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

Puma is a fast, multi-threaded and multi-process HTTP 1.1 web server for Ruby/Rack applications, featuring a C-optimized Ragel HTTP parser inherited from Mongrel. It is the most popular Ruby web server and the default for Ruby on Rails, supporting SSL, cluster mode with copy-on-write forking, and zero-downtime rolling restarts.

Use cases

  • serve a Ruby on Rails application in production
  • run a Sinatra app with a fast concurrent server
  • serve any Rack-based Ruby web application
  • deploy a Ruby web server without a reverse proxy using built-in SSL and request buffering
  • improve throughput of IO-bound Ruby apps via multi-threaded request handling
  • run a Ruby web server in cluster mode with pre-forked worker processes
  • perform zero-downtime rolling restarts of a Ruby web application

When to choose

  • you need a production-grade HTTP server for a Rack-compatible Ruby app (Rails, Sinatra, etc.)
  • you want high concurrency through multi-threading and optional multi-process cluster mode
  • you want the de facto standard Ruby web server with 15+ years of battle-tested parsing
  • you need SSL, phased restarts, or standalone deployment without nginx in front

When to avoid

  • you are not building a Ruby/Rack application
  • you need an async/evented server model rather than a thread pool (e.g., consider Falcon)
  • you need HTTP/2 or HTTP/3 serving, which Puma does not provide

Facets

library · maturity stable

http-server web-framework concurrency cli web-development backend developer-tools ruby windows cross-platform rack ruby-on-rails sinatra thread-pool cluster-mode ssl zero-downtime-restarts http1-1 linux macos

7 sources

Member repositories

RepositoryRoleHealth v2
puma/pumamain95

For agents

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

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