TL;DR — Quick Summary
Trippy combines traceroute and ping in a live TUI. See every hop's latency, loss, jitter, and AS info — like mtr but with charts, GeoIP, and multiple protocols.
Trippy traces networks live. Hops, latency, loss, jitter — beautiful TUI with charts.
Installation
# macOS
brew install trippy
# Cargo
cargo install trippy
# Run (requires sudo for raw sockets)
sudo trip google.com
Usage
# Basic traceroute
sudo trip google.com
# TCP traceroute on port 443
sudo trip --protocol tcp -p 443 google.com
# UDP traceroute
sudo trip --protocol udp google.com
# With AS info
sudo trip --as-info google.com
# Multiple targets
sudo trip google.com cloudflare.com github.com
Summary
- Trippy combines traceroute + ping in a live TUI
- Per-hop latency, loss, jitter with live charts
- Multiple protocols: ICMP, UDP, TCP
- GeoIP and AS (Autonomous System) lookups
- Written in Rust — fast, cross-platform