Installation

From source

python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"          # dev deps: pytest, mitmproxy, pyinstaller

First run

python3 wispr_pro.py start       # proxy + relaunch Wispr Flow → Pro

On first start the tool creates a local CA and state under ~/.wispr_pro/:

FilePurpose
config.tomlRewrite values (edit to persist changes)
proxy.pidPID of the running proxy
mitmproxy/CA certificate + mitmproxy data

If the app cannot connect (or to enable HTTPS interception on other devices), trust the CA once:

python3 wispr_pro.py trust       # asks for your password

Prebuilt binary or app

  • Grab the .dmg from the latest GitHub Release (contains Wispr Proxyflow.app).
  • Or build it yourself — see Build & package.
  • Double-click Wispr Proxyflow.app to start the proxy in the background (logs: ~/.wispr_pro/proxy.log).
# CLI from inside the bundle:
"dist/Wispr Proxyflow.app/Contents/MacOS/wispr-pro" start --no-relaunch

Downloads may be quarantined by macOS — first run requires xattr -dr com.apple.quarantine "path/to/Wispr Proxyflow.app" or a right-click → Open.