# ios-deploy mit Homebrew, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ios-deploy in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

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

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:ios-deploy
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/ios-deploy>
- **Version:** 1.12.2
- **Quellzusammenfassung:** Install and debug iPhone apps from the command-line
- **Homepage:** <https://github.com/ios-control/ios-deploy>
- **Repository:** <https://github.com/ios-control/ios-deploy>
- **Upstream-Dokumentation:** <https://github.com/ios-control/ios-deploy#readme>
- **Lizenz:** GPL-3.0-or-later AND BSD-3-Clause
- **Quellarchiv:** <https://github.com/ios-control/ios-deploy/archive/refs/tags/1.12.2.tar.gz>
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- ios-deploy (cli)
- ios-deploy (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 1.12.2
- lokale Daten: OK
- Upstream-Repository: https://github.com/ios-control/ios-deploy
- neueste erkannte Version: 1.12.2 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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

## Andere Paketmanager-Einträge

- 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


## Verwandte Links

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


## Quellen

- 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
