macOS
brew install uwsgilocal Homebrew formula metadata
brew
Full stack for building hosting services. Version 2.0.31 via Homebrew; verified 2026-07-05.
install
brew install uwsgilocal Homebrew formula metadata
sudo apk add uwsgiAlpine Linux edge package indexes · uwsgi · source: dl-cdn.alpinelinux.org
sudo apt install uwsgiDebian stable package indexes · uwsgi · source: deb.debian.org
sudo dnf install python3-uwsgidecoratorsFedora Rawhide package metadata · python3-uwsgidecorators · source: dl.fedoraproject.org
nix profile install nixpkgs#uwsginixpkgs package indexes · pkgs/by-name/uw/uwsgi/package.nix · source: api.github.com
sudo pacman -S uwsgiArch Linux sync databases · uwsgi · source: geo.mirror.pkgbuild.com
sudo apt install libapache2-mod-ruwsgiUbuntu 24.04 LTS package indexes · libapache2-mod-ruwsgi · source: archive.ubuntu.com
sudo zypper install apache2-mod_uwsgiopenSUSE Tumbleweed package metadata · apache2-mod_uwsgi · source: download.opensuse.org
overview
Full stack for building hosting services
history
uWSGI is an application-server container and hosting stack best known in Python deployment for serving WSGI applications behind web servers such as nginx. Its official documentation presents it as a full stack for hosting services: application servers, proxies, process managers, monitors, plugins, gateways, and the Emperor instance manager.
The uWSGI documentation says the project has had users and contributors since 2009 and that the WSGI part of the name is a tribute to Python's Web Server Gateway Interface because WSGI was the first developed plugin. The docs also note that, despite the name, the project grew into a pluggable multi-language hosting system rather than only a Python WSGI server.
uWSGI's architecture evolved around a shared core and plugins. The official index lists request plugins for WSGI, PSGI, Rack, Lua WSAPI, CGI, PHP, Go, gateways for load balancers and routers, loop engines for preforking, threaded, async/evented, and green-thread modes, and the Emperor for managing many instances.
The official project page currently marks uWSGI as being in maintenance mode, with bug fixes and updates for new language APIs rather than rapid feature development. Recent changelog files in the official documentation repository label modern releases as maintenance releases.
uWSGI became a staple of classic Python web deployment because it connected Python WSGI applications to production web servers and process-management patterns. Official quickstarts and tutorials document Django/nginx setups, Heroku usage, systemd, Upstart, Circus, socket activation, logging, graceful reloads, and many operational modes.
Its adoption also spread beyond Python through plugins and protocol support. The Rack quickstart, for example, explains Ruby/Rack operation, modular distribution packages, nginx integration through the uwsgi protocol, process/thread concurrency, and config-file usage.
The package-nerd usage is usually a system or Homebrew package providing the `uwsgi` executable, with deployments configured through command-line flags or config files in INI, XML, JSON, YAML, and other supported formats. Operators often place uWSGI behind nginx or another front server, run multiple workers, enable the master process, and manage reload behavior.
uWSGI is also a source-build and distro-packaging story. The official build-system docs explain that its build approach dates to 2009 project guidelines and intentionally depends mainly on a C compiler and a Python interpreter, a choice made for sysadmin-oriented source builds and fast project evolution.
uWSGI is significant because it represents the older, operations-heavy side of Python packaging: C extensions, plugin builds, distro-specific modular packages, protocol integration, service managers, config formats, and long-running daemon behavior. It is less fashionable than newer ASGI servers, but it remains a key package in the history of Python deployment tooling.
For maintainers, uWSGI is a reminder that packaging an application server is not just placing a binary on PATH. The package has to account for plugins, language headers, compiler behavior, web-server integration, security fixes, service managers, and maintenance releases across operating systems.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
uwsgi | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://uwsgi-docs.readthedocs.io/en/latest/
install metadata
| Package key | brew:uwsgi |
|---|---|
| Version | 2.0.31 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/uwsgi |
| Homepage | https://uwsgi-docs.readthedocs.io/en/latest/ |
| Repository | https://github.com/unbit/uwsgi |
| Upstream docs | https://uwsgi-docs.readthedocs.io/en/latest |
| License | GPL-2.0-or-later |
| Source archive | https://files.pythonhosted.org/packages/9f/49/2f57640e889ba509fd1fae10cccec1b58972a07c2724486efba94c5ea448/uwsgi-2.0.31.tar.gz |
| Last updated | 2026-07-05T03:36:31Z |
| Pulse | updated |
| Dependencies | jansson, openssl@3, pcre2, python@3.14, sqlite |
| Build dependencies | pkgconf |
| Uses from macOS | curl, libxcrypt, libxml2, openldap, perl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | uwsgi |
| Version Scheme | 0 |
| Revision | 2 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
uwsgi 2.0.28-9
fast, self-healing application container server
http://projects.unbit.it/uwsgi/
sudo apt install uwsgiuwsgi-core 2.0.28-9
fast, self-healing application container server (core)
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-coreuwsgi-dev 2.0.28-9
fast, self-healing application container server (headers)
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-devuwsgi-emperor 2.0.28-9
fast, self-healing application container server (emperor scripts)
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-emperoruwsgi-extra 2.0.28-9
fast, self-healing application container server (extra files)
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-extrauwsgi-plugin-alarm-curl 2.0.28-9
cURL alarm plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-alarm-curluwsgi-plugin-alarm-xmpp 2.0.28-9
XMPP alarm plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-alarm-xmppuwsgi-plugin-curl-cron 2.0.28-9
cron cURL plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-curl-cronuwsgi-plugin-emperor-pg 2.0.28-9
Emperor PostgreSQL plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-emperor-pguwsgi-plugin-geoip 2.0.28-9
GeoIP plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-geoipuwsgi-plugin-graylog2 2.0.28-9
graylog2 plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-graylog2uwsgi-plugin-ldap 2.0.28-9
LDAP plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-ldapuwsgi-plugin-router-access 2.0.28-9
Access router plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-router-accessuwsgi-plugin-sqlite3 2.0.28-9
SQLite 3 configurations plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-sqlite3uwsgi-plugin-xslt 2.0.28-9
XSLT request plugin for uWSGI
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-plugin-xsltuwsgi-src 2.0.28-9
sources for uWSGI plugins
http://projects.unbit.it/uwsgi/
sudo apt install uwsgi-srcsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.