--- id: gunicorn version: "26.0.0" license: MIT license_treatment: permissive maintenance: active --- # gunicorn — WSGI HTTP Server for UNIX License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install gunicorn uv add gunicorn poetry add gunicorn ## Description # Gunicorn

Gunicorn is maintained by volunteers. If it powers your production, please consider supporting us:
GitHub Sponsors Revolut

[![PyPI version](https://img.shields.io/pypi/v/gunicorn.svg?style=flat)](https://pypi.python.org/pypi/gunicorn) [![Supported Python versions](https://img.shields.io/pypi/pyversions/gunicorn.svg)](https://pypi.python.org/pypi/gunicorn) [![Build Status](https://github.com/benoitc/gunicorn/actions/workflows/tox.yml/badge.svg)](https://github.com/benoitc/gunicorn/actions/workflows/tox.yml) Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's [Unicorn](https://bogomips.org/unicorn/) project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and... ## AI interpretation — verify before relying Gunicorn is a production-grade WSGI/ASGI HTTP server for Python web applications, supporting Django, Flask, FastAPI, and other frameworks with multiple worker types and graceful process management. Verdict: Gunicorn is a mature, well-maintained production server with zero known vulnerabilities, permissive MIT license, and minimal dependencies. Active maintenance status and broad framework support make it a safe, low-friction choice for deploying Python web applications. [View on SkillFed](https://skillfed.io/packages/gunicorn) · [View on PyPI](https://pypi.org/project/gunicorn/)