# 使用 Homebrew, Nix 安装 urx

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

## 安装

```sh
sudo av install brew:urx
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install urx
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#urx
```

  证据: nixpkgs package indexes: pkgs/by-name/ur/urx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:urx
- **软件包管理器:** Homebrew
- **版本:** 0.10.0
- **来源摘要:** Extracts URLs from OSINT Archives for Security Insights
- **主页:** <https://urx.hahwul.com>
- **仓库:** <https://github.com/hahwul/urx>
- **最后更新:** 2026-06-27T04:05:28Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- urx (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.10.0
## 项目历史与用法

urx is a Rust command-line URL collection tool for security reconnaissance. Its official README frames it as a way to collect URLs from OSINT archives such as the Wayback Machine and Common Crawl, then normalize, deduplicate, filter, and export them for security testing and analysis.

### 项目历史

The project entered public release as a small security CLI in 2025, with GitHub releases showing version 0.1.0 published on 2025-03-28 and rapid follow-up releases through 2026. Its design follows the modern bug-bounty and web-application recon workflow: query multiple public URL archives, merge the results, and feed the output into later testing tools.

### 采用历史

The input package metadata lists urx in Homebrew and Nix, which places it in the package-manager path used by security engineers who prefer reproducible CLI installation over cloning source trees. Its README also documents Cargo, Homebrew, source, and Docker installation paths.

### 使用方式

Typical use is pipeline-oriented: run `urx example.com`, pass domains on stdin, choose providers, filter extensions or patterns, output plain text, JSON, or CSV, and optionally cache results. API-keyed providers such as VirusTotal and URLScan can be configured, but the README emphasizes that several archive providers work without keys.

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

For package nerds, urx is notable as a narrowly scoped, single-binary Rust CLI in the OSINT/recon ecosystem. It packages a workflow that was often assembled from shell pipelines and separate archive scrapers into one installable formula.

### 时间线

- 2025-03-28: GitHub release 0.1.0 published.
- 2026-06-27: GitHub release 0.10.0 published.

### Related projects

- The official README names Wayback Machine, Common Crawl, OTX, Arquivo.pt, VirusTotal, URLScan, and GitHub Code Search as URL sources or providers.

### 来源

- <https://github.com/hahwul/urx>
- <https://github.com/hahwul/urx/releases>
- input source_facts.package-manager


## 安全说明

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

- **Geiger 风险:** blue / 中
- 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.


## Credential files

- Unix: $XDG_CONFIG_HOME/urx/provider-config.toml
## 其他软件包管理器记录

- Nix - urx: normalized package name match | nixpkgs package indexes: pkgs/by-name/ur/urx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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