ios-webkit-debug-proxy
brew install ios-webkit-debug-proxy
v1.9.2
BSD-3-Clause
DevTools proxy for iOS devices
317
30-day installs · #2169
724
90-day · #2515
6.6k
365-day · #1721
6.2k
★ GitHub stars · updated 1y ago
Runtime dependencies
Build dependencies
Links
- https://github.com/google/ios-webkit-debug-proxy
- GitHub: google/ios-webkit-debug-proxy
- Brew formula source: Formula/i/ios-webkit-debug-proxy.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"autoconf",
"automake",
"libtool",
"pkgconf"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"libimobiledevice",
"libplist",
"libusbmuxd",
"openssl@3"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "DevTools proxy for iOS devices",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:53+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "ios-webkit-debug-proxy",
"github_default_branch": "master",
"github_last_commit_at": "2025-07-02T07:34:34Z",
"github_readme_excerpt": "# iOS WebKit Debug Proxy\n\nThe ios_webkit_debug_proxy (aka _iwdp_) proxies requests from usbmuxd daemon over a websocket connection, allowing developers to send commands to MobileSafari and UIWebViews on real and simulated iOS devices.\n\n## Installation\n\niOS WebKit Debug Proxy works on Linux, MacOS \u0026 Windows.\n\n### MacOS\n\nIt\u0027s easiest to install with [homebrew](http://brew.sh/):\n\n```console\nbrew install ios-webkit-debug-proxy\n```\n### Windows\nIt\u0027s easiest to install with [scoop](http://scoop.sh/):\n```\nscoop bucket add extras\nscoop install ios-webkit-debug-proxy\n```\nNote: you also need the latest version of [iTunes](https://www.apple.com/il/itunes/download/) installed.\n\n### Linux\n\nInstall dependencies available in apt repository:\n```console\nsudo apt-get install autoconf automake libusb-dev libusb-1.0-0-dev libplist-dev libtool libssl-dev\n```\n\nBuild and install dependencies that require more recent versions:\n- [libplist](https://github.com/libimobiledevice/libplist)\n- [libimobiledevice-glue](https://github.com/libimobiledevice/libimobiledevice-glue)\n- [libusbmuxd](https://github.com/libimobiledevice/libusbmuxd)\n- [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice)\n- [usbmuxd](https://github.com/libimobiledevice/usbmuxd)\n\n#### Fedora specific \n\nInstall dependencies: \n```console\nsudo dnf install autoconf automake libusb1-devel libusb-compat-0.1-devel libtool openssl-devel\n```\nIf you do not want to build and install the most recent versions of the noted libs: \n```console\nsudo dnf install libplist-devel usbmuxd libimobiledevice-devel libimobiledevice-utils libimobiledevice-glue-devel\n``` \n\nBuild and install `ios-webkit-debug-proxy`:\n```console\ngit clone https://github.com/google/ios-webkit-debug-proxy.git\ncd ios-webkit-debug-proxy\n\n./autogen.sh\nmake\nsudo make install\n```\n\n## Usage\n\nOn Linux, you must run the `usbmuxd` daemon. The above install adds a /lib/udev rule to start the daemon whenever a device is attached.\n\nTo verify that usbmuxd can list yo",
"github_repo": "google/ios-webkit-debug-proxy",
"github_stars": 6175,
"github_topics": [],
"homepage": "https://github.com/google/ios-webkit-debug-proxy",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 317,
"installs_365d": 6598,
"installs_90d": 724,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-3-Clause",
"llm_generated_at": null,
"llm_model": null,
"name": "ios-webkit-debug-proxy",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 2169,
"rank_365d": 1721,
"rank_90d": 2515,
"raw_hash": "e5ff5566f369d2f1",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/i/ios-webkit-debug-proxy.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.9.2",
"versioned_formulae": [],
"why_use_this": null
}