macOS
brew install ios-deploylocal Homebrew formula metadata
sudo port install ios-deployMacPorts ports tree · devel/ios-deploy/Portfile · source: api.github.com
brew
Install and debug iPhone apps from the command-line. Version 1.12.2 via Homebrew; verified from local package data.
install
brew install ios-deploylocal Homebrew formula metadata
sudo port install ios-deployMacPorts ports tree · devel/ios-deploy/Portfile · source: api.github.com
nix profile install nixpkgs#ios-deploynixpkgs package indexes · pkgs/by-name/io/ios-deploy/package.nix · source: api.github.com
overview
Install and debug iPhone apps from the command-line
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ios-deploy | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ios-control/ios-deploy
install metadata
| Package key | brew:ios-deploy |
|---|---|
| Version | 1.12.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ios-deploy |
| Homepage | https://github.com/ios-control/ios-deploy |
| Repository | https://github.com/ios-control/ios-deploy |
| Upstream docs | https://github.com/ios-control/ios-deploy#readme |
| License | GPL-3.0-or-later AND BSD-3-Clause |
| Source archive | https://github.com/ios-control/ios-deploy/archive/refs/tags/1.12.2.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ios-deploy |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ios-deploy
nix profile install nixpkgs#ios-deployios-deploy
sudo port install ios-deploysource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.