macOS
brew install ldidlocal Homebrew formula metadata
sudo port install ldidMacPorts ports tree · devel/ldid/Portfile · source: api.github.com
brew
Lets you manipulate the signature block in a Mach-O binary. Version 2.1.5 via Homebrew; verified from local package data.
install
brew install ldidlocal Homebrew formula metadata
sudo port install ldidMacPorts ports tree · devel/ldid/Portfile · source: api.github.com
nix profile install nixpkgs#ldidnixpkgs package indexes · pkgs/by-name/ld/ldid/package.nix · source: api.github.com
overview
Lets you manipulate the signature block in a Mach-O binary
history
ldid, the Link Identity Editor, is a small Mach-O signing and entitlement utility associated with Jay Freeman's Cydia ecosystem. Its official Cydia package page describes it as a program for manipulating the signature block in a Mach-O binary.
The tool grew out of iPhone OS and macOS code-signing work where developers needed a lightweight way to add, refresh, or inspect Mach-O signature metadata. Homebrew packages saurik's Git repository and installs both ldid and an ldid2 symlink, reflecting its long use as a command-line helper rather than a large standalone application.
ldid became a familiar dependency in jailbreak and unsigned iOS development toolchains because it could apply ad-hoc signatures and entitlements outside Apple's full signing workflow. Package-manager availability in Homebrew, MacPorts, and Nix made it reachable on developer workstations even though the primary upstream surface stayed minimal.
Typical use is direct command-line signing or inspection: the Cydia page documents signing from scratch, updating hashes on an existing binary, and dumping entitlements. That narrow scope is the point: it handles the Mach-O signature block without becoming a broader codesigning framework.
For package maintainers, ldid is interesting because it sits at the boundary between platform policy and Unix-style tooling. It is a tiny utility with outsized importance in iOS packaging workflows, and formulae often have to care about source availability, OpenSSL/libplist compatibility, and conflicting ldid variants.
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 |
|---|---|---|---|
ldid | cli | global executable | |
ldid2 | 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://cydia.saurik.com/info/ldid/
install metadata
| Package key | brew:ldid |
|---|---|
| Version | 2.1.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ldid |
| Homepage | https://cydia.saurik.com/info/ldid/ |
| Repository | https://git.saurik.com/ldid.git |
| Upstream docs | https://cydia.saurik.com/info/ldid |
| License | AGPL-3.0-or-later |
| Source archive | git://git.saurik.com/ldid.git |
| Dependencies | libplist, openssl@3 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ldid |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Conflicts With |
|
| 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.
ldid
nix profile install nixpkgs#ldidldid
sudo port install ldidsource 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.