macOS
brew install dnscrypt-proxylocal Homebrew formula metadata
sudo port install dnscrypt-proxyMacPorts ports tree · net/dnscrypt-proxy/Portfile · source: api.github.com
brew
Secure communications between a client and a DNS resolver. Version 2.1.16 via Homebrew; verified 2026-05-24.
install
brew install dnscrypt-proxylocal Homebrew formula metadata
sudo port install dnscrypt-proxyMacPorts ports tree · net/dnscrypt-proxy/Portfile · source: api.github.com
sudo apk add dnscrypt-proxyAlpine Linux edge package indexes · dnscrypt-proxy · source: dl-cdn.alpinelinux.org
sudo apt install dnscrypt-proxyDebian stable package indexes · dnscrypt-proxy · source: deb.debian.org
sudo dnf install dnscrypt-proxyFedora Rawhide package metadata · dnscrypt-proxy · source: dl.fedoraproject.org
nix profile install nixpkgs#dnscrypt-proxynixpkgs package indexes · pkgs/by-name/dn/dnscrypt-proxy/package.nix · source: api.github.com
sudo pacman -S dnscrypt-proxyArch Linux sync databases · dnscrypt-proxy · source: geo.mirror.pkgbuild.com
sudo zypper install dnscrypt-proxyopenSUSE Tumbleweed package metadata · dnscrypt-proxy · source: download.opensuse.org
choco install dnscrypt-proxyChocolatey community package catalog · dnscrypt-proxy · source: community.chocolatey.org
scoop install main/dnscrypt-proxyScoop official bucket manifest trees · bucket/dnscrypt-proxy.json · source: api.github.com
winget install --id DNSCrypt.dnscrypt-proxy -eWindows Package Manager source index · DNSCrypt.dnscrypt-proxy · source: cdn.winget.microsoft.com
overview
Secure communications between a client and a DNS resolver
history
dnscrypt-proxy is the long-running client proxy for encrypted DNS in the DNSCrypt project. It sits between local applications and upstream resolvers, giving package-manager users a daemonized way to use DNSCrypt and related encrypted-DNS transports without changing every application.
The project grew out of DNSCrypt, a protocol for authenticating communication between DNS clients and resolvers. The DNSCrypt project documents the protocol as a way to protect DNS traffic from spoofing and tampering, and dnscrypt-proxy became the practical client-side program that made that protocol usable on Unix-like systems, Windows, and package-managed desktops.
The modern dnscrypt-proxy repository is written in Go and presents itself as a flexible DNS proxy rather than a single-protocol experiment. Its documentation and repository cover DNSCrypt, DNS-over-HTTPS, relay support, filtering, caching, and service installation, which is why it has remained the default packaged client for users who want encrypted recursive DNS without running a full resolver stack.
dnscrypt-proxy has unusually broad package-manager coverage for a DNS privacy daemon: it appears in Homebrew, Debian and Ubuntu, Fedora/DNF, Arch, Alpine, MacPorts, Nix, Chocolatey, Scoop, Winget, and openSUSE-style packaging. That spread reflects both the cross-platform Go implementation and the recurring sysadmin need for a local encrypted-DNS forwarder.
The project also became part of a wider DNS privacy ecosystem around public resolver lists, DNS stamp configuration, and anonymized DNS relays. Those surrounding lists and conventions matter to adoption because they let packaged clients work from shared resolver metadata rather than hard-coded vendor endpoints.
Typical use is to run dnscrypt-proxy as a local service listening on localhost or a LAN address, then point the operating system, dnsmasq, Unbound, or another resolver toward it. The package is popular with users who want encrypted upstream DNS, filtering, cache control, and resolver selection from a single small daemon.
In package-manager culture, dnscrypt-proxy is also the command-line counterpart to GUI DNS privacy settings: it gives power users a text configuration file, service manager integration, and auditable resolver lists.
dnscrypt-proxy is significant because it carried DNSCrypt from protocol idea to reinstallable infrastructure component. It is the package people reach for when they want encrypted DNS as a local Unix service rather than as a browser feature.
It also marks the period when DNS privacy packaging stopped being just resolver software and started including local forwarders, public resolver metadata, relay lists, and policy knobs such as filtering and blocklists.
security posture
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
dnscrypt-proxy.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dnscrypt-proxy | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/DNSCrypt/dnscrypt-proxy
install metadata
| Package key | brew:dnscrypt-proxy |
|---|---|
| Version | 2.1.16 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dnscrypt-proxy |
| Homepage | https://dnscrypt.info |
| Repository | https://github.com/DNSCrypt/dnscrypt-proxy |
| Upstream docs | https://dnscrypt.info/ |
| License | ISC |
| Source archive | https://github.com/DNSCrypt/dnscrypt-proxy/archive/refs/tags/2.1.16.tar.gz |
| Last updated | 2026-05-24T09:51:37Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | After starting dnscrypt-proxy, you will need to point your local DNS server to 127.0.0.1. You can do this by going to System Preferences > "Network" and clicking the "Advanced..." button for your interface. You will see a "DNS" tab where you can click "+" and enter 127.0.0.1 in the "DNS Servers" section. By default, dnscrypt-proxy runs on localhost (127.0.0.1), port 53, balancing traffic across a set of resolvers. If you would like to change these settings, you will have to edit the configuration file: $HOMEBREW_PREFIX/etc/dnscrypt-proxy.toml To check that dnscrypt-proxy is working correctly, open Terminal and enter the following command. Replace en1 with whatever network interface you're using: sudo tcpdump -i en1 -vvv 'port 443' You should see a line in the result that looks like this: resolver.dnscrypt.info |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dnscrypt-proxy |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dnscrypt-proxy 2.1.8+ds1-1+b4
Flexible DNS proxy, with support for encrypted DNS protocols
https://github.com/DNSCrypt/dnscrypt-proxy
sudo apt install dnscrypt-proxydnscrypt-proxy
nix profile install nixpkgs#dnscrypt-proxydnscrypt-proxy 2.0.45+ds1-1.2
Flexible DNS proxy, with support for encrypted DNS protocols
https://github.com/DNSCrypt/dnscrypt-proxy
sudo apt install dnscrypt-proxydnscrypt-proxy 2.1.16-r0
Secure communication to DNS resolvers
sudo apk add dnscrypt-proxydnscrypt-proxy-doc 2.1.16-r0
Secure communication to DNS resolvers (documentation)
sudo apk add dnscrypt-proxy-docdnscrypt-proxy-openrc 2.1.16-r0
Secure communication to DNS resolvers (OpenRC init scripts)
sudo apk add dnscrypt-proxy-openrcdnscrypt-proxy-setup 2.1.16-r0
Script for setting up dnscrypt proxy
sudo apk add dnscrypt-proxy-setupdnscrypt-proxy 2.1.14-6.fc44
Flexible DNS proxy, with support for encrypted DNS protocols
https://github.com/dnscrypt/dnscrypt-proxy
sudo dnf install dnscrypt-proxydnscrypt-proxy 2.1.16-1
A flexible DNS proxy, with support for encrypted DNS protocols
https://github.com/DNSCrypt/dnscrypt-proxy
sudo pacman -S dnscrypt-proxydnscrypt-proxy 2.1.16-1.1
A tool for securing communications between a client and a DNS resolver
sudo zypper install dnscrypt-proxydnscrypt-proxy
sudo port install dnscrypt-proxydnscrypt-proxy
choco install dnscrypt-proxymain/dnscrypt-proxy
scoop install main/dnscrypt-proxyDNSCrypt.dnscrypt-proxy
winget install --id DNSCrypt.dnscrypt-proxy -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.