# 使用 Homebrew, apk, apt, Nix, pacman, zypper, scoop, winget 安装 trippy

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

## 安装

```sh
sudo av install brew:trippy
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install trippy
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add trippy
```

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

- Debian apt (92%):

```sh
sudo apt install trippy
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#trippy
```

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

- pacman (92%):

```sh
sudo pacman -S trippy
```

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

- zypper (92%):

```sh
sudo zypper install trippy
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/trippy
```

  证据: Scoop official bucket manifest trees: bucket/trippy.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id FujiApple.Trippy -e
```

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

## 软件包事实

- **软件包键:** brew:trippy
- **软件包管理器:** Homebrew
- **版本:** 0.13.0
- **来源摘要:** Network diagnostic tool, inspired by mtr
- **主页:** <https://trippy.rs/>
- **仓库:** <https://github.com/fujiapple852/trippy>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- trip (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Trippy is a cross-platform network diagnostic command-line and terminal UI tool that combines traceroute-style path discovery with ping-style latency measurement. Its own README describes it as a tool for analyzing networking issues, while the project documentation and package metadata position it as a modern mtr-like utility.

### 项目历史

The project is explicitly built in the lineage of classic packet-path tools: the README says Trippy draws heavily from mtr, incorporates ideas from libparistraceroute and Dublin Traceroute, and borrows inspiration from pnet for networking code. That puts Trippy in the tradition of tools used by operators to understand hop-by-hop latency, packet loss, and route changes, but with a Rust implementation and a polished TUI.

### 采用历史

Trippy's README lists distribution through Cargo, Homebrew, Debian, Ubuntu PPA, Snap, WinGet, Scoop, Chocolatey, NetBSD, FreeBSD, OpenBSD, Arch, Gentoo, Void, Nix, Docker, and other repositories. That broad packaging footprint is the main source-backed adoption signal: it moved beyond a source-only Rust utility into the normal package-manager channels used by network engineers and CLI collectors.

### 使用方式

The documented basic workflow is to run `trip example.com`, often with privileges depending on platform packet access rules, then use Trippy's live output and documentation for usage examples, privilege setup, CLI reference, columns, themes, and configuration. Package users generally install it as a drop-in modern diagnostic tool when they want mtr-like behavior without remembering separate ping and traceroute invocations.

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

For package-manager catalogs, Trippy is interesting because it is a Rust CLI that has escaped the Cargo-only niche and is packaged across Unix, BSD, Windows, Docker, and Homebrew ecosystems. It is the kind of tool package nerds notice: a newer implementation of a familiar sysadmin workflow, with strong cross-platform install coverage and a single executable named `trip`.

### 时间线

- 2022: The README license section identifies Trippy Contributors copyright beginning in 2022.
- Current README: Trippy documents installation through Cargo, Homebrew, Debian, BSD ports, Windows package managers, Nix, Docker, and more.
- Current docs: Trippy maintains a dedicated documentation site at trippy.rs with installation, usage, privileges, CLI, and configuration references.

### Related projects

- mtr, libparistraceroute, Dublin Traceroute, pnet, ratatui, crossterm

### 来源

- <https://github.com/fujiapple852/trippy#readme>
- <https://trippy.rs/>


## 安全说明

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.


## Configuration files

- Unix: ./trippy.toml, ./.trippy.toml, ~/trippy.toml, ~/.trippy.toml, $XDG_CONFIG_HOME/trippy.toml, $XDG_CONFIG_HOME/.trippy.toml, $XDG_CONFIG_HOME/trippy/trippy.toml, $XDG_CONFIG_HOME/trippy/.trippy.toml
- Windows: %APPDATA%/trippy.toml, %APPDATA%/.trippy.toml
## 其他软件包管理器记录

- Debian apt - trippy - 0.12.2+dfsg-1: normalized package name match | Debian stable package indexes: trippy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | TUI network diagnostic tool | https://github.com/fujiapple852/trippy
- Nix - trippy: normalized package name match | nixpkgs package indexes: pkgs/by-name/tr/trippy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - trippy - 0.13.0-r0: normalized package name match | Alpine Linux edge package indexes: trippy from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues. | https://github.com/fujiapple852/trippy/
- apk - trippy-bash-completion - 0.13.0-r0: normalized package name match | Alpine Linux edge package indexes: trippy-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for trippy | https://github.com/fujiapple852/trippy/
- apk - trippy-zsh-completion - 0.13.0-r0: normalized package name match | Alpine Linux edge package indexes: trippy-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for trippy | https://github.com/fujiapple852/trippy/
- pacman - trippy - 0.13.0-2: normalized package name match | Arch Linux sync databases: trippy from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A network diagnostic tool | https://trippy.cli.rs
- zypper - trippy - 0.13.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: trippy from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A network diagnostic tool | https://github.com/fujiapple852/trippy
- Scoop - main/trippy: normalized package name match | Scoop official bucket manifest trees: bucket/trippy.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - FujiApple.Trippy: normalized package name match | Windows Package Manager source index: FujiApple.Trippy from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/trippy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/trippy.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
