Downloads
Download CodexDNS packages for Linux or run with Docker.
CodexDNS is available as native Linux packages (RPM, APK, DEB) and as Docker images for both Docker Hub and GHCR. Packages are provided for x86_64 / amd64 and ARM64 / aarch64 architectures.
Linux Packages
Loading packages…
Could not load package information.
Try refreshing the page or check back later.
Package builds have not been published yet. Check back after the next release.
Latest: v
older
After downloading, follow the Package Installation guide for step-by-step setup instructions.
Docker
CodexDNS is available on both Docker Hub and GitHub Container Registry (GHCR).
Docker Hub
docker pull marcuoli/codexdns:latest
GitHub Container Registry (GHCR)
docker pull ghcr.io/marcuoli/codexdns:latest
Available Tags
| Tag | Description |
|---|---|
latest | Latest stable release |
0.5.YYYYMMDD.N | Specific version — pin for production |
Quick Start
docker run -d \
--name codexdns \
-p 8080:8080 \
-p 53:53/udp \
-p 53:53/tcp \
-v codexdns-data:/app/data \
-v codexdns-config:/app/config \
-v codexdns-logs:/app/logs \
marcuoli/codexdns:latest
Open the web UI at http://localhost:8080. See the Docker installation guide for the full setup including Docker Compose and configuration options.