# noti mit Homebrew, Nix, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für noti in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install noti
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

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

## Paketfakten

- **Paketschlüssel:** brew:noti
- **Paketmanager:** Homebrew
- **Version:** 3.9.0
- **Quellzusammenfassung:** Trigger notifications when a process completes
- **Homepage:** <https://codeberg.org/roble/noti>
- **Zuletzt aktualisiert:** 2026-07-30T01:28:03Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- noti (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.9.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

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


## Quellen

- 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
