# trippy mit Homebrew, apk, apt, Nix, pacman, zypper, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für trippy in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install trippy
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add trippy
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:trippy
- **Paketmanager:** Homebrew
- **Version:** 0.13.0
- **Quellzusammenfassung:** Network diagnostic tool, inspired by mtr
- **Homepage:** <https://trippy.rs/>
- **Repository:** <https://github.com/fujiapple852/trippy>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- trip (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.13.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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

### Zeitleiste

- 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

### Quellen

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


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- 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
## Andere Paketmanager-Einträge

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


## Quellen

- 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
