# maclaunch を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:maclaunch
```

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

### macOS

- Homebrew (100%):

```sh
brew install maclaunch
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:maclaunch
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.5
- **ソース概要:** Manage your macOS startup items
- **ホームページ:** <https://github.com/hazcod/maclaunch>
- **リポジトリ:** <https://github.com/hazcod/maclaunch>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- maclaunch (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

maclaunch is a shell-based macOS CLI for listing, enabling, and disabling startup items. The README positions it as a way to inspect persistent launch mechanisms and control them with native macOS tools.

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

The official repository was created in January 2017. Its scope is intentionally narrow: enumerate startup mechanisms such as LaunchAgents, LaunchDaemons, kernel extensions, system extensions, hooks, emond scripts, and cron scripts, then toggle them without rewriting their files.

### 採用の歴史

The README documents Homebrew installation and manual copying of the shell script. Repository metadata captured during this run showed a few hundred GitHub stars, consistent with a niche but useful macOS administration utility.

### 使われ方

Typical commands are `maclaunch list`, `maclaunch list enabled`, `maclaunch list system`, `maclaunch enable <filter>`, and `maclaunch disable <filter>`. The README also documents `ML_SYSTEM` for showing or hiding likely-uninteresting system startup items.

### パッケージ好きにとっての重要性

maclaunch matters to package and system tinkerers because launchd agents and daemons are a common side effect of installing Mac software. A small CLI that filters and toggles them gives Homebrew-era Mac users a scriptable way to audit what starts automatically.

### タイムライン

- 2017: Official GitHub repository created.
- 2023: Repository activity continued through commits pushed to the default branch.

### Related projects

- The tool is related to `launchctl`, `kextutil`, `systemextensionsctl`, and other macOS startup-management surfaces that it wraps or inspects.

### ソース

- <https://api.github.com/repos/hazcod/maclaunch>
- <https://github.com/hazcod/maclaunch>
- <https://github.com/hazcod/maclaunch#readme>
- source_facts.package-manager


## セキュリティノート

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/maclaunch.yml](https://github.com/mxcl/pkgdb/blob/main/combined/maclaunch.yml)


## ソース

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