Back to Trippy

README

README.md

0.13.09.0 KB
Original Source
<p align="center"> <a href="https://github.com/fujiapple852/trippy/actions/workflows/ci.yml"> </a> <a href="https://crates.io/crates/trippy/0.13.0"> </a> <a href="https://repology.org/project/trippy/versions"> </a> <a href="https://trippy.zulipchat.com"> </a> <a href="https://matrix.to/#/#trippy-dev:matrix.org"> </a>

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

</p>

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:

shell
cargo install trippy --locked
<details> <summary>All package managers</summary>

Cargo

shell
cargo install trippy --locked

APT (Debian)

shell
apt install trippy

ⓘ Note:

Only available for Debian 13 (trixie) and later.

PPA (Ubuntu)

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

shell
snap install trippy

Homebrew (macOS)

shell
brew install trippy

WinGet (Windows)

shell
winget install trippy

Scoop (Windows)

shell
scoop install trippy

Chocolatey (Windows)

shell
choco install trippy

NetBSD

shell
pkgin install trippy

FreeBSD

shell
pkg install trippy

OpenBSD

shell
pkg_add trippy

Arch Linux

shell
pacman -S trippy

Gentoo Linux

shell
emerge -av net-analyzer/trippy

Void Linux

shell
xbps-install -S trippy

ALT Sisyphus

shell
apt-get install trippy

Chimera Linux

shell
apk add trippy

Nix

shell
nix-env -iA trippy

Docker

shell
docker run -it fujiapple/trippy

All Repositories

</details>

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:

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

<details> <summary>documentation links</summary>

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.

<a name="windows-defender"></a>

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

See the Windows Defender Firewall guide.

See the Recommended Tracing Settings guide.

</details>

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