← Package directory
Available on winget

Install Intqual

A dual-layer asynchronous network latency analyzer and observability tool.

Install with winget
winget install --id RaijuMounun.intqual
Upgrade
winget upgrade --id RaijuMounun.intqual
Uninstall
winget uninstall --id RaijuMounun.intqual

About Intqual

A dual-layer asynchronous network latency analyzer and observability tool.

What's new in 1.3.0

Release Notes: v1.3.0 Features & Architectural Improvements - Privileged Worker Process Architecture for Traceroute: The Traceroute functionality has been fundamentally redesigned to adhere to the Principle of Least Privilege. Raw socket network operations that require root access have been isolated into a dedicated, short-lived worker process. You no longer need to run the entire intqual application as root to perform accurate traceroutes. - Event-Driven JSONL IPC Streaming: The communication bridge between the parent TUI and the worker process is now fully asynchronous. The worker streams telemetry data continuously using JSON Lines (JSONL), drastically reducing latency and providing real-time, incremental rendering on the UI without blocking the main event loop. - Asynchronous DNS Resolution: DNS lookups have been explicitly decoupled from the privileged network layer. The worker process now only yields raw IP data, while the parent process offloads DNS resolution to concurrent Tokio background tasks. Bug Fixes & Stability - TUI Artifact Prevention on Sudo Prompts: Resolved an issue where invoking sudo during raw TUI mode would permanently corrupt terminal layouts. The application now gracefully detaches the alternate screen, issues a synchronous sudo -v challenge to securely prompt for credentials (if necessary), and flawlessly resumes the UI state. - Enhanced IPC Error Handling: Introduced the IpcError variant to strictly trap and escalate communication breakdowns. Silent failures in inter-process data exchange are eliminated; tokio::process spawn failures, serde_json...

Read release notes

Version history

Version Updated Notes
1.3.0 Unknown Release Notes: v1.3.0 Features & Architectural Improvements - Privileged Worker Process Architecture for Traceroute: The Traceroute functionality has been fundamentally redesigned to adhere to the Principle of Least Priv...
1.2.0 Unknown What's New Features Traceroute: Implemented asynchronous reverse DNS resolution for hop hostnames to improve network tracing performance. (210bc3e) Improvements & Refactoring Bandwidth UI: Enhanced the speed test user in...
1.1.0 Unknown Release v1.1.0: The Great Decoupling This release introduces a major architectural milestone for the project. The internal architecture has been entirely rewritten to separate the monolithic structure into a fully decoup...
1.0.9 Unknown Full Changelog: v1.0.8...v1.0.9
1.0.1 Unknown No notes