A network diagnostic tool combining traceroute and ping with a beautiful TUI.
Trippy is a modern network analysis tool that combines the functionality of traceroute and ping into a single, user-friendly terminal interface. It provides real-time network path analysis, allowing users to trace the route packets take to reach their destination while continuously monitoring connection quality and latency statistics.
The tool is designed to assist network administrators, developers, and anyone troubleshooting networking issues with an intuitive TUI (Terminal User Interface) that displays comprehensive routing information. Trippy shows hop-by-hop network statistics, response times, packet loss rates, and other critical networking metrics in a live, continuously updating display.
Trippy runs cross-platform on Linux, BSD, macOS, and Windows, and can be installed through most major package managers. It offers advanced features for network diagnostics while maintaining ease of use, making it valuable for both casual users investigating connectivity problems and professionals performing detailed network analysis.
# via Homebrew
brew install trippy
# via Cargo
cargo install trippy --locked
# via APT
apt install trippy
