mitmproxy-windows
What it is and what it does
mitmproxy-windows is a companion package to mitmproxy that provides precompiled Windows binaries needed for transparent traffic interception on Windows systems. It includes a Rust-based redirector executable that routes traffic through a Windows named pipe to mitmproxy, along with a vendored copy of WinDivert, the underlying library that performs the actual traffic redirection at the system level.
This package is primarily used by developers and security professionals who need to intercept and inspect HTTP/HTTPS traffic on Windows machines. It integrates directly with mitmproxy's local mode and handles the platform-specific mechanics of transparent proxying, which would otherwise require manual WinDivert setup. The package is actively maintained and has no known security vulnerabilities.
Use it for:
- Debugging HTTP/HTTPS requests from Windows applications by transparently intercepting traffic with mitmproxy.
- Testing web applications and APIs by capturing and modifying requests and responses in real time.
- Security research and penetration testing on Windows systems requiring transparent proxy interception.
- Monitoring and analyzing network traffic from curl or other command-line tools on Windows.
- Development and testing of mitmproxy itself on Windows platforms.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Windows-specific traffic redirection binaries for mitmproxy, enabling transparent HTTP/HTTPS interception on Windows via a named-pipe redirector and vendored WinDivert library.
Yes, if you are on Windows and need transparent HTTP/HTTPS interception with mitmproxy. The package is actively maintained, has low install friction, carries no known vulnerabilities, and provides essential Windows-specific binaries that mitmproxy cannot function without on that platform. Be aware of the LGPL-3.0-or-later copyleft license if you plan to redistribute or modify it, and ensure you have Python 3.12 or later.
Install
mitmproxy-windows on PyPI
pip
pip install mitmproxy-windowsuv
uv add mitmproxy-windowspoetry
poetry add mitmproxy-windowsInstalling mitmproxy-windows
Before you install
Low install friction with a pure Python wheel distribution. Actively maintained with a recent release (25 days old) and consistent commit activity. Requires Python 3.12 or later.
License in practice
Licensed under LGPL-3.0-or-later (copyleft). Any derivative work or distribution must preserve the copyleft obligations and make source code available under compatible terms.
Quickstart
pip install mitmproxy-windows
# Then use with mitmproxy:
mitmdump --mode local:curl
Windows-only package; requires Python 3.12 or later. Development mode compilation of windows-redirector.exe requires a Rust toolchain.
Verify before relying
- Whether the vendored WinDivert library is kept current with upstream security patches.
- Whether the Rust redirector executable is signed or verified for Windows SmartScreen compatibility.
- Performance characteristics and overhead of the named-pipe redirection approach under load.
Package facts
| License | LGPL-3.0-or-later (copyleft) |
| Python support | supports the current Python release (>=3.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 25 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 235,129/month — #9,009 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mitmproxy_windows-0.12.11-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
mitmproxymitmproxy is an interactive, SSL/TLS-capable…
permissive · top 5,000 on PyPI
mitmproxy-macosProvides macOS-specific helper applications and…
permissive · top 15,000 on PyPI
pydivertPyDivert is a Python binding for the WinDivert…
copyleft · top 15,000 on PyPI
mitmproxy-wireguardImplements a user-space WireGuard server that…
permissive · top 5,000 on PyPI
SocketSwapSocketSwap intercepts and redirects network…
permissive · top 15,000 on PyPI
sshuttlesshuttle creates a transparent proxy that…
copyleft · top 15,000 on PyPI
proxy.pyA lightweight, pluggable HTTP proxy server…
permissive · top 5,000 on PyPI
winaclParses and manipulates Windows security…
permissive · top 15,000 on PyPI
authcaptureproxyIntercepts and logs authentication credentials…
permissive · top 15,000 on PyPI
ray-haproxyProvides a pre-built HAProxy binary bundled…
copyleft · top 15,000 on PyPI