Skip to content
Ade Ramdani edited this page May 26, 2026 · 2 revisions

NetUtil Wiki

NetUtil is a native macOS network diagnostics toolkit with 12 tools — all built with SwiftUI, zero third-party dependencies.


Navigation

Section Description
Getting Started Requirements, install, first launch
Tools Overview All 12 tools at a glance
Ping ICMP latency monitor
Traceroute Hop-by-hop path discovery
Multi-Ping Simultaneous multi-host ping
Port Scanner TCP port reachability
HTTP Latency Full request waterfall timing
DNS Lookup DNS record queries
WHOIS Domain/IP registration info
SSL/TLS Inspector Certificate chain inspection
Network Interfaces Interface info and status
Wi-Fi Inspector WLAN signal and channel details
Route Table IPv4/IPv6 routing table
Bandwidth Monitor Per-interface RX/TX rate
Settings All configurable options
Architecture Code structure and design decisions
Building from Source Xcode build instructions

Quick Start

git clone https://github.com/aderamdani/NetUtil.git
cd NetUtil
open NetUtil.xcodeproj

Set your Team in Signing & Capabilities, then press ⌘R.


Download

Get the latest release: NetUtil Releases

Clone this wiki locally