# ios-deploy を Homebrew, MacPorts, Nix でインストール

ios-deploy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ios-deploy
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ios-deploy
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ios-deploy
```

  証拠: MacPorts ports tree: devel/ios-deploy/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ios-deploy
```

  証拠: nixpkgs package indexes: pkgs/by-name/io/ios-deploy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:ios-deploy
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ios-deploy>
- **バージョン:** 1.12.2
- **ソース概要:** Install and debug iPhone apps from the command-line
- **ホームページ:** <https://github.com/ios-control/ios-deploy>
- **リポジトリ:** <https://github.com/ios-control/ios-deploy>
- **上流ドキュメント:** <https://github.com/ios-control/ios-deploy#readme>
- **ライセンス:** GPL-3.0-or-later AND BSD-3-Clause
- **ソースアーカイブ:** <https://github.com/ios-control/ios-deploy/archive/refs/tags/1.12.2.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- ios-deploy (cli)
- ios-deploy (エイリアス)

## インストール挙動

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

## バージョンと鮮度

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

ios-deploy is a command-line tool for installing, launching, debugging, and inspecting iOS apps on physical devices. The upstream README positions it as a way to install and debug apps from the command line, especially for un-jailbroken devices before the iOS 17 tooling shift.

### プロジェクトの歴史

The repository dates to 2013 and the package.json names Greg Hughes as author. The project historically gave non-Xcode workflows a scriptable bridge to Apple device deployment and LLDB debugging, with a binary exposed as ios-deploy for npm and package-manager installs.

The README records an important later transition: Apple changed the system frameworks used for device communication in iOS 17 and supplied command-line tools that can largely replace ios-deploy. It also notes that the old 1.x branch was archived and that planned 2.x restructuring was abandoned in favor of simpler master-branch development.

### 採用の歴史

ios-deploy became part of the Cordova/PhoneGap-style and CI-friendly iOS developer-tool chain because it made device install/debug operations addressable from scripts. npm registry metadata shows npm distribution beginning in 2013, and Homebrew, MacPorts, and Nix packaging in the input metadata show broader package-manager adoption.

### 使われ方

Typical invocations install an app bundle, launch it under LLDB, list connected devices, upload and download files from an app container, inspect installed bundle IDs, manage provisioning profiles, and emit JSON output for scripts. The README requires macOS, Xcode, and a valid iOS development certificate.

### パッケージ好きにとっての重要性

ios-deploy is a package-nerd landmark because it turned a GUI-centered Apple workflow into a composable CLI. It became the sort of package CI scripts and hybrid-app toolchains could depend on, while also exposing how sensitive these packages are to private or shifting Apple device-communication frameworks.

### タイムライン

- 2013: GitHub repository created and npm package publication began.
- 2013: Version 1.0 tag appears in the Git history.
- 2023: Version 1.12.2 tag used by Homebrew as the stable source archive.
- 2023: iOS 17 changed the underlying Apple frameworks, and the README points users toward Apple command-line replacements for many workflows.

### Related projects

- The README links SDMMobileDevice as a source for error-code handling and points to PhoneGap milestones, reflecting the tool's relationship to hybrid mobile development. It overlaps functionally with Xcode, LLDB, Apple device tools, and higher-level build systems that need command-line deployment.

### ソース

- <https://formulae.brew.sh/formula/ios-deploy>
- <https://github.com/ios-control/ios-deploy>
- <https://raw.githubusercontent.com/ios-control/ios-deploy/master/README.md>
- <https://raw.githubusercontent.com/ios-control/ios-deploy/master/package.json>
- <https://registry.npmjs.org/ios-deploy>


## セキュリティノート

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-deploy
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** macos, xcode
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Nix - ios-deploy: normalized package name match | nixpkgs package indexes: pkgs/by-name/io/ios-deploy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ios-deploy: normalized package name match | MacPorts ports tree: devel/ios-deploy/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [ios-sim](https://www.automicvault.com/ja/pkg/brew/ios-sim/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [ipapatch](https://www.automicvault.com/ja/pkg/brew/ipapatch/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [ipatool](https://www.automicvault.com/ja/pkg/brew/ipatool/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [react-native-cli](https://www.automicvault.com/ja/pkg/brew/react-native-cli/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [rswift](https://www.automicvault.com/ja/pkg/brew/rswift/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [ideviceinstaller](https://www.automicvault.com/ja/pkg/brew/ideviceinstaller/) - Shares av.db curated category or tags: cli, developer-tools, ios, iphone, mobile-development.
- [kdoctor](https://www.automicvault.com/ja/pkg/brew/kdoctor/) - Shares av.db curated category or tags: cli, developer-tools, mobile-development.
- [libimobiledevice](https://www.automicvault.com/ja/pkg/brew/libimobiledevice/) - Shares av.db curated category or tags: cli, developer-tools, ios, iphone.
- [ios-deploy](https://www.automicvault.com/ja/pkg/npm/ios-deploy/) - Same normalized package name appears in another local ecosystem. Shared terms: apps, cli, deploy, deployment, developer.
- [ios-sim](https://www.automicvault.com/ja/pkg/npm/ios-sim/) - Local package facts share a topical domain. Shared terms: apps, cli, debug, developer, developer-tools.
- [ios-deploy](https://www.automicvault.com/ja/pkg/npm/ios-deploy/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/ios-deploy.yml](https://github.com/automic-vault/db/blob/main/combined/ios-deploy.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
