NetDash Toolkit v1.0.0
The first production release of NetDash Toolkit as a desktop application with native networking capabilities.
Features
- Real ICMP Ping - Native ping with accurate latency measurements
- Traceroute - Actual network path tracing with hop-by-hop analysis
- Port Scanner - TCP socket-based port scanning with service detection
- DNS Tools - Native DNS resolution using system resolvers
- Subnet Calculator - IPv4/IPv6 subnet calculations
- VLSM Planner - Variable Length Subnet Masking planning
- VLAN Manager - VLAN configuration management
- IP Conflict Checker - Detect IP address conflicts
- And more...
Installation
macOS (Homebrew) - supports Apple Silicon & Intel:
brew tap sunnypatell/netdash https://github.com/sunnypatell/netdash-toolkit
brew install --cask netdash
sudo xattr -cr "/Applications/NetDash Toolkit.app"Note: The
xattrcommand removes the quarantine flag since the app is unsigned.
Manual Downloads:
| Platform | File | Description |
|---|---|---|
| macOS (Apple Silicon) | NetDash.Toolkit-1.0.0-mac-arm64.dmg
| DMG installer for M1/M2/M3 Macs |
| macOS (Intel) | NetDash.Toolkit-1.0.0-mac-x64.dmg
| DMG installer for Intel Macs |
| Windows | NetDash.Toolkit-1.0.0-win-x64.exe
| Windows installer (64-bit) |
| Linux (AppImage) | NetDash.Toolkit-1.0.0-linux-x86_64.AppImage
| AppImage (runs on most distros) |
| Linux (Debian/Ubuntu) | NetDash.Toolkit-1.0.0-linux-amd64.deb
| Debian package |
Manual Installation
macOS: Download the .dmg, open it, drag to Applications, then run:
sudo xattr -cr "/Applications/NetDash Toolkit.app"Windows: Download and run the .exe installer.
Linux (AppImage): Download, make executable (chmod +x), and run.
Linux (Debian/Ubuntu): Install with sudo dpkg -i NetDash*.deb
Notes
- Native networking features require the desktop app (browser version uses HTTP-based fallbacks)
- macOS builds are not code-signed (the xattr command removes the quarantine flag)