# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, winget 安装 urlscan

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

## 安装

```sh
sudo av install brew:urlscan
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install urlscan
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install urlscan
```

  证据: MacPorts ports tree: mail/urlscan/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add urlscan
```

  证据: Alpine Linux edge package indexes: urlscan from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install urlscan
```

  证据: Debian stable package indexes: urlscan from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install urlscan
```

  证据: Fedora Rawhide package metadata: urlscan from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#urlscan
```

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

- pacman (92%):

```sh
sudo pacman -S urlscan
```

  证据: Arch Linux sync databases: urlscan from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install urlscan
```

  证据: openSUSE Tumbleweed package metadata: urlscan from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id Urlscan.urlscan-cli -e
```

  证据: Windows Package Manager source index: Urlscan.urlscan-cli from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:urlscan
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/urlscan>
- **版本:** 1.0.9
- **来源摘要:** View/select the URLs in an email message or file
- **主页:** <https://github.com/firecat53/urlscan>
- **仓库:** <https://github.com/firecat53/urlscan>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://files.pythonhosted.org/packages/88/96/10143ccf034ce03a92e299530d877862c3db59de4dc1fecbf5dc6c73960e/urlscan-1.0.9.tar.gz>
- **最后更新:** 2026-06-06T21:15:35Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- urlscan (cli)
- urlscan (别名)

## 依赖

- python@3.14

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.0.9
- 管理器更新时间: 2026-06-06
- 本地数据: OK
- 上游仓库: https://github.com/firecat53/urlscan
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

urlscan is a terminal URL selector for email messages and text files, especially for users of mutt and similar terminal mail readers. Its README describes it as a replacement for urlview, with added parsing, context display, configurable keybindings, and command execution.

### 项目历史

The project credits Daniel Burrows as the original author, Maxime Chatelle as Debian maintainer, and Scott Hansen as author and maintainer. The public GitHub repository was created in 2011 and continues the classic terminal-mail workflow of piping a message into a curses-style selector and opening or copying selected URLs.

### 采用历史

The input package-manager matrix shows urlscan packaged across Homebrew, Debian, Ubuntu, Fedora/dnf, Arch/pacman, openSUSE/zypper, MacPorts, Nix, Alpine/apk, and Windows winget. That breadth fits its role as a small but durable utility for terminal email users.

### 使用方式

The documented mutt integration binds a macro that pipes the current message to urlscan. Once open, users can search incrementally, queue multiple URLs, choose webbrowser or xdg-open handling, copy URLs to the clipboard, or pass the selected URL to another command.

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

urlscan matters in the package-nerd niche because it is a tiny workflow tool that distributions can ship once and many terminal users can compose with mutt, neomutt, shell pipes, xdg-open, and clipboard utilities.

### 时间线

- 2011-09-27: Public GitHub repository created.
- 2010s: README credits Daniel Burrows' original work and positions urlscan as a urlview replacement.
- 2026-06-05: GitHub release metadata records version 1.0.9.

### Related projects

- The README explicitly compares urlscan with urlview and lists Python urwid as a runtime requirement.

### 来源

- GitHub repository metadata: https://api.github.com/repos/firecat53/urlscan
- Input source_facts.package-manager lists cross-distribution packaging.
- Official README: https://raw.githubusercontent.com/firecat53/urlscan/main/README.md
- Official manpage source: https://github.com/firecat53/urlscan/blob/main/urlscan.1


## 安全说明

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/urlscan/config.json
## 源数据库详情

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

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

- Debian apt - urlscan - 1.0.3-1: normalized package name match | Debian stable package indexes: urlscan from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Extract and browse the URLs contained in an email (urlview replacement) | https://github.com/firecat53/urlscan
- Nix - urlscan: normalized package name match | nixpkgs package indexes: pkgs/by-name/ur/urlscan/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - urlscan - 0.9.9-1: normalized package name match | Ubuntu 24.04 LTS package indexes: urlscan from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Extract and browse the URLs contained in an email (urlview replacement) | https://github.com/firecat53/urlscan
- apk - urlscan - 1.0.7-r1: normalized package name match | Alpine Linux edge package indexes: urlscan from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Mutt and terminal url selector (similar to urlview) | https://github.com/firecat53/urlscan
- apk - urlscan-doc - 1.0.7-r1: normalized package name match | Alpine Linux edge package indexes: urlscan-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Mutt and terminal url selector (similar to urlview) (documentation) | https://github.com/firecat53/urlscan
- apk - urlscan-pyc - 1.0.7-r1: normalized package name match | Alpine Linux edge package indexes: urlscan-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for urlscan | https://github.com/firecat53/urlscan
- dnf - urlscan - 1.0.9-2.fc45: normalized package name match | Fedora Rawhide package metadata: urlscan from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Extract and browse the URLs contained in an email (urlview replacement) | https://github.com/firecat53/urlscan
- pacman - urlscan - 1.0.9-1: normalized package name match | Arch Linux sync databases: urlscan from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Mutt and terminal url selector | https://github.com/firecat53/urlscan
- zypper - urlscan - 1.0.9-1.2: normalized package name match | openSUSE Tumbleweed package metadata: urlscan from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An other URL extractor/viewer | https://github.com/firecat53/urlscan
- MacPorts - urlscan: normalized package name match | MacPorts ports tree: mail/urlscan/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - Urlscan.urlscan-cli: normalized package name match | Windows Package Manager source index: Urlscan.urlscan-cli from https://cdn.winget.microsoft.com/cache/source.msix


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://pkg.so/zh-hans/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [mutt](https://pkg.so/zh-hans/brew/mutt/) - Shares pkgdb curated category or tags: cli, email, productivity, terminal.
- [neomutt](https://pkg.so/zh-hans/brew/neomutt/) - Shares pkgdb curated category or tags: cli, email, productivity, terminal.
- [aerc](https://pkg.so/zh-hans/brew/aerc/) - Shares pkgdb curated category or tags: cli, email, productivity, terminal.
- [alpine](https://pkg.so/zh-hans/brew/alpine/) - Shares pkgdb curated category or tags: cli, email, productivity, terminal.
- [alot](https://pkg.so/zh-hans/brew/alot/) - Shares pkgdb curated category or tags: cli, email, productivity, terminal.
- [pop](https://pkg.so/zh-hans/brew/pop/) - Shares pkgdb curated category or tags: cli, email, productivity, terminal.
- [extract_url](https://pkg.so/zh-hans/brew/extract-url/) - Shares pkgdb curated category or tags: cli, email, mutt, productivity.
- [abook](https://pkg.so/zh-hans/brew/abook/) - Shares pkgdb curated category or tags: cli, mutt, productivity, terminal.
- [wik](https://pkg.so/zh-hans/brew/wik/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, productivity, python, python-3-14, terminal.
- [bagels](https://pkg.so/zh-hans/brew/bagels/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, productivity, python, python-3-14, terminal.

## Combined YAML source

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


## 来源

- 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
