Skip to content
Ade Ramdani edited this page May 31, 2026 · 3 revisions

NetUtil Wiki

NetUtil is a professional macOS network diagnostics toolkit with 16+ integrated tools — meticulously handcrafted with Swift 6 and SwiftUI, zero third-party dependencies.


Navigation

Section Description
Getting Started Requirements, installation, and first launch
Tools Overview All 16+ diagnostic tools at a glance
Ping ICMP latency monitor with GPU-accelerated charts
Traceroute Hop-by-hop path discovery with map and timeline
Multi-Ping Simultaneous multi-node node monitoring
Port Scanner High-speed parallelized TCP auditing
HTTP Latency Web request phase timing and waterfall
DNS Lookup Structured dig queries with resolver presets
WHOIS Domain and IP registration metadata
SSL/TLS Inspector Certificate chain and security audit
Network Interfaces Hardware details and VLAN detection
Wi-Fi Inspector CoreWLAN signal and SNR analytics
Route Table System IP routing policy rules
Bandwidth Monitor Real-time aggregate RX/TX throughput
Settings Global thresholds and operational parameters
Architecture Design decisions and codebase structure
Building from Source Xcode compilation instructions

Quick Start

git clone https://github.com/aderamdani/NetUtil.git
cd NetUtil
open NetUtil.xcodeproj
  1. Select your Team in Signing & Capabilities.
  2. Press ⌘R to build and run.
  3. Use ⌘U to run the native unit test suite.

Download

Get the latest production-ready binary: NetUtil Releases

Clone this wiki locally