# dylibbundler を Homebrew, MacPorts でインストール

dylibbundler のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:dylibbundler
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install dylibbundler
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dylibbundler
```

  証拠: MacPorts ports tree: devel/dylibbundler/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:dylibbundler
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0.5
- **ソース概要:** Utility to bundle libraries into executables for macOS
- **ホームページ:** <https://github.com/auriamg/macdylibbundler>
- **リポジトリ:** <https://github.com/auriamg/macdylibbundler>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- dylibbundler (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.0.5
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2014: Initial commits land in the official repository.
- 2019: 0.4.5-release tag created.
- 2021: 1.0.0 tag created.
- 2022: 1.0.5 tag created.

### Related projects

- The README places dylibbundler near Apple's command-line tools for dynamic libraries, especially otool and install_name_tool, and near MacPorts/Homebrew workflows for shipping Unix-derived macOS applications.

### ソース

- <https://github.com/auriamg/macdylibbundler#readme>
- <https://github.com/auriamg/macdylibbundler>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- MacPorts - dylibbundler: normalized package name match | MacPorts ports tree: devel/dylibbundler/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/dylibbundler.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dylibbundler.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
