Skip to main content

Gunicorn

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

PyPI version Supported Python versions Build Status

Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.

New in v25: Per-app worker allocation for dirty arbiters, HTTP/2 support (beta)!

Quick Start

pip install gunicorn
gunicorn myapp:app --workers 4

For ASGI applications (FastAPI, Starlette):

gunicorn myapp:app --worker-class asgi

Features

  • WSGI support for Django, Flask, Pyramid, and any WSGI framework
  • ASGI support for FastAPI, Starlette, Quart
  • HTTP/2 support (beta) with multiplexed streams
  • Dirty Arbiters (beta) for heavy workloads (ML models, long-running tasks)
  • uWSGI binary protocol for nginx integration
  • Multiple worker types: sync, gthread, gevent, asgi
  • Graceful worker process management
  • Compatible with Python 3.10+

Documentation

Full documentation at https://gunicorn.org

Community

Support

Powering Python apps since 2010. Support continued development.

Become a Sponsor

Sponsors

Enki Multimedia

License

Gunicorn is released under the MIT License. See the LICENSE file for details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gunicorn-26.2.0.tar.gz (787.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gunicorn-26.2.0-py3-none-any.whl (228.4 kB view details)

Uploaded Python 3

File details

Details for the file gunicorn-26.2.0.tar.gz.

File metadata

  • Download URL: gunicorn-26.2.0.tar.gz
  • Upload date:
  • Size: 787.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for gunicorn-26.2.0.tar.gz
Algorithm Hash digest
SHA256 62b864895d9ebff0b2f9867ba04fe811c93121596540830c9c916d0769668447
MD5 c7a1a922dbf9bf8bc4fe6df851cb8272
BLAKE2b-256 d98ae4ef6ee11701b6cd64702848415ffb69eeff85cb388a3c6c7fe86f22f3f8

See more details on using hashes here.

File details

Details for the file gunicorn-26.2.0-py3-none-any.whl.

File metadata

  • Download URL: gunicorn-26.2.0-py3-none-any.whl
  • Upload date:
  • Size: 228.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for gunicorn-26.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bd249d0b3f7972f7432f0a6b6ff3b3ee2d129f70cd1ff6c09a9dd9e29a2b88e3
MD5 18990f55479df1b2d9381cca8f507c9f
BLAKE2b-256 fe857522a52e5e2f42faf1a129113ab63e548c42e103e9af395b7bfe65e403e2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

26.2.0 This release

2 files

26.1.0

2 files

26.0.0

2 files

25.3.0

2 files

25.2.0

2 files

25.1.0

2 files

25.0.3

2 files

25.0.2

2 files

25.0.1

2 files

25.0.0

2 files

24.1.1

2 files

24.1.0

2 files

24.0.0

2 files

23.0.0

2 files

22.0.0

2 files

21.2.0

2 files

21.1.0

2 files

21.0.1

2 files

21.0.0

2 files

20.1.0

2 files

20.0.4

2 files

20.0.3

2 files

20.0.2

2 files

20.0.1

20.0.0

2 files

19.10.0

2 files

19.9.0

2 files

19.8.1

2 files

19.8.0

2 files

19.7.1

2 files

19.7.0

2 files

19.6.0

2 files

19.5.0

2 files

19.4.5

2 files

19.4.4

2 files

19.4.3

2 files

19.4.2

2 files

19.4.1

2 files

19.4.0

2 files

19.3.0

2 files

19.2.1

2 files

19.2.0

2 files

19.1.1

2 files

19.1.0

2 files

19.0.0

1 file

18.0

2 files

17.5

1 file

0.17.4

1 file

0.17.3

1 file

0.17.2

1 file

0.17.1

1 file

0.17.0

1 file

0.16.1

1 file

0.16.0

1 file

0.15.0

1 file

0.14.6

1 file

0.14.5

1 file

0.14.4

1 file

0.14.3

1 file

0.14.2

1 file

0.14.1

1 file

0.14.0

1 file

0.13.4

1 file

0.13.3

1 file

0.13.2

1 file

0.13.1

1 file

0.13.0

1 file

0.12.2

1 file

0.12.1

1 file

0.12.0

1 file

0.11.2

1 file

0.11.1

1 file

0.11.0

1 file

0.10.1

1 file

0.10.0

1 file

0.9.1

1 file

0.9.0

1 file

0.8.1

1 file

0.8.0

1 file

0.7.2

1 file

0.7.1

1 file

0.7.0

1 file

0.6.6

1 file

0.6.5

1 file

0.6.4

1 file

0.6.3

1 file

0.6.2

1 file

0.6.1

1 file

0.6

1 file

0.5.1

1 file

0.5

1 file

0.4.2

1 file

0.4.1

1 file

0.4

1 file

0.3.2

1 file

0.3.1

1 file

0.3

1 file

0.2.1

1 file

0.2

1 file

0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page