macOS
brew install dylibbundlerlocal Homebrew formula metadata
sudo port install dylibbundlerMacPorts ports tree · devel/dylibbundler/Portfile · source: api.github.com
brew / rank 2162
Utility to bundle libraries into executables for macOS. Version 1.0.5 via Homebrew; verified from local package data. Also installable with macports: sudo port install dylibbundler.
install
brew install dylibbundlerlocal Homebrew formula metadata
sudo port install dylibbundlerMacPorts ports tree · devel/dylibbundler/Portfile · source: api.github.com
overview
Utility to bundle libraries into executables for macOS
history
dylibbundler is a macOS command-line utility for collecting dynamic-library dependencies into an application bundle. The official README frames it as a fix for the practical pain of distributing Unix-ported macOS apps that depend on .dylib files.
The official git history begins on 2014-05-29 under the macdylibbundler repository. Tagged releases visible from the official repository include 0.4.5-release in 2019, 1.0.0 in 2021, and 1.0.5 in 2022.
The README documents source builds with make plus MacPorts and Homebrew installation. The batch input likewise lists Homebrew and MacPorts, matching its niche as a macOS packaging/deployment helper for developers who ship application bundles.
Users point dylibbundler at an executable or plugin with -x, ask it to bundle dependencies with -b, choose a destination directory with -d, and set the runtime install path with -p. The tool walks otool -L dependencies, copies libraries, changes install names, and prepares the executable and bundled libraries for distribution.
dylibbundler is useful package-nerd plumbing for the awkward boundary between Unix-style shared libraries and macOS .app bundles. It automates a task that otherwise requires many install_name_tool and copy operations, especially for ports of Linux or other Unix software to macOS.
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 |
|---|---|---|---|
dylibbundler | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:dylibbundler |
|---|---|
| Version | 1.0.5 |
| Package manager | Homebrew |
| Homepage | https://github.com/auriamg/macdylibbundler |
| Repository | https://github.com/auriamg/macdylibbundler |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dylibbundler
sudo port install dylibbundlersource 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.