WhatRoute for mac app icon

WhatRoute for Mac

3.0 Based on 1 user rate

Trace network routes, plot hops on a map, and monitor live traffic, free on Mac.

Verified Safe No Malware Editor Tested
M
Reviewed by
Matthew
Content Editor

WhatRoute Overview

WhatRoute for Mac traces the path an IP packet takes to any destination, then plots each hop's physical location on a map so you can actually see where your traffic is going instead of just reading a list of IP addresses. Beyond traceroute, it bundles ping, whois, DNS lookup, ASN lookup, port scanning, network scanning, and a live network flow monitor into one app, so most day-to-day network diagnostics never need to touch Terminal. Flow Monitor goes a step further, showing exactly which process on your Mac is generating a given piece of traffic. Network admins tracking down a slow connection, developers debugging where a request actually goes, and anyone curious what's quietly using their bandwidth all reach for it instead of piecing together separate command-line tools.

Why Choose WhatRoute Mac App

Most network diagnostic work on Mac means bouncing between Terminal commands: traceroute here, ping there, whois in another tab. WhatRoute puts traceroute, ping, whois, DNS lookup, ASN lookup, port scan, network scan, and netstat behind one interface, so you're not memorizing flag syntax for half a dozen separate tools just to answer one question about a connection. The geo-tracing feature is the real standout: instead of a flat list of IP addresses, each hop in a trace gets plotted on a map using an external geo-location service, with an option to push the detailed view out to Google Earth, Apple Maps, or Google Maps for a closer look at exactly where your packets are traveling.

The features built specifically for watching what's happening on your Mac's network right now go further than a typical traceroute utility. Flow Monitor captures live network flows and shows which process or PID is behind each one, with a right-click option to terminate a misbehaving process directly from the table. The Local Network window visualizes every device active on your LAN with vendor-specific icons, and Network Quality wraps macOS's own `networkQuality` command in a proper GUI instead of leaving you to parse raw Terminal output. It's genuinely free too, distributed as donationware with no license key or feature paywall standing between you and any of it.

Key Features

  • Geo-tracing: plots each hop of a traceroute on a map, using an external geo-location service for physical locations.
  • All-in-one network toolkit: traceroute, ping, whois, DNS lookup, ASN lookup, port scan, network scan, and netstat in one app.
  • Flow Monitor: captures live network flows and shows which process or PID is generating specific traffic.
  • Local Network window: visualizes every device on your LAN with vendor-specific icons and sortable details.
  • Network Quality test: a GUI wrapper around macOS's own networkQuality command for a readable results view.
  • WiFi Monitor: shows current wireless network attributes, with optional monitor-mode packet capture.
  • Bandwidth Monitor: graphs real-time upload and download traffic per network interface.
  • Detailed map view: pushes trace results to Google Earth, Apple Maps, or Google Maps for a closer look.
  • Menu bar bandwidth display: keeps an eye on network usage without opening the main window.
  • CSV export: save flow data, trace results, or scan output for later analysis.

What's New in WhatRoute 2.8.1 Version

Version 2.8.1 focuses on how WhatRoute talks to its own privileged helper rather than adding new diagnostic features.

  • Minimum deployment target raised to macOS Sonoma (14.6).
  • Updated to Sparkle 2.9.5 for the auto-update mechanism.
  • The privileged helper (whatroute2helper) was recoded in Swift using NSXPCConnection classes.
  • Helper connections are now verified using code-signing requirements instead of PID verification, a more secure approach to confirming which app is talking to the helper.

Supported macOS Versions

WhatRoute 2.8.1 raised its minimum requirement to macOS 14.6 Sonoma, a real jump from the previous version's macOS Big Sur (11.5) floor, so anyone on an older release will need to stick with WhatRoute 2.7.x until they update macOS. It runs cleanly on macOS 15 Sequoia and macOS 26 Tahoe as a genuine universal binary, native on both Apple Silicon and Intel Macs since version 2.3.5. Since network diagnostic work like traceroute and DNS lookups isn't computationally demanding, performance stays consistent across chip types, with the version requirement mattering far more than raw processing power for whether the app runs at all.

How to Download and Install WhatRoute on Mac?

Installing WhatRoute on Mac only takes a few steps after downloading, including one quick permission it needs to run properly.

  1. First click on the Download button given on this page that is fully secure and complete the downloading procedure.
  2. Open the downloaded .zip file, then drag WhatRoute into your Applications folder.
  3. Launch WhatRoute from Applications. If macOS shows an "unidentified developer" warning, go to System Settings → Privacy & Security and click Open Anyway.
  4. Approve the privileged helper (whatroute2helper) when prompted, so WhatRoute can perform raw network operations like traceroute and ping.
  5. Grant network access when macOS asks, so WhatRoute can reach the geo-location service used for mapping.

Once the initial setup is done, WhatRoute won't ask for these permissions again, future launches go straight to the main window.

How to Use WhatRoute Mac?

  1. Launch WhatRoute and type a hostname or IP address into the Host field.
  2. Choose a command from the toolbar — Trace, Ping, Whois, DNS Lookup, or Port Scan.
  3. Watch the results populate in the main window, with each hop's location plotted on the built-in map.
  4. Open the Local Network window to see every device currently active on your LAN.
  5. Open Flow Monitor to watch live traffic and identify which process is generating it.
  6. Export any result set as a CSV file if you need to analyze it later.
Pros
  • Genuinely all-in-one network toolkit, no juggling separate command-line tools
  • Unique geo-tracing visualization most competitors don't offer
  • Free donationware, with no license key or paywall
  • Flow Monitor shows exactly which process is generating specific traffic
  • Frequent updates from an actively maintained single-developer project
Cons
  • The minimum requirement jumped to macOS Sonoma in the latest version, locking out older Macs
  • Interface feels dated compared to newer network utilities
  • Some users report the map view not always loading reliably
  • Relies on a privileged helper tool for raw network operations, requiring one extra permission step
Frequently Asked Questions
Is WhatRoute free?
Yes, it's free donationware. The developer accepts optional donations to support ongoing development.
Does WhatRoute work on Apple Silicon Macs?
Yes, it's been a universal binary since version 2.3.5.
What is geo-tracing?
It's the feature that turns a traceroute from a list of addresses into a picture — every router your packet passes through gets pinned to its real-world location, so you can see the path visually instead of reading raw hop data.
Does WhatRoute require macOS Sonoma?
Yes, as of version 2.8.0 the minimum requirement is macOS 14.6 Sonoma. Older Macs need an earlier version.
Can WhatRoute show which app is using my network?
Yes. Open Flow Monitor and every active connection lists the process behind it, so you can spot a background app hogging bandwidth and shut it down on the spot.
Does WhatRoute replace Terminal commands?
It covers traceroute, ping, whois, DNS lookup, port scan, and more in one app, so most day-to-day diagnostics don't need Terminal at all.
Why does WhatRoute need a helper tool?
Raw network operations like traceroute require elevated privileges, so WhatRoute installs a small, code-signed helper to handle those requests securely.
Can I monitor WiFi network details?
Yes, WiFi Monitor shows current wireless attributes and can optionally capture packets in monitor mode.

Final Verdict

WhatRoute earns its keep as a genuine all-in-one alternative to juggling traceroute, ping, and whois across separate Terminal commands, and the geo-tracing map view is a feature most competing network utilities simply don't bother with. The jump to a macOS Sonoma minimum will catch some users off guard coming from an older version, and the interface shows its age next to newer utilities, but for free, actively maintained network diagnostics with a visual edge, it still holds up.

Download WhatRoute for Mac Latest Version

Tired of guessing where a slow connection is actually breaking down? Curious what's quietly eating your bandwidth in the background?

Download WhatRoute for Mac to trace a connection hop by hop with each stop plotted on a map, run ping, whois, and DNS lookups without touching Terminal, and watch Flow Monitor show exactly which process is generating your network traffic. Whether you're troubleshooting a flaky connection or just curious about where your packets travel, it puts the whole diagnostic toolkit in one free app.

Ready to Download?

Free, safe, and always the latest version — WhatRoute

Download WhatRoute

Comments (0)

No comments yet. Be the first!

Leave a Comment

Specs preview enlarged