puma/puma
A Ruby/Rack web server built for parallelism 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
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
- readme: https://github.com/puma/puma · fetched 2026-08-28 · 17f924fc30f0
- homepage: https://puma.io · fetched 2026-08-29 · 1ce8166d3784
- site_page: https://puma.io/puma4 · fetched 2026-08-29 · a2b3ecc0e9ec
- site_page: https://puma.io/puma · fetched 2026-08-29 · 24ff032d71c6
- site_page: https://puma.io/puma7 · fetched 2026-08-29 · 97ad8163e35b
- site_page: https://puma.io/puma6 · fetched 2026-08-29 · 0494ff1dfca2
- site_page: https://puma.io/puma5 · fetched 2026-08-29 · 7dffeb67410a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| puma/puma | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem