# 使用 Homebrew, apk, apt, dnf, Nix, pacman 安装 apprise

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

## 安装

```sh
sudo av install brew:apprise
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install apprise
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add apprise
```

  证据: Alpine Linux edge package indexes: apprise from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install apprise
```

  证据: Debian stable package indexes: apprise from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install apprise
```

  证据: Fedora Rawhide package metadata: apprise from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#apprise
```

  证据: nixpkgs package indexes: apprise from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S apprise
```

  证据: Arch Linux sync databases: apprise from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:apprise
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/apprise>
- **版本:** 1.12.0
- **来源摘要:** Send notifications from the command-line to popular notification services
- **主页:** <https://pypi.org/project/apprise/>
- **仓库:** <https://github.com/caronc/apprise>
- **上游文档:** <https://appriseit.com/>
- **许可证:** BSD-3-Clause
- **源码归档:** <https://files.pythonhosted.org/packages/ff/f7/95a52cda9355f32c5db9ef77bac18e85977472d29c555fafd825cf60c309/apprise-1.12.0.tar.gz>
- **最后更新:** 2026-07-05T18:01:38Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- apprise (cli)
- apprise (别名)

## 依赖

- certifi
- libyaml
- python@3.14

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.12.0
- 管理器更新时间: 2026-07-05
- 本地数据: OK
- 上游仓库: https://pypi.org/project/apprise/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

Apprise is a Python notification library and CLI that sends messages to many notification services through one URL syntax. It wraps services such as Discord, Slack, Telegram, Gotify, email, SMS gateways, webhooks, and desktop notification systems behind one command and API.

### 项目历史

PyPI records Apprise releases beginning with 0.0.1 in November 2017. The official README frames the project as a way for developers and operators to avoid writing one integration per notification provider.

The 1.0.0 release appeared on PyPI in August 2022, and current releases continue to add providers and service syntax while keeping the central model: notification targets are encoded as URLs and can be supplied directly, through config files, or through environment variables.

### 采用历史

Apprise's adoption came from the automation and self-hosting world: backup scripts, monitoring jobs, CI tasks, download managers, and home-lab tools can send alerts through whatever notification service a user already has. Package availability across Homebrew, Debian, Fedora, Arch, Alpine, Nix, and Ubuntu reflects that sysadmin-style use case.

Because Apprise is both a library and a CLI, it fits into Python applications as an embedded notification backend and into shell scripts as a standalone `apprise` command.

### 使用方式

The most direct CLI usage is to pass one or more notification URLs and a message body. More durable setups store URLs in Apprise config files, which the CLI searches by default, or point to explicit config locations with `--config`.

Apprise configuration files often contain provider tokens, webhook IDs, API keys, or passwords as part of service URLs. The project does not document a separate credentials file; secrets live in the notification URLs/configs users choose.

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

Apprise is package-manager-friendly glue: it turns dozens of optional API integrations into one dependency with a stable CLI surface. That makes it attractive to packagers and downstream tools that want broad notification support without vendoring service-specific clients.

The package is also a reminder that URL schemes can be a compact configuration language. For package nerds, Apprise's long service table is effectively a registry of notification transports encoded as CLI-friendly strings.

### 时间线

- 2017: PyPI records the first Apprise 0.0.1 release.
- 2022: PyPI records Apprise 1.0.0.
- 2026: PyPI records active 1.x releases, including 1.11.0.

### Related projects

- Apprise API is a companion service endpoint supported by Apprise URLs.
- The project overlaps operationally with provider-specific CLIs and webhook senders for Slack, Discord, Telegram, Gotify, ntfy, email, and SMS services.

### 来源

- <https://appriseit.com/>
- <https://github.com/caronc/apprise#readme>
- <https://github.com/caronc/apprise/blob/master/apprise/cli.py>
- <https://pypi.org/pypi/apprise/json>


## 安全说明

没有找到 apprise 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 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

- Unix: ~/.apprise, ~/.apprise.conf, ~/.apprise.yml, ~/.apprise.yaml, ~/.config/apprise, ~/.config/apprise.conf, ~/.config/apprise.yml, ~/.config/apprise.yaml, ~/.apprise/apprise, ~/.apprise/apprise.conf, ~/.apprise/apprise.yml, ~/.apprise/apprise.yaml, ~/.config/apprise/apprise, ~/.config/apprise/apprise.conf, ~/.config/apprise/apprise.yml, ~/.config/apprise/apprise.yaml, /etc/apprise, /etc/apprise.yml, /etc/apprise.yaml, /etc/apprise/apprise, /etc/apprise/apprise.conf, /etc/apprise/apprise.yml, /etc/apprise/apprise.yaml
- Windows: %APPDATA%\Apprise\apprise, %APPDATA%\Apprise\apprise.conf, %APPDATA%\Apprise\apprise.yml, %APPDATA%\Apprise\apprise.yaml, %LOCALAPPDATA%\Apprise\apprise, %LOCALAPPDATA%\Apprise\apprise.conf, %LOCALAPPDATA%\Apprise\apprise.yml, %LOCALAPPDATA%\Apprise\apprise.yaml, %ALLUSERSPROFILE%\Apprise\apprise, %ALLUSERSPROFILE%\Apprise\apprise.conf, %ALLUSERSPROFILE%\Apprise\apprise.yml, %ALLUSERSPROFILE%\Apprise\apprise.yaml, %PROGRAMFILES%\Apprise\apprise, %PROGRAMFILES%\Apprise\apprise.conf, %PROGRAMFILES%\Apprise\apprise.yml, %PROGRAMFILES%\Apprise\apprise.yaml, %COMMONPROGRAMFILES%\Apprise\apprise, %COMMONPROGRAMFILES%\Apprise\apprise.conf, %COMMONPROGRAMFILES%\Apprise\apprise.yml, %COMMONPROGRAMFILES%\Apprise\apprise.yaml
## 源数据库详情

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

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

- Debian apt - apprise - 1.9.3-1: normalized package name match | Debian stable package indexes: apprise from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Push Notifications that work with just about every platform | https://github.com/caronc/apprise
- Nix - apprise: normalized package name match | nixpkgs package indexes: apprise from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - apprise - 1.7.2-1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: apprise from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Push Notifications that work with just about every platform | https://github.com/caronc/apprise
- apk - apprise - 1.11.0-r0: normalized package name match | Alpine Linux edge package indexes: apprise from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Push Notifications that work with just about every platform | https://github.com/caronc/apprise
- apk - apprise-doc - 1.11.0-r0: normalized package name match | Alpine Linux edge package indexes: apprise-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Push Notifications that work with just about every platform (documentation) | https://github.com/caronc/apprise
- apk - apprise-pyc - 1.11.0-r0: normalized package name match | Alpine Linux edge package indexes: apprise-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for apprise | https://github.com/caronc/apprise
- dnf - apprise - 1.11.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: apprise from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Notify messaging platforms from the command line | https://github.com/caronc/apprise
- pacman - apprise - 1.10.0-1: normalized package name match | Arch Linux sync databases: apprise from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Push Notifications that work with just about every platform | https://github.com/caronc/apprise


## 相关链接

- [Package publisher tools](https://www.automicvault.com/zh-hans/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/zh-hans/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [python@3.14](https://www.automicvault.com/zh-hans/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [easeprobe](https://www.automicvault.com/zh-hans/pkg/brew/easeprobe/) - Shares av.db curated category or tags: cli, networking, notifications.
- [activemq](https://www.automicvault.com/zh-hans/pkg/brew/activemq/) - Shares av.db curated category or tags: cli, networking.
- [adns](https://www.automicvault.com/zh-hans/pkg/brew/adns/) - Shares av.db curated category or tags: cli, networking.
- [aerleon](https://www.automicvault.com/zh-hans/pkg/brew/aerleon/) - Shares av.db curated category or tags: cli, networking.
- [ahcpd](https://www.automicvault.com/zh-hans/pkg/brew/ahcpd/) - Shares av.db curated category or tags: cli, networking.
- [airshare](https://www.automicvault.com/zh-hans/pkg/brew/airshare/) - Shares av.db curated category or tags: cli, networking.
- [algernon](https://www.automicvault.com/zh-hans/pkg/brew/algernon/) - Shares av.db curated category or tags: cli, networking.
- [aliddns](https://www.automicvault.com/zh-hans/pkg/brew/aliddns/) - Shares av.db curated category or tags: cli, networking.
- [btcli](https://www.automicvault.com/zh-hans/pkg/brew/btcli/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, command-line, libyaml, line.
- [checkdmarc](https://www.automicvault.com/zh-hans/pkg/brew/checkdmarc/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, command-line, line, networking.
- [lexicon](https://www.automicvault.com/zh-hans/pkg/brew/lexicon/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, libyaml, networking, python.

## Combined YAML source

View the package source record on GitHub. [combined/apprise.yml](https://github.com/automic-vault/db/blob/main/combined/apprise.yml)


## 来源

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