# Install tldx with Homebrew, Nix, winget

Domain Availability Research Tool. Version 1.5.0 via Homebrew; verified 2026-06-03.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install tldx
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:tldx
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/tldx>
- **Version:** 1.5.0
- **Source summary:** Domain Availability Research Tool
- **Homepage:** <https://brandonyoung.dev/blog/introducing-tldx/>
- **Repository:** <https://github.com/brandonyoungdev/tldx>
- **Upstream docs:** <https://github.com/brandonyoungdev/tldx#readme>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.5.0.tar.gz>
- **Last updated:** 2026-06-03T03:53:28Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- tldx (cli)
- tldx (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.5.0
- Package-manager updated: 2026-06-03
- Local data: ok
- Upstream repository: https://github.com/brandonyoungdev/tldx
- Upstream latest detected: v1.5.0 (current)
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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
## Source Database Details

- **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

## Other Package-Manager Records

- 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


## Related links

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