skillfed

mitmproxy-windows

mitmproxy-windows v0.12.11 235.1K downloads/30d#9,009 on PyPI438
Copyleft license LGPL-3.0-or-later Active released

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-windows

uv

uv add mitmproxy-windows

poetry

poetry add mitmproxy-windows

Installing 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

windows traffic redirection mitmproxyhttp interception windowstransparent proxy windowsmitmproxy windows binariesnetwork traffic capture windowswindows named pipe redirectorwindivert mitmproxy
windows-onlytraffic-interceptionproxy-development

More WWW/HTTP packages