mz-dev
v0.1.0-beta.0
Published
Network debugging proxy + dashboard for Flutter / mobile development
Maintainers
Readme
mz-dev
Network debugging proxy + dashboard for Flutter / mobile development.
# One-shot
npx mz-dev start
# Persistent install
npm install -g mz-dev
mz startWhat you get
- A local HTTP/HTTPS proxy that captures every request your app makes.
- A web dashboard at
http://localhost:8889to inspect, replay, mock, intercept, and AI-analyse traffic. - An MCP server so AI tools can drive the same workflows.
Supported platforms
darwin-arm64, darwin-x64, linux-x64, linux-arm64, windows-x64.
The package itself is platform-agnostic. The postinstall step
downloads the matching prebuilt binary + Flutter web bundle from
the GitHub Release tagged v<this package version>.
First-launch warnings
- macOS: The binary is unsigned (we don't yet pay for an Apple
Developer account). On first run macOS Gatekeeper will refuse to
open it. Workaround:
Or right-click the binary in Finder → Open.xattr -d com.apple.quarantine "$(npm root -g)/mz-dev/platform/$(node -p "process.platform + '-' + process.arch")/bin/mz" - Windows: SmartScreen will prompt "Windows protected your PC" on first launch. Click More info → Run anyway.
- Linux: nothing to do.
