# ios-webkit-debug-proxy を Homebrew, Nix, scoop でインストール

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
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ios-webkit-debug-proxy>
- **バージョン:** 1.9.2
- **ソース概要:** DevTools proxy for iOS devices
- **ホームページ:** <https://github.com/google/ios-webkit-debug-proxy>
- **リポジトリ:** <https://github.com/google/ios-webkit-debug-proxy>
- **ライセンス:** BSD-3-Clause
- **ソースアーカイブ:** <https://github.com/google/ios-webkit-debug-proxy/archive/refs/tags/v1.9.2.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ios_webkit_debug_proxy (cli)
- ios_webkit_debug_proxy (エイリアス)

## 依存関係

- libimobiledevice
- libplist
- libusbmuxd
- openssl@3

## ビルド依存関係

- autoconf
- automake
- libtool
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.9.2
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/google/ios-webkit-debug-proxy
- 検出された最新: v1.9.2 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ios-webkit-debug-proxy
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- 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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [libimobiledevice](https://pkg.so/ja/brew/libimobiledevice/) - Runtime dependency declared by Homebrew.
- [libusbmuxd](https://pkg.so/ja/brew/libusbmuxd/) - Runtime dependency declared by Homebrew.
- [libplist](https://pkg.so/ja/brew/libplist/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/ja/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/ja/brew/automake/) - Build dependency declared by Homebrew.
- [cocoapods](https://pkg.so/ja/brew/cocoapods/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [swiftgen](https://pkg.so/ja/brew/swiftgen/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [molten-vk](https://pkg.so/ja/brew/molten-vk/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [ios-deploy](https://pkg.so/ja/brew/ios-deploy/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [ideviceinstaller](https://pkg.so/ja/brew/ideviceinstaller/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [carthage](https://pkg.so/ja/brew/carthage/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [rswift](https://pkg.so/ja/brew/rswift/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [inspect-webkit](https://pkg.so/ja/npm/inspect-webkit/) - Local package facts share a topical domain. Shared terms: cli, debugging, developer, developer-tools, devices.
- [ios-deploy](https://pkg.so/ja/npm/ios-deploy/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, devices, ios.

## 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
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
