# 使用 Homebrew, Nix, scoop 安装 noti

查看 noti 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:noti
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install noti
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#noti
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/noti
```

  证据: Scoop official bucket manifest trees: bucket/noti.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:noti
- **软件包管理器:** Homebrew
- **版本:** 3.9.0
- **来源摘要:** Trigger notifications when a process completes
- **主页:** <https://codeberg.org/roble/noti>
- **最后更新:** 2026-07-30T01:28:03Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- noti (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.9.0
## 项目历史与用法

noti is a small Go CLI for monitoring a process and sending a notification when it finishes. Its core pitch is simple: wrap a long-running command, attach to an already-running PID, or pipe command output into a notification instead of watching a terminal.

### 项目历史

The project was originally known through the variadico/noti GitHub repository, which later moved to Codeberg at codeberg.org/roble/noti. The GitHub repository was archived on 2026-05-01 and marked as not mirrored, but it preserved useful adoption signals: 4.9k stars, 140 forks, 362 commits, and a README pointing to Codeberg.

The Homebrew formula packaged version 3.8.0 from a Codeberg source archive. Because the active Codeberg history was not easy to verify through a complete clone in this run, this history avoids claims about first release dates beyond the archived GitHub and Homebrew facts.

### 采用历史

noti's adoption is unusually high for such a narrow utility because the problem is universal: long builds, tests, downloads, compression jobs, and data processing tasks finish when the user is no longer staring at the terminal. The archived GitHub star count indicates broad interest, while Homebrew reported 477 installs over the 365-day window in the formula JSON.

### 使用方式

The README shows the practical shell patterns: prefix a command with noti, append noti after a command, watch a process ID with --pwatch, resume a suspended process with fg; noti, or pipe the tail of test output into noti with a custom title/message. Configuration is YAML, searched first at ./.noti.yaml and then under XDG_CONFIG_HOME or ~/.config/noti/noti.yaml.

Supported notification targets include local banner and speech notifications plus services such as Mattermost, Pushbullet, Pushover, Slack, Telegram, Zulip, Twilio, Google Chat, Chanify, Bark, and ntfy.

### 为什么软件包爱好者会关心

noti is the archetypal tiny productivity package: a single executable, no grand platform story, but a sticky workflow because it composes with any Unix command. It competes more with shell aliases and OS notification snippets than with large notification frameworks.

### 时间线

- 2026-05-01: variadico/noti GitHub repository archived after moving to Codeberg.
- 2026 package metadata: Homebrew formula packaged version 3.8.0 from codeberg.org/roble/noti.

### Related projects

- notify-send, terminal-notifier, ntfy, Pushover, Pushbullet, Slack, Telegram.

### 来源

- <https://codeberg.org/roble/noti>
- <https://formulae.brew.sh/api/formula/noti.json>
- <https://github.com/variadico/noti>
- <https://raw.githubusercontent.com/variadico/noti/master/README.md>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - noti: normalized package name match | nixpkgs package indexes: pkgs/by-name/no/noti/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/noti: normalized package name match | Scoop official bucket manifest trees: bucket/noti.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/noti.yml](https://github.com/mxcl/pkgdb/blob/main/combined/noti.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
