# ntfy を Homebrew, apk, apt, Nix, scoop でインストール

ntfy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ntfy
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ntfy
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ntfy
```

  証拠: Alpine Linux edge package indexes: ntfy from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ntfy
```

  証拠: Debian stable package indexes: ntfy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#ntfy
```

  証拠: nixpkgs package indexes: pkgs/by-name/nt/ntfy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/ntfy
```

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

## パッケージ情報

- **パッケージキー:** brew:ntfy
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ntfy>
- **バージョン:** 2.27.0
- **ソース概要:** Send push notifications to your phone or desktop via PUT/POST
- **ホームページ:** <https://ntfy.sh/>
- **リポジトリ:** <https://github.com/binwiederhier/ntfy>
- **上流ドキュメント:** <https://ntfy.sh/>
- **ライセンス:** Apache-2.0 OR GPL-2.0-only
- **ソースアーカイブ:** <https://github.com/binwiederhier/ntfy/archive/refs/tags/v2.26.3.tar.gz>
- **最終更新:** 2026-08-04T06:59:37Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ntfy (cli)
- ntfy (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.27.0
- マネージャ更新日: 2026-08-04
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/binwiederhier/ntfy
- 検出された最新: v2.26.3 (最新)
## プロジェクトの歴史と使われ方

ntfy is a Go-based HTTP pub/sub notification service whose package identity is unusually clear: the CLI, public ntfy.sh service, self-hosted server, Android app, iOS app, and docs all center on the same simple PUT/POST-to-a-topic workflow.

### プロジェクトの歴史

The GitHub repository was created on 2021-10-23. The README describes ntfy as a service for sending notifications to phone or desktop from scripts without signup or fees, while also supporting self-hosting.

### 採用の歴史

Adoption grew through a practical package-nerd path rather than a formal platform: a public hosted service, Homebrew/Linux packages, mobile apps on Google Play, F-Droid, and the Apple App Store, and integrations documented around cron, Ansible, GitHub Actions, changedetection.io, Watchtower/shoutrrr, and Apprise-style URLs.

Its GitHub repository showed substantial public use by 2026-07-01, with the API reporting 31,047 stars and 1,326 forks. Treat that as a point-in-time signal, not a stable project fact.

### 使われ方

The common use is deliberately small: publish text with curl or `ntfy publish`, subscribe a phone or browser to the topic, and wire the endpoint into scripts. The docs show people using it for backup success/failure messages, low disk alerts, SSH login alerts, distributed job result collection, configuration-management notifications, and CI status pings.

Self-hosters care about the server/client split and config locations; casual users often treat ntfy.sh as a disposable webhook endpoint for personal operational alerts.

### パッケージ好きにとっての重要性

ntfy matters because it turns push notifications into a Unix-shaped primitive: a URL, a topic, and stdin. It competes less with chat systems than with little piles of brittle webhook glue.

### タイムライン

- 2021-10-23: GitHub repository created.
- 2022: iOS app availability followed the earlier Android/F-Droid distribution path, making the project useful across the common phone platforms.
- 2026-07-01: GitHub API point-in-time snapshot reported 31,047 stars and 1,326 forks.

### Related projects

- ntfy-android
- ntfy-ios
- Apprise
- shoutrrr
- changedetection.io

### ソース

- <https://api.github.com/repos/binwiederhier/ntfy>
- <https://formulae.brew.sh/formula/ntfy>
- <https://github.com/binwiederhier/ntfy>
- <https://raw.githubusercontent.com/binwiederhier/ntfy/main/README.md>
- <https://raw.githubusercontent.com/binwiederhier/ntfy/main/docs/examples.md>
- <https://raw.githubusercontent.com/binwiederhier/ntfy/main/docs/index.md>


## セキュリティノート

ntfy に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



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

- Linux: /etc/ntfy/server.yml, /etc/ntfy/client.yml, ~/.config/ntfy/client.yml
- macOS: ~/Library/Application Support/ntfy/client.yml
- Windows: %ProgramData%\ntfy\server.yml, %AppData%\ntfy\client.yml

## Credential files

- Linux: /var/lib/ntfy/user.db, /etc/ntfy/client.yml, ~/.config/ntfy/client.yml
- macOS: ~/Library/Application Support/ntfy/client.yml
- Windows: %ProgramData%\ntfy\user.db, %AppData%\ntfy\client.yml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ntfy
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - ntfy - 2.11.0-2+b4: normalized package name match | Debian stable package indexes: ntfy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Send push notifications to your phone or desktop | https://github.com/binwiederhier/ntfy
- Nix - ntfy: normalized package name match | nixpkgs package indexes: pkgs/by-name/nt/ntfy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - ntfy - 2.23.0-r1: normalized package name match | Alpine Linux edge package indexes: ntfy from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A simple HTTP-based pub-sub notification service | https://ntfy.sh/
- apk - ntfy-openrc - 2.23.0-r1: normalized package name match | Alpine Linux edge package indexes: ntfy-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A simple HTTP-based pub-sub notification service (OpenRC init scripts) | https://ntfy.sh/
- Scoop - main/ntfy: normalized package name match | Scoop official bucket manifest trees: bucket/ntfy.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://pkg.so/ja/web-dev-tools/) - Matched web development metadata.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [apprise](https://pkg.so/ja/brew/apprise/) - Shares pkgdb curated category or tags: cli, networking, notifications.
- [wget](https://pkg.so/ja/brew/wget/) - Shares pkgdb curated category or tags: cli, http, networking.
- [nginx](https://pkg.so/ja/brew/nginx/) - Shares pkgdb curated category or tags: cli, http, networking.
- [aria2](https://pkg.so/ja/brew/aria2/) - Shares pkgdb curated category or tags: cli, http, networking.
- [httpd](https://pkg.so/ja/brew/httpd/) - Shares pkgdb curated category or tags: cli, http, networking.
- [haproxy](https://pkg.so/ja/brew/haproxy/) - Shares pkgdb curated category or tags: cli, http, networking.
- [oha](https://pkg.so/ja/brew/oha/) - Shares pkgdb curated category or tags: cli, http, networking.
- [squid](https://pkg.so/ja/brew/squid/) - Shares pkgdb curated category or tags: cli, http, networking.
- [ladder](https://pkg.so/ja/brew/ladder/) - Local package facts share a topical domain. Shared terms: cli, hosted, http, networking, self.
- [pgrok](https://pkg.so/ja/brew/pgrok/) - Local package facts share a topical domain. Shared terms: cli, hosted, http, networking, self.
- [rustypaste](https://pkg.so/ja/brew/rustypaste/) - Local package facts share a topical domain. Shared terms: cli, hosted, http, networking, self.

## Combined YAML source

View the package source record on GitHub. [combined/ntfy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ntfy.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
