Free APT repository · 50+ packages · No registration
Performance-optimized packages for Debian & Ubuntu servers
Get the latest versions of NGINX, Angie, OpenSSL, Postfix, Dovecot, ModSecurity and 50+ other packages — compiled with -O3 -flto and features not available in the official repositories.
# Installs GPG key, APT source and pinning in one step
$ wget https://deb.myguard.nl/pool/myguard.deb
$ dpkg -i myguard.deb
$ apt-get update && apt-get install nginx
Works on Debian 11/12/13 and Ubuntu 22.04/24.04/26.04 · Manual setup →
The official Debian and Ubuntu repositories prioritize stability over features. This repository fills the gap for production servers that need both.
// performance
Compiler-optimized binaries
All packages compiled with -O3 -flto flags and linked against jemalloc or mimalloc for improved memory efficiency under load.
// features
Modules not in official repos
HTTP/3 and QUIC for NGINX and Angie, Brotli compression, ModSecurity WAF, OpenSSL+QUIC — features that require custom compilation are included out of the box.
// freshness
Latest upstream versions
Packages track upstream releases rather than Debian stable freezes. Get NGINX mainline, the newest Dovecot, and current Rspamd without backport delays.
// security
Security-first defaults
Packages include php-snuffleupagus, ModSecurity with the Core Rule Set, and modern TLS configurations enabled by default for production hardening.
// containers
Docker & Kubernetes ready
Daily-rebuilt Docker images for NGINX and Angie with all modules included. Designed for containerized and Kubernetes deployments.
// trust
GPG-signed packages
All packages are GPG-signed. The repository uses modern signed-by APT configuration for verified, tamper-proof delivery.
Featured packages
A selection of the most-used packages in this repository. The full list covers 50+ packages across web, mail, security, and system utilities.
nginx
Mainline release with HTTP/3, QUIC, Brotli, ModSecurity, and all standard modules
HTTP/3
angie
Drop-in NGINX replacement with native ACME support (no Certbot needed) and extended metrics
HTTP/3ACME
apache2
Latest Apache HTTP Server compiled with OpenSSL3
openssl
OpenSSL with QUIC patches applied for HTTP/3 support in NGINX and other tools
QUIC
postfix
Latest Postfix release with modern TLS and SRS support for production mail servers
Mail
dovecot
Latest Dovecot IMAP/POP3 server with Sieve plugin included
Mail
rspamd
Fast spam filtering system for Postfix and Dovecot deployments
Mail
libmodsecurity3
ModSecurity WAF library with the OWASP Core Rule Set for NGINX and Apache
WAF
libbrotli
Google Brotli compression library, required for NGINX Brotli module
Compression
redis
Latest Redis release for caching and session storage
Cache
libfido2
FIDO2 library for hardware key support (YubiKey) in OpenSSH and other tools
What makes these packages different from official Debian/Ubuntu packages?
The official Debian repositories freeze package versions for stability. This repository builds packages from the latest upstream releases and compiles them with -O3 -flto compiler flags, includes extra modules (such as HTTP/3 QUIC for NGINX), and ships features not available in official repos.
Is NGINX compiled with HTTP/3 and QUIC support?
Yes. The NGINX packages here are compiled against OpenSSL+QUIC, enabling HTTP/3 support. This requires custom compilation and is not available in the official Debian or Ubuntu NGINX packages. The Angie packages also include HTTP/3 support.
What is Angie and how does it compare to NGINX?
Angie is a fork of NGINX maintained by former NGINX core developers. It’s a drop-in replacement that adds native ACME (Let’s Encrypt) support without needing Certbot, extended Prometheus metrics, and other improvements. Both are available in this repository.
Will installing packages from this repo break my system?
No. APT pinning (configured automatically when using myguard.deb) ensures packages from this repository take priority only where intentionally installed. Standard Debian/Ubuntu packages are not affected.
Is this repository free to use?
Yes, completely free with no registration required. If you find it useful, a donation via PayPal (nomad @ paranoid.nl) helps cover server costs. Bug reports and contributions are welcome on GitHub.