Oven logo

Oven

Published

pip install mitmproxy-macos

Package Downloads

Weekly DownloadsMonthly Downloads

Authors

Project URLs

Requires Python

>=3.12

Dependencies

    mitmproxy-macos

    This package contains the following precompiled binaries for macOS:

    • macos-certificate-truster.app: A helper app written in Rust to mark the mitmproxy CA as trusted.
    • Mitmproxy Redirector.app: The app bundle that sets up and hosts the network extension for redirecting traffic.

    Redirector Development Setup

    The macOS Network System Extension needs to be signed and notarized during development. You need to reconfigure the XCode project to use your own (paid) Apple Developer Account.

    • Clicking "Build" in XCode should automatically install /Applications/Mitmproxy Redirector.app.
    • Run mitmproxy with an MITMPROXY_KEEP_REDIRECTOR=1 env var to keep the development version. mitmproxy should start with "Using existing mitmproxy redirector app."
    • ⚠️ Bump the network extension version on changes, otherwise existing installations will not be replaced on upgrade, see https://github.com/mitmproxy/mitmproxy_rs/pull/227.