# modman を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:modman
```

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

### macOS

- Homebrew (100%):

```sh
brew install modman
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:modman
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.14
- **ソース概要:** Module deployment script geared towards Magento development
- **ホームページ:** <https://github.com/colinmollenhour/modman>
- **リポジトリ:** <https://github.com/colinmollenhour/modman>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- modman (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

modman, short for Module Manager, is a Bash deployment script by Colin Mollenhour, copyrighted from 2009 and strongly associated with Magento extension development. Its README explains the original pain point: some software, especially Magento, forced extension files to be interleaved through core application directories, making version control and deployment awkward. modman answered that by keeping each module checked out under `.modman` and maintaining symlinks into the target tree according to a mapping file.

### プロジェクトの歴史

In practice, modman became a small Unixy tool for Magento developers who wanted separate repositories for extensions before Composer became the dominant PHP packaging path. It supports Git and Subversion checkouts, a deploy command for already-checked-out code, and a plain text mapping file rather than a package registry. Community Magento posts and extension READMEs used it as an installation path, and a 2015 Magento 2 development article identified Colin Mollenhour as its creator and described the ability to attach multiple local repositories to a Magento project as its key feature.

### 使われ方

The Homebrew formula packages the `modman` executable for macOS and Linux users. Its niche is historical but still legible: it is not a general package manager so much as a symlink-based module layout tool for codebases that predate cleaner extension packaging.

### ソース

- <https://formulae.brew.sh/formula/modman>
- <https://github.com/colinmollenhour/modman>
- <https://magento.stackexchange.com/questions/30315/how-to-use-modman-for-managing-modules-in-github>
- <https://raw.githubusercontent.com/colinmollenhour/modman/master/README.md>
- <https://www.maxpronko.com/magento-2-module-in-a-separate-repository/>


## セキュリティノート

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## ソース

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