Introducing NetViews 2.3: A Robust Network Diagnostic Tool for macOS

NetViews 2.3 is a macOS network utility designed for improved visibility into both wired and wireless networks. Initially known as PingStalker and rebranded due to community feedback, NetViews aims to consolidate network diagnostics into a single, visual interface.
Key Features
- Discovery and Scanning: Utilizes ARP, ICMP, mDNS, and DNS discovery to identify devices on your subnet efficiently. It prioritizes ARP table-based scans for speed, followed by ICMP to minimize traditional scanning delays.
- Wireless Visibility: Offers detailed Wi-Fi connection metrics, signal performance data, and tools for locating associated access points visually and audibly.
- Monitoring and Timelines: Provides connection and ping timelines for durations ranging from 1 to 8 hours. The real-time monitoring includes latency and packet loss visualization.
- Low-level Traffic Analysis: Supports live traffic capture for various protocols like DHCP, ARP, 802.1X, LLDP/CDP, and mDNS, presented in a human-readable format for easier analysis.
Under the hood, NetViews is built using Swift, leveraging low-level BSD sockets for ICMP and ARP, and Apple's Network framework for efficient interface enumeration.
This tool primarily targets network professionals and Wi-Fi engineers who require comprehensive diagnostics and simplified workflows on macOS. The current version is available with a 7-day free trial, after which users can opt for a one-time purchase license.
📖 Read the full source: HN LLM Tools
👀 See Also

Qwen3.6-27B SVG Generation with Closed-Loop Harness
A closed-loop harness using Agno and Pi agents iteratively improves SVG outputs from Qwen3.6-27B by rendering, feeding back PNGs to Qwen Vision, and judging results in two rounds.

Structured Claude Skill for B2B SaaS Growth Workflows
A developer has open-sourced a Claude Skill that structures B2B SaaS growth knowledge into playbooks and case studies to improve Claude's output quality. The repository includes 5 SaaS case studies, a 4-stage growth flywheel, and 6 structured playbooks.

Developer Builds Open Source AI Skill to Validate Startup Ideas, Kills Own Idea in 10 Minutes
A developer built an open source AI skill called startup-design that walks through 8 phases of startup validation from brainstorming to financial projections. When testing it on his own startup idea, the skill asked hard questions that revealed he wasn't the right founder for that particular concept.

SpecLock: MCP Server for Enforcing AI Coding Constraints
SpecLock is an open-source MCP server that remembers project constraints across sessions and blocks AI coding agents from violating them. Claude independently tested it with 100 adversarial tests, scoring 100/100 with zero false positives and 15.7ms per check.