# open-source nginx repository — debian & ubuntu

The latest nginx,
packaged for you.

A drop-in repository that ships nginx mainline the day it lands — TLS 1.3, HTTP/3, Brotli & Zstd, GeoIP2 and ACME, prebuilt and maintained so you never compile again.

nginx 1.31.3/OpenSSL 4.0.1/open source
install.sh
# enable the repository (extrepo — debian only)
$ sudo extrepo enable n.wtf
$ sudo apt update
# install nginx with the extras
$ sudo apt install nginx-extras
$ nginx -V
nginx version: nginx-n.wtf/1.31.3
built with OpenSSL 4.0.1
$
01

Always mainline

We track the newest nginx mainline release and publish it the moment it drops. No compiling, no waiting on your distro.

02

TLS 1.3, everywhere

OpenSSL 4 is statically linked, so TLS 1.3 and HTTP/3 work even on distributions whose system OpenSSL can't keep up.

03

Batteries included

Brotli, Zstandard, QUIC + HTTP/3, GeoIP2, ACME and a dozen more modules, prebuilt into the full and extras flavors.

Install

Pick your platform. Every method pulls signed packages and gives you rolling nginx updates through apt.

Read the full guide
install.sh
# enable the repo via extrepo (Debian only)
sudo apt update && sudo apt install extrepo -y
sudo extrepo enable n.wtf
# install the latest nginx
sudo apt update && sudo apt install nginx-extras -y

What's inside

Everything from the Debian & Ubuntu official builds, plus these.

runs on — Debian Stable · OldStable  /  Ubuntu LTS  /  Docker amd64 · arm64All features & supported OS

Ship the latest nginx today.

One line to enable the repo, one to install. Updates are handled from there.