# Installer tldx avec Homebrew, Nix, winget

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

## installation

```sh
sudo av install brew:tldx
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tldx
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tldx
```

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

### Windows

- winget (92%):

```sh
winget install --id brandonyoungdev.tldx -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:tldx
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/tldx>
- **Version:** 1.5.0
- **Résumé source:** Domain Availability Research Tool
- **Page d'accueil:** <https://brandonyoung.dev/blog/introducing-tldx/>
- **Dépôt:** <https://github.com/brandonyoungdev/tldx>
- **Docs amont:** <https://github.com/brandonyoungdev/tldx#readme>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.5.0.tar.gz>
- **Dernière mise à jour:** 2026-06-03T03:53:28Z
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- tldx (cli)
- tldx (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-07-08
- version du gestionnaire: 1.5.0
- gestionnaire mis à jour: 2026-06-03
- données locales: OK
- dépôt amont: https://github.com/brandonyoungdev/tldx
- dernière version détectée: v1.5.0 (à jour)
## Historique du projet et usages

tldx is a Go command-line tool for brainstorming available domain names by combining keywords with prefixes, suffixes, TLD sets, regex-generated names, and concurrent RDAP availability checks.

### Historique du projet

The author's official introduction, dated 2025-05-31, says tldx was built to make domain-name search faster and less annoying for side projects by running checks locally. The README frames the tool as fast domain brainstorming with keyword permutations and availability filtering.

The ChangeLog shows a rapid first public release cycle around 2025-05-31 and 2025-06-01, followed by v1.1.0 adding formatted output, RDAP as the primary domain-ownership source with whois and DNS fallbacks, and TLD presets. Later releases added file input, MCP support, and custom presets.

### Historique d'adoption

tldx is young compared with the other tools in this batch, but it maps neatly to modern terminal culture: indie hackers, technical founders, and developers checking many naming candidates quickly. The official blog explicitly names technical founders, indie hackers, and naming brainstorms as target users.

The supplied package-manager facts show Homebrew, Nix, and winget availability. That package spread makes sense for a single-binary Go CLI intended for quick installation across developer laptops.

### Modes d'utilisation

Users pass one or more keywords and optionally choose prefixes, suffixes, TLDs, presets, regex generation, output format, input file or stdin, and only-available filtering. The README documents text, JSON, JSON stream, JSON array, CSV, and grouped output modes.

For package nerds, tldx is interesting as a purpose-built network CLI that wraps RDAP, DNS, and whois behavior into a composable terminal workflow, with config limited to reusable TLD presets.

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

tldx is significant in a smaller modern-CLI sense: it packages a web-search-adjacent workflow into a local, scriptable binary with structured outputs and package-manager distribution.

Its later MCP server support also shows how recent CLI tools increasingly expose both human terminal workflows and agent-facing command surfaces.

### Chronologie

- 2025-05-31: Official introduction published by the author.
- 2025-06-01: ChangeLog lists 1.0.0.
- 2025-06-05: ChangeLog lists v1.1.0 with RDAP primary source, output formatting, and TLD presets.
- 2025-07-18: ChangeLog lists v1.3.0 adding file input.
- 2026-05-24: ChangeLog lists v1.4.0 adding MCP support.
- 2026-06-03: ChangeLog lists v1.5.0 adding custom presets.

### Related projects

- RDAP is the primary availability-checking protocol documented in the README and ChangeLog.
- DNS and whois are documented fallback mechanisms for domain ownership checks.
- Model Context Protocol support is provided by the tldx mcp command in newer versions.

### Sources

- <https://brandonyoung.dev/blog/introducing-tldx/ official author introduction, motivation, features, target users, and install notes>
- <https://github.com/brandonyoungdev/tldx README for current feature set, usage, formats, presets, and config path>
- <https://github.com/brandonyoungdev/tldx/blob/main/CHANGELOG.md for release chronology and feature additions>
- source_facts.package-manager for Homebrew, Nix, and winget packaging


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## 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: ~/.config/tldx/presets.toml
- Windows: %APPDATA%\tldx\presets.toml
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tldx
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - tldx: normalized package name match | nixpkgs package indexes: pkgs/by-name/tl/tldx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - brandonyoungdev.tldx: normalized package name match | Windows Package Manager source index: brandonyoungdev.tldx from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [domain-check](https://www.automicvault.com/fr/pkg/brew/domain-check/) - Shares av.db curated category or tags: cli, dns, networking, rdap, whois.
- [icann-rdap](https://www.automicvault.com/fr/pkg/brew/icann-rdap/) - Shares av.db curated category or tags: cli, dns, networking, rdap, whois.
- [whois](https://www.automicvault.com/fr/pkg/brew/whois/) - Shares av.db curated category or tags: cli, dns, domains, networking, whois.
- [adns](https://www.automicvault.com/fr/pkg/brew/adns/) - Shares av.db curated category or tags: cli, dns, networking.
- [aliddns](https://www.automicvault.com/fr/pkg/brew/aliddns/) - Shares av.db curated category or tags: cli, dns, networking.
- [bind](https://www.automicvault.com/fr/pkg/brew/bind/) - Shares av.db curated category or tags: cli, dns, networking.
- [blocky](https://www.automicvault.com/fr/pkg/brew/blocky/) - Shares av.db curated category or tags: cli, dns, networking.
- [c-ares](https://www.automicvault.com/fr/pkg/brew/c-ares/) - Shares av.db curated category or tags: cli, dns, networking.

## Combined YAML source

View the package source record on GitHub. [combined/tldx.yml](https://github.com/automic-vault/db/blob/main/combined/tldx.yml)


## Sources

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