# notify を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:notify
```

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

### macOS

- Homebrew (100%):

```sh
brew install notify
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#notify
```

  証拠: nixpkgs package indexes: pkgs/by-name/no/notify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:notify
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.0.7
- **ソース概要:** Stream the output of any CLI and publish it to a variety of supported platforms
- **ホームページ:** <https://docs.projectdiscovery.io/tools/notify/overview>
- **リポジトリ:** <https://github.com/projectdiscovery/notify>
- **最終更新:** 2026-07-26T19:43:16+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- notify (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

ProjectDiscovery notify is a Go CLI for streaming command output or file contents to notification providers such as Slack, Discord, Telegram, Pushover, email, Microsoft Teams, Google Chat, Gotify, and custom webhooks.

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

The tag history begins with v0.0.1 on 2020-11-04 and reaches v1.0.0 on 2021-08-22. The release line continued through v1.0.7 on 2024-10-31, which matches the stable version in the Homebrew formula metadata checked for this batch.

notify belongs to the ProjectDiscovery ecosystem, so its history is tied to security and recon workflows rather than generic desktop notifications. The README's examples show subfinder output piped into notify, making it part of the common ProjectDiscovery pattern of chaining small CLI tools.

### 採用の歴史

Adoption is strongest among security automation users who already run ProjectDiscovery tools. Homebrew formula analytics reported 217 installs over the 365-day window, which likely understates overall use because the README emphasizes go install and ProjectDiscovery also publishes Docker images.

### 使われ方

Typical usage is to configure provider credentials in ~/.config/notify/provider-config.yaml, then pipe another command's output into notify or send an output file with -data. Flags cover bulk mode, per-message character limits, provider selection, provider IDs, rate limiting, proxying, custom formatting, and custom webhooks.

The practical package-nerd distinction from noti is that notify is pipeline-oriented: it forwards output from tools, scans, or files to shared channels. It is less about telling one local user that a command finished and more about routing results to team notification systems.

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

notify is a small but important piece of security-tool plumbing. It packages notification fanout as a composable Unix filter, which keeps recon and monitoring scripts from embedding Slack/Discord/Telegram webhook logic everywhere.

### タイムライン

- 2020-11-04: v0.0.1 tag.
- 2021-08-22: v1.0.0 tag.
- 2024-10-31: v1.0.7 tag, matching the Homebrew stable formula version checked here.

### Related projects

- ProjectDiscovery subfinder, httpx, nuclei, Slack, Discord, Telegram, Pushover, Microsoft Teams, Google Chat, Gotify.

### ソース

- <https://docs.projectdiscovery.io/tools/notify/overview>
- <https://formulae.brew.sh/api/formula/notify.json>
- <https://github.com/projectdiscovery/notify>
- <https://github.com/projectdiscovery/notify/releases>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/notify/config.yaml, ~/.config/notify/provider-config.yaml

## Credential files

- Unix: ~/.config/notify/provider-config.yaml
## 他のパッケージマネージャ記録

- Nix - notify: normalized package name match | nixpkgs package indexes: pkgs/by-name/no/notify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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