# 使用 Homebrew, MacPorts, Nix 安装 ios-deploy

查看 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/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [ios-sim](https://www.automicvault.com/zh-hans/pkg/brew/ios-sim/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [ipapatch](https://www.automicvault.com/zh-hans/pkg/brew/ipapatch/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [ipatool](https://www.automicvault.com/zh-hans/pkg/brew/ipatool/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [react-native-cli](https://www.automicvault.com/zh-hans/pkg/brew/react-native-cli/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [rswift](https://www.automicvault.com/zh-hans/pkg/brew/rswift/) - Shares av.db curated category or tags: cli, developer-tools, ios, mobile-development.
- [ideviceinstaller](https://www.automicvault.com/zh-hans/pkg/brew/ideviceinstaller/) - Shares av.db curated category or tags: cli, developer-tools, ios, iphone, mobile-development.
- [kdoctor](https://www.automicvault.com/zh-hans/pkg/brew/kdoctor/) - Shares av.db curated category or tags: cli, developer-tools, mobile-development.
- [libimobiledevice](https://www.automicvault.com/zh-hans/pkg/brew/libimobiledevice/) - Shares av.db curated category or tags: cli, developer-tools, ios, iphone.
- [ios-deploy](https://www.automicvault.com/zh-hans/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/zh-hans/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/zh-hans/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
