# trippy を Homebrew, apk, apt, Nix, pacman, zypper, scoop, winget でインストール

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
