Cross-platform network diagnostic suite built with Rust + Tauri.
Inspect, monitor, and analyze your network.
- Interface Overview - Active interfaces with IPs, gateways, and real-time stats
- Live Traffic Charts - RX/TX throughput and AVG/MAX
- Neighbor Scan - Discover devices in your local network
- Net Route - Inspect routing tables, gateways, and metrics
- Socket Connection - View active TCP/UDP sockets with process information
- Public IP Info - Detect IPv4 / IPv6, ASN, and country
- Ping (ICMP / TCP / UDP / QUIC) - Measure latency and reachability across protocols
- Traceroute (ICMP / UDP) - Per-hop RTT with detailed hop visualization
- Port Scan - Detect open ports and services (Common, Top1000, or custom sets)
- Host Scan - Scan your network to identify alive hosts
- Cross-Platform - macOS, Windows, and Linux supported
Download the notarized and signed DMG from the Releases page.
Drag & drop to install (Applications folder)
Available on the Microsoft Store
Available as AppImage(GPG signed), deb, and rpm packages.
AppImage signature
3BA76883CE83EC30C03B1399261B16ACBF7FF010
# 1. Clone the repository
git clone https://github.com/shellrow/netdia.git
cd netdia
# 2. Install dependencies
cargo install tauri-cli
npm install
# 3. Run in development mode
cargo tauri dev
# 4. Build release package
cargo tauri build


