-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ade Ramdani edited this page May 31, 2026
·
3 revisions
NetUtil is a professional macOS network diagnostics toolkit with 16+ integrated tools — meticulously handcrafted with Swift 6 and SwiftUI, zero third-party dependencies.
| 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 |
git clone https://github.com/aderamdani/NetUtil.git
cd NetUtil
open NetUtil.xcodeproj- Select your Team in Signing & Capabilities.
- Press ⌘R to build and run.
- Use ⌘U to run the native unit test suite.
Get the latest production-ready binary: NetUtil Releases