# Installer nextdns avec Homebrew, chocolatey, MacPorts, Nix, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nextdns pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:nextdns
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install nextdns
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install nextdns
```

  Preuve: MacPorts ports tree: net/nextdns/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#nextdns
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ne/nextdns/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install nextdns
```

  Preuve: Chocolatey community package catalog: nextdns from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','netfx-4.7.1-devpack'

- Scoop (92%):

```sh
scoop install main/nextdns
```

  Preuve: Scoop official bucket manifest trees: bucket/nextdns.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id NextDNS.NextDNS -e
```

  Preuve: Windows Package Manager source index: NextDNS.NextDNS from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:nextdns
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/nextdns>
- **Version:** 1.47.3
- **Résumé source:** CLI for NextDNS's DNS-over-HTTPS (DoH)
- **Page d'accueil:** <https://nextdns.io>
- **Dépôt:** <https://github.com/nextdns/nextdns>
- **Docs amont:** <https://nextdns.io>
- **Licence:** MIT
- **Archive source:** <https://github.com/nextdns/nextdns/archive/refs/tags/v1.47.3.tar.gz>
- **Dernière mise à jour:** 2026-07-26T19:43:15+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- nextdns (cli)
- nextdns (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.47.3
- gestionnaire mis à jour: 2026-07-26
- données locales: OK
- dépôt amont: https://github.com/nextdns/nextdns
- dernière version détectée: v1.47.3 (à jour)
## Historique du projet et usages

NextDNS CLI is the open source DNS53-to-DNS-over-HTTPS proxy for the NextDNS service. It is aimed at routers and Unix-like systems, while also serving Windows and macOS users who prefer a CLI and an open source client over the GUI app.

### Historique du projet

NextDNS was founded in May 2019 by Romain Cointepas and Olivier Poitrey, and the CLI followed the service's core idea: make encrypted, policy-aware DNS usable not only per browser or per app, but at the device or router boundary. The GitHub repository is written mostly in Go and packages the resolver/proxy, router integrations, install scripts, and platform glue.

### Historique d'adoption

The CLI became a practical choice for people running NextDNS on OpenWrt, Ubiquiti/UniFi, Asuswrt-Merlin, Firewalla, Linux servers, macOS, and Windows. Its adoption is tied to home-network and small-network DNS filtering: users want DoH, local caching, split horizon/conditional forwarding, client identification in logs, and one setup that covers devices that cannot install an app.

The GitHub page showed about 4.1k stars, 242 forks, and 167 releases when researched on July 1, 2026. Homebrew analytics reported 185 installs in 30 days, 476 in 90 days, and 1,452 in 365 days for the formula when queried on the same date.

### Modes d'utilisation

Package nerds install NextDNS CLI when they want the router or host to listen on traditional DNS port 53 and forward queries through encrypted NextDNS endpoints. The installer/config flow asks for a NextDNS profile ID, can configure router mode, can report client information, and can enable local caching.

The interesting usage is not just 'run a DoH client'. NextDNS CLI can mix NextDNS with another DNS provider for split-horizon behavior, integrate with router environments, expose service control commands, and centralize DNS policy for machines that otherwise leak around browser-only DoH settings.

### Pourquoi les passionnés de paquets s'y intéressent

NextDNS CLI is a packaging bridge between privacy DNS SaaS and real network appliances. In av.db, the key enrichment point is that the executable is likely to manage local resolver/service state and profile identifiers in /etc/nextdns.conf rather than storing classic username/password credentials.

### Chronologie

- 2019-05: NextDNS founded in Delaware by Romain Cointepas and Olivier Poitrey.
- 2019: The nextdns/nextdns tag series began with v1.0.0 in the public repository.
- 2026-02-22: GitHub wiki home page revision date observed for CLI documentation.
- 2026-06-03: GitHub page listed nextdns-v1.47.3 as the latest release.
- 2026-07-01: Homebrew formula version observed as 1.47.3, with 1,452 formula installs over the preceding 365-day analytics window.

### Related projects

- NextDNS service
- OpenWrt
- UniFi/UDM
- Asuswrt-Merlin
- Firewalla
- DNS-over-HTTPS

### Sources

- <https://formulae.brew.sh/api/formula/nextdns.json>
- <https://github.com/nextdns/nextdns>
- <https://github.com/nextdns/nextdns/wiki>
- <https://help.nextdns.io/t/y4hmv0n/who-is-behind-nextdns>
- <https://nextdns.io/>
- <https://nextdns.io/install>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal


## Configuration and credential file locations

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.


## Configuration files

- Unix: /etc/nextdns.conf
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nextdns
- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - nextdns: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/nextdns/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - nextdns: normalized package name match | MacPorts ports tree: net/nextdns/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - nextdns: normalized package name match | Chocolatey community package catalog: nextdns from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','netfx-4.7.1-devpack'
- Scoop - main/nextdns: normalized package name match | Scoop official bucket manifest trees: bucket/nextdns.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - NextDNS.NextDNS: normalized package name match | Windows Package Manager source index: NextDNS.NextDNS from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [q](https://pkg.so/fr/brew/q/) - Shares pkgdb curated category or tags: cli, dns, doh, networking.
- [knot-resolver](https://pkg.so/fr/brew/knot-resolver/) - Shares pkgdb curated category or tags: cli, dns, networking, resolver.
- [ldns](https://pkg.so/fr/brew/ldns/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [bind](https://pkg.so/fr/brew/bind/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [knot](https://pkg.so/fr/brew/knot/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [adns](https://pkg.so/fr/brew/adns/) - Shares pkgdb curated category or tags: cli, dns, networking, resolver.
- [pdns](https://pkg.so/fr/brew/pdns/) - Shares pkgdb curated category or tags: cli, dns, networking.
- [massdns](https://pkg.so/fr/brew/massdns/) - Shares pkgdb curated category or tags: cli, dns, networking, resolver.
- [doh](https://pkg.so/fr/brew/doh/) - Local package facts share a topical domain. Shared terms: cli, dns, dns-over-https, doh, https.
- [dns-query](https://pkg.so/fr/npm/dns-query/) - Local package facts share a topical domain. Shared terms: cli, dns, dns-over-https, doh, https.
- [doge](https://pkg.so/fr/brew/doge/) - Local package facts share a topical domain. Shared terms: cli, dns, dns-over-https, https, networking.

## Combined YAML source

View the package source record on GitHub. [combined/nextdns.yml](https://github.com/mxcl/pkgdb/blob/main/combined/nextdns.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
