# macournoyer/thin

A very fast & simple Ruby web server

Repository: https://github.com/macournoyer/thin
Canonical: https://ross.abutalabs.com/products/thin
Homepage: https://rubygems.org/gems/thin
Language: Ruby
License: NOASSERTION
License Family: other
Topics: thin, ruby, web-server, server, rails, rack
Archived: true
Last push: 2026-07-15T19:34:32+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 92, release rhythm 8, longevity 100
- inputs: {"age_days": 6801, "days_push": 49, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2275, forks 344 (observed 2026-08-28T04:06:33.412970+00:00)

## What it is
Thin is a small and fast Ruby web server for Rack applications, runnable via a CLI with configuration files and daemonization support. It was archived in 2025 after 20 years and is no longer maintained, with Falcon recommended as its successor.

## Use cases
- serve a rack application in ruby
- run a rails app behind a fast web server
- daemonize a ruby web server with pid and log files
- configure a ruby app server via yaml config
- replace webrick with a faster rack server

## When to choose
- maintaining a legacy ruby app already using thin
- you need a tiny, fast rack server on old ruby versions

## When to avoid
- starting a new ruby project - use Falcon, Puma, or another maintained server
- you need long-term security support or active maintenance

## Facets
- artifact type: library
- maturity: abandoned
- function: http-server, web-framework, cli
- domain: web-development, backend, developer-tools
- platform: ruby, cli
- tags: rack, rails, web-server, archived, mongrel-parser

## Member repositories
- macournoyer/thin (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:33.412970+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:41:30.961842+00:00, confidence not recorded.
  - readme: https://github.com/macournoyer/thin (fetched 2026-08-28T04:06:33.412970+00:00, sha 60a7df72b71c)
  - homepage: https://rubygems.org/gems/thin (fetched 2026-08-29T10:22:00.644720+00:00, sha 459fa4a4773d)
  - site_page: https://guides.rubygems.org/command-reference (fetched 2026-08-29T10:22:00.647702+00:00, sha ef62154d6253)
  - site_page: https://rubygems.org/pages/about (fetched 2026-08-29T10:22:00.651444+00:00, sha e4248571fa5d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
