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

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
