avwo/whistle

HTTP, HTTP2, HTTPS, Websocket debugging proxy

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 3rd, 2026
Created on March 13th, 2015
Open Issues & Pull Requests: 85 (+0)
GitHub issues: Enabled
Number of forks: 1,180
Total Stargazers: 15,678 (+0)
Total Subscribers: 207 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 hours
Mean response time: 10.2 days
90th percentile: 4.9 days
Tracked items: 207

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 14% of issues opened in the past year have been closed. Three people close 72% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 45
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 417 days
Stale 30+ days: 42
Stale 90+ days: 37

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • checking (1)
  • docs (1)
  • feature (1)

Detailed Description

Whistle is a cross-platform network packet capture and debugging proxy built on Node.js.

Whistle addresses the need to inspect, modify, and debug HTTP, HTTPS, HTTP/2, WebSocket, and TCP traffic during development. It works by intercepting network requests through configurable proxy rules that allow developers to modify requests and responses without changing application code. The tool provides multiple proxy modes including HTTP, HTTPS, SOCKS, and reverse proxy configurations. Built-in debugging utilities include Weinre for remote DOM inspection, a console viewer for application logs, and a Composer tool for replaying and editing requests.

Developers should choose Whistle if they need a unified interface for packet capture and request manipulation across macOS, Windows, and Linux. It suits projects requiring HTTPS interception, WebSocket debugging, or complex request modification workflows. The tool offers both a desktop client for graphical interaction and a command-line interface for headless server environments. Whistle supports plugin-based extension of both rules and interface functionality, and can be integrated into projects as an NPM module rather than used only as a standalone tool.

The project maintains active development with regular updates to core functionality. The codebase shows consistent refinement of existing features and expansion of debugging capabilities. Documentation is comprehensive with detailed guides and examples provided. The tool has established itself as a mature solution with broad platform support and multiple installation methods including package managers.