Metadata-Version: 2.4
Name: mitmproxy-macos
Version: 0.12.8
Project-URL: Source, https://github.com/mitmproxy/mitmproxy-rs
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# 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.
