返回目录
开源项目设计创作类新手

GitHub - fujiapple852/trippy: A network diagnostic tool

Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues. Quick Start See the getting started guide. Install Trippy runs on Linux, BSD, macOS, and Windows. It can be installed from most package

0 次阅读2026/09/10 发布
GitHub - fujiapple852/trippy: A network diagnostic tool 来源图片

社区作者 · zZz

它解决什么问题

Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.

Quick Start

See the getting started guide.

Install

Trippy runs on Linux, BSD, macOS, and Windows. It can be installed from most package managers, precompiled binaries, or source.

For example, to install Trippy from cargo :

命令
cargo install trippy --locked

All package managers

命令
Cargo
命令
cargo install trippy --locked
命令
APT (Debian)
命令
apt install trippy

ⓘ Note:

Only available for Debian 13 ( trixie ) and later.

PPA (Ubuntu)

add-apt-repository ppa:fujiapple/trippy

命令
apt update && apt install trippy

ⓘ Note:

Only available for Ubuntu 24.04 ( Noble ) and 22.04 ( Jammy ).

Snap (Linux)

snap install trippy

Homebrew (macOS)

命令
brew install trippy
命令
WinGet (Windows)
命令
winget install trippy
命令
Scoop (Windows)
命令
scoop install trippy

Chocolatey (Windows)

命令
choco install trippy

NetBSD

pkgin install trippy

FreeBSD

pkg install trippy

OpenBSD

pkg_add trippy

Arch Linux

命令
pacman -S trippy

Gentoo Linux

emerge -av net-analyzer/trippy

Void Linux

xbps-install -S trippy

ALT Sisyphus

命令
apt-get install trippy

Chimera Linux

apk add trippy

Nix

nix-env -iA trippy

命令
Docker
命令
docker run -it fujiapple/trippy

All Repositories

See the installation guide for details of how to install Trippy on your system.

Run

To run a basic trace to example.com with default settings, use the following command:

sudo trip example.com

See the usage examples and CLI reference for details of how to use Trippy. To use Trippy without elevated privileges, see the privileges guide.

Documentation

Full documentation is available at trippy.rs .

documentation links Getting Started

See the Getting Started guide.

Features

See the Features list.

Distributions

See the Distributions list.

Privileges

See the Privileges guide.

Usage Examples

See the Usage Examples .

Command Reference

See the Command Reference .

Theme Reference

See the Theme Reference .

Column Reference

See the Column Reference .

Configuration Reference

See the Configuration Reference .

Locale Reference

See the Locale Reference .

Versions

See the Version Reference .

Frequently Asked Questions

Why does Trippy show "Awaiting data..."?

See the Awaiting Data guide.

How do I allow incoming ICMP traffic in the Windows Defender firewall?

See the Windows Defender Firewall guide.

What are the recommended settings for Trippy?

See the Recommended Tracing Settings guide.

Acknowledgements

Trippy is made possible by ratatui ( formerly tui-rs ), crossterm as well as several foundational Rust libraries.

Trippy draws heavily from mtr and also incorporates ideas from both libparistraceroute & Dublin Traceroute .

The Trippy networking code is inspired by pnet and some elements of that codebase are incorporated in Trippy.

The AS data is retrieved from the IP to ASN Mapping Service provided by Team Cymru .

The trippy.cli.rs CNAME hosting is provided by cli.rs .

The Trippy chat room is sponsored by Zulip .

Trippy logo designed by Harun Ocaksiz Design .

License

This project is distributed under the terms of the Apache License (Version 2.0).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in time by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

See LICENSE for details.

Copyright 2022 Trippy Contributors

— 本文由 AI 根据公开来源辅助整理,命令、版本与许可证请在使用前到原始页面复核。

安装 / 开始使用

Quick Start See the getting started guide. Install Trippy runs on Linux, BSD, macOS, and Windows. It can be installed from most package managers, precompiled binaries, or source. For example, to install Trippy from cargo :

命令
cargo install trippy --locked

All package managers

命令
Cargo
命令
cargo install trippy --locked
命令
APT (Debian)
命令
apt install trippy

ⓘ Note: Only available for Debian 13 ( trixie ) and later. PPA (Ubuntu) add-apt-repository ppa:fujiapple/trippy

命令
apt update && apt install trippy

ⓘ Note: Only available for Ubuntu 24.04 ( Noble ) and 22.04 ( Jammy ). Snap (Linux) snap install trippy Homebrew (macOS)

命令
brew install trippy
命令
WinGet (Windows)
命令
winget install trippy
命令
Scoop (Windows)
命令
scoop install trippy

Chocolatey (Windows)

命令
choco install trippy

NetBSD pkgin install trippy FreeBSD pkg install trippy OpenBSD pkg_add trippy Arch Linux

命令
pacman -S trippy

Gentoo Linux emerge -av net-analyzer/trippy Void Linux xbps-install -S trippy ALT Sisyphus

命令
apt-get install trippy

Chimera Linux apk add trippy Nix nix-env -iA trippy

命令
Docker
命令
docker run -it fujiapple/trippy

All Repositories See the installation guide for details of how to install Trippy on your system. Run To run a basic trace to example.com with default settings, use the following command: sudo trip example.

com See the usage examples and CLI reference for details of how to use Trippy. To use Trippy without elevated privileges, see the privileges guide. Documentation Full documentation is available at trippy.rs .

documentation links Getting Started See the Getting Started guide. Features See the Features list. Distributions See the Distributions list. Privileges See the Privileges guide. Usage Examples See the Usage Examples .

Command Reference See the Command Reference . Theme Reference See the Theme Reference . Column Reference See the Column Reference . Configuration Reference See the Configuration Reference . Locale Reference See the Locale Reference .

Versions See the Version Reference . Frequently Asked Questions Why does Trippy show "Awaiting data."? See the Awaiting Data guide. How do I allow incoming ICMP traffic in the Windows Defender firewall? See the Windows Defender Firewall guide.

What are the recommended settings for Trippy? See the Recommended Tracing Settings guide. Acknowledgements

来源教程配图

教程配图
配图 1 · 教程配图查看原图
教程配图
配图 2 · 教程配图查看原图
trippy
配图 3 · trippy查看原图

适用场景

学习研究
开源项目实践