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

defunkt/unicorn

Unofficial Unicorn Mirror. observed · 2026-08-28

github.com/defunkt/unicorn · homepage · Ruby · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

39/100

  • Activity 15
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6207
  • days_rel: n/a
  • days_push: 511
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1479 stars · 269 forks observed · 2026-08-28

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

Unicorn is a Rack HTTP server for Ruby applications, designed for fast clients on low-latency, high-bandwidth Unix connections. It manages worker processes with kernel-based load balancing and requires a reverse proxy like nginx in front of it for slow clients.

Use cases

  • serve a rack application in production
  • run a ruby web app behind nginx
  • host a rails app with multiple worker processes
  • deploy a ruby app with zero-downtime upgrades
  • serve http requests from a unix socket
  • manage ruby app worker processes automatically

When to choose

  • you need a battle-tested rack server for fast clients on a unix system
  • your app is not thread-safe and you want isolated worker processes
  • you want zero-downtime binary upgrades and systemd socket activation
  • you already have nginx or another fully buffering reverse proxy

When to avoid

  • clients connect directly without a buffering reverse proxy
  • you need to serve slow clients or long-lived connections like websockets
  • you want a threaded or async server model
  • you are not on a unix-like operating system

Facets

service · maturity maintenance

http-server web-framework middleware web-development backend developer-tools bsd ruby rack ruby-http-server unix process-management reverse-proxy-required forking-server linux macos web-server

1 source

Member repositories

RepositoryRoleHealth v2
defunkt/unicornmain39

For agents

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

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