Pick your integration. Install in a few minutes.
Install and run it unlicensed to evaluate — it fully optimizes either way. Production use requires a commercial license — but the software never locks you out.
After install, open the admin console at /pagespeed_global_admin on your server, then activate a license you already own or purchase one from the same page.
ASP.NET Core, Apache, nginx, IIS & Docker
Every way to run it, in one place. mod_pagespeed 1.15 installs as a native in-process module (Apache, nginx, IIS) or an ASP.NET Core sidecar; ModPageSpeed 2.0 runs as ASP.NET Core middleware or a Docker reverse proxy in front of nginx. Each card shows which product it is and how it integrates.
v1.15.0 see release notes
ASP.NET Core
ModPageSpeed 2.0NuGet middleware
Two lines in Program.cs add the optimization pipeline to any ASP.NET Core app. Runs in-process — no sidecar, no Docker.
.NET 8 or .NET 10 on Windows, Linux, or macOS.
Install guide
ASP.NET Core Sidecar
mod_pagespeed 1.15NuGet · Linux
WeAmp.PageSpeed.Sidecar adds the 1.15 module to your Kestrel app via middleware, with a bundled nginx optimizer on loopback behind it. One dotnet add package pulls the native binaries.
Now GA. Want the classic 1.x nginx-module behavior under .NET? Start here.
.NET 8 or .NET 10 on Linux (linux-x64, linux-arm64).
Sidecar guide
Apache
mod_pagespeed 1.15Native module
apt-get install on Debian and Ubuntu. RPM for RHEL-family systems. Drop-in replacement for the open-source build.
Debian 11, Debian 12, Ubuntu 22.04, Ubuntu 24.04, RHEL 9, AlmaLinux 9, Rocky 9, Apache 2.4+
Install guide
nginx
mod_pagespeed 1.15Native module
Prebuilt signed dynamic module via packages.modpagespeed.com / apt for Debian and Ubuntu, pinned to each distro's stock nginx. Loads alongside your existing nginx binary — no rebuild, no traffic detour.
Debian 11/12/13, Ubuntu 22.04/24.04, amd64 + arm64. Each module is pinned to its distro's exact stock nginx — running a different nginx version? Contact us for a matching build.
Install guide
IIS
mod_pagespeed 1.15Native module
MSI installer for Windows Server. Enable in IIS Manager, iisreset, and the optimization pipeline is live.
Running IISpeed? Uninstall it first — both modules cannot coexist on the same host.
Windows Server 2019 or later, IIS 10+, x64
Install guide
nginx (Docker)
ModPageSpeed 2.0Reverse proxy
Run the 2.0 worker as a Docker container in front of nginx. Same optimization pipeline, zero changes to your nginx binary or config.
Greenfield deployments and teams that prefer container-native ops should start here.
Any host with Docker 24+ (Linux, macOS, Windows). nginx version irrelevant — runs as a sidecar.
Install guide
Direct downloads
v1.15.0+r10Mirrored from our archive — no GitHub account needed. Verify with the published SHA256SUMS or the GPG signing key.
Apache
- Debian/Ubuntu (amd64)
.deb - Debian/Ubuntu (arm64)
.deb - RHEL family (x86_64)
.rpm - RHEL family (aarch64)
.rpm - Module only (x86_64)
.so - Module only (aarch64)
.so
Prefer a managed repo? Use the signed apt / yum repository for one-line install and automatic updates. On cPanel, see the cPanel / EasyApache 4 guide.
IIS (Windows)
Each binary is GPG-signed; .asc next to every file (e.g. …msi.asc). nginx is GA — install it from the signed apt / yum repository. Need debug symbols? Contact us.
Two products. Pick by deployment fit.
Want a native HTTP-server module? mod_pagespeed 1.15 v1.15.0 covers Apache, nginx, and IIS, plus experimental Envoy and Apache Traffic Server ports. ModPageSpeed 2.0 v2.0.28 integrates as ASP.NET Core middleware or an nginx reverse proxy.
IISpeed customer? Your free license transfers to either product. Stay native inside IIS with mod_pagespeed 1.15, or move to ModPageSpeed 2.0 for ASP.NET Core. Claim your free license.
How billing works
- Pricing
- License purchased through FastSpring from inside the product console. Licensed per site: Business is $99/site/month or $79/site/month billed annually, with unlimited servers per site. Starter is $99/year or $12/month for one site, up to two servers. No per-request fees, no bandwidth metering.
- Evaluation
-
Install and run unlicensed for as long as you need to evaluate — the product fully
optimizes and adds an
X-PageSpeed-Warn: unlicensedheader. When you buy, the subscription is billed immediately through FastSpring. Production use requires a commercial license — but the software never locks you out. - Activation
- Ed25519-signed license token, delivered by email. Set it as an environment variable. Signature validation runs offline at startup; subscription state refreshes every 12 hours.
- Hosting
- Runs on your servers. No third-party proxy, no CDN dependency, no external service in your request path. Source publication under BSL 1.1 is on the roadmap.