# 使用 Homebrew, Nix 安装 notify

查看 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
