# Installer noti avec Homebrew, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de noti pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install noti
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:noti
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.9.0
- **Résumé source:** Trigger notifications when a process completes
- **Page d'accueil:** <https://codeberg.org/roble/noti>
- **Dernière mise à jour:** 2026-07-30T01:28:03Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- noti (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.9.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
