APISIX®
A dynamic, real-time, high-performance API gateway.
Apache APISIX releases
Download official Apache APISIX source releases, verify their signatures, and find archived versions.
Release artifacts are distributed through Apache mirrors. Each source archive includes detached signatures and SHA-512 checksums.
A dynamic, real-time, high-performance API gateway.
APISIX Ingress Controller for Kubernetes.
Runs Apache APISIX plugins written in Java. Implemented as a sidecar that accompanies Apache APISIX.
Runs Apache APISIX plugins written in Go. Implemented as a sidecar that accompanies Apache APISIX.
Runs Apache APISIX plugins written in Python. Implemented as a sidecar that accompanies Apache APISIX.
Find previous APISIX releases in the Apache archive. Releases from the incubation period are kept in a separate archive.
Download the KEYS file and the matching ASC signature from the main Apache distribution directory, then verify the source archive before installing it.
Import the signing keys
gpg -i KEYS
# or
pgpk -a KEYS
# or
pgp -ka KEYS Verify a source archive
gpg --verify apache-apisix-********.asc apache-apisix-********
# or
pgpv apache-apisix-********.asc apache-apisix-********