# 使用 Homebrew, Nix, winget 安装 tldx

查看 tldx 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install tldx
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:tldx
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/tldx>
- **版本:** 1.5.0
- **来源摘要:** Domain Availability Research Tool
- **主页:** <https://brandonyoung.dev/blog/introducing-tldx/>
- **仓库:** <https://github.com/brandonyoungdev/tldx>
- **上游文档:** <https://github.com/brandonyoungdev/tldx#readme>
- **许可证:** Apache-2.0
- **源码归档:** <https://github.com/brandonyoungdev/tldx/archive/refs/tags/v1.5.0.tar.gz>
- **最后更新:** 2026-06-03T03:53:28Z
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- tldx (cli)
- tldx (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.5.0
- 管理器更新时间: 2026-06-03
- 本地数据: OK
- 上游仓库: https://github.com/brandonyoungdev/tldx
- 检测到的最新版本: v1.5.0 (当前)
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- 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:** 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

## 其他软件包管理器记录

- 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


## 相关链接

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


## 来源

- 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
