# 使用 Homebrew, Nix, scoop 安装 ios-webkit-debug-proxy

查看 ios-webkit-debug-proxy 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:ios-webkit-debug-proxy
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ios-webkit-debug-proxy
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ios-webkit-debug-proxy
```

  证据: nixpkgs package indexes: pkgs/by-name/io/ios-webkit-debug-proxy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/ios-webkit-debug-proxy
```

  证据: Scoop official bucket manifest trees: bucket/ios-webkit-debug-proxy.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:ios-webkit-debug-proxy
- **软件包管理器:** Homebrew
- **版本:** 1.9.2
- **来源摘要:** DevTools proxy for iOS devices
- **主页:** <https://github.com/google/ios-webkit-debug-proxy>
- **仓库:** <https://github.com/google/ios-webkit-debug-proxy>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- ios_webkit_debug_proxy (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.9.2
## 项目历史与用法

iOS WebKit Debug Proxy, also known as iwdp, proxies requests from usbmuxd over WebSocket so developer tools can send commands to MobileSafari and UIWebViews on real or simulated iOS devices. Its upstream README describes it as a DevTools proxy for iOS Safari Remote Web Inspector.

### 项目历史

Google's repository dates to 2013 and carries a 2012 Google copyright notice in the README and design document. The design document lays out a C codebase split into a main proxy, WebInspector translator, device listener, WebSocket layer, port configuration, and single-threaded non-blocking socket manager.

The project evolved around the moving boundary between WebKit Inspector Protocol, Chrome DevTools, Safari Web Inspector, libimobiledevice, and usbmuxd. The README documents support across Linux, macOS, and Windows, dependency builds for libplist/libusbmuxd/libimobiledevice/usbmuxd, and troubleshooting for iOS and browser-protocol changes.

### 采用历史

iwdp became a bridge package for teams wanting browser-style remote debugging of iOS web content outside Safari's native workflow. Homebrew and Nix packaging in the input metadata, Scoop packaging in the README and input metadata, and Linux build instructions in the README show its cross-platform package footprint.

### 使用方式

Users start an iOS simulator or attach a device, enable Safari's Web Inspector, run ios_webkit_debug_proxy, and open the local device list or JSON endpoints. The proxy assigns ports beginning with a device-list page and then per-device DevTools endpoints, allowing WebSocket clients and browser frontends to inspect pages.

### 为什么软件包爱好者会关心

For package nerds, ios-webkit-debug-proxy is significant because it packages an awkward protocol bridge: Apple device discovery through usbmuxd and libimobiledevice on one side, WebKit Inspector and DevTools-style WebSocket clients on the other. It is the kind of dependency that unlocks automation stacks, mobile web testing, and cross-browser debugging workflows.

### 时间线

- 2012: README and design document carry Google copyright notices.
- 2013: GitHub repository created and version 1.0 tag appears in the Git history.
- 2015: README notes the Chrome DevTools frontend URL changed from devtools.html to inspector.html in Chrome 45-era tooling.
- 2025: Version v1.9.2 tag used by Homebrew as the stable source archive.

### Related projects

- The README directly names libplist, libusbmuxd, libimobiledevice, usbmuxd, Chrome DevTools, WebKit Inspector Protocol, Safari Web Inspector frontends, and Mozilla Valence as related technologies. Those relationships explain why the package appears in both developer-tool and mobile-web debugging contexts.

### 来源

- <https://formulae.brew.sh/formula/ios-webkit-debug-proxy>
- <https://github.com/google/ios-webkit-debug-proxy>
- <https://raw.githubusercontent.com/google/ios-webkit-debug-proxy/master/README.md>
- <https://raw.githubusercontent.com/google/ios-webkit-debug-proxy/master/design.md>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - ios-webkit-debug-proxy: normalized package name match | nixpkgs package indexes: pkgs/by-name/io/ios-webkit-debug-proxy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - extras/ios-webkit-debug-proxy: normalized package name match | Scoop official bucket manifest trees: bucket/ios-webkit-debug-proxy.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ios-webkit-debug-proxy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ios-webkit-debug-proxy.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
