macOS
brew install ipapatchlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ipapatch in AI-Agent-Workflows.
Installation
brew install ipapatchlocal Homebrew formula metadata
Überblick
CLI tool to patch iOS IPA files and their plugins
Verlauf
ipapatch is a Go CLI for modifying iOS IPA packages and their plugin payloads. Its niche is the iOS sideloading and app-modification workflow, where users need a portable binary that can patch app bundles without driving Xcode.
The README presents ipapatch as a tool for fixing IPA plugin-related problems in share sheets, widgets, VPNs, and similar extension contexts. It uses zxPluginsInject by default and credits Chocolate Fluffy's original IPA patcher tweak plus blacktop's ipsw and go-macho work for making native load-command injection possible.
The release stream began in May 2025 with v1.0.0. Early releases skipped watch apps, added a `--plugins-only` flag, removed an oversized archive dependency, and tightened how modified binaries and output IPAs were handled.
The project has modest but visible adoption through GitHub stars and a Homebrew formula. Its packaging matters because the target workflow is highly CLI-oriented: downloading a release binary or installing through Homebrew is simpler than building a Go toolchain on every device or CI host.
The README emphasizes cross-platform goals across macOS, Linux, and iOS, with Windows described as less proven. That portability is part of the appeal for IPA patching workflows that span desktop hosts and jailbroken or development devices.
ipapatch is used after an IPA has already been obtained: the user runs the CLI against the package to inject or adjust plugin-related Mach-O load commands and then passes the output into signing or installation tooling.
Release notes show practical polish around output compatibility, such as v2.1.0's fix for IPAs that some signing apps and tools could not extract and v2.1.3's fix for signing unusual binaries.
Package nerds care about ipapatch because it turns a fragile iOS app-modification workflow into a distributable command-line package. It is small, specialized, and sits at the intersection of archive formats, Mach-O editing, app extensions, and code-signing expectations.
The project also shows the value of dependency diet in CLI packaging: v2.0.0 removed the external `zip` dependency so releases could behave more like self-contained native binaries.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
ipapatch | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/asdfzxcvbn/ipapatch
Installationsmetadaten
| Paketschlüssel | brew:ipapatch |
|---|---|
| Version | 2.1.3 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/ipapatch |
| Homepage | https://github.com/asdfzxcvbn/ipapatch |
| Repository | https://github.com/asdfzxcvbn/ipapatch |
| Upstream-Dokumentation | https://github.com/asdfzxcvbn/ipapatch#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/asdfzxcvbn/ipapatch/archive/refs/tags/v2.1.3.tar.gz |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ipapatch |
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.