Automic VaultAutomic Vault

brew

apprise mit Homebrew, apk, apt, dnf, Nix, pacman installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install apprise

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add apprise

Alpine Linux edge package indexes · apprise · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install apprise

Debian stable package indexes · apprise · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install apprise

Fedora Rawhide package metadata · apprise · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#apprise

nixpkgs package indexes · apprise · Quelle: raw.githubusercontent.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S apprise

Arch Linux sync databases · apprise · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Send notifications from the command-line to popular notification services

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

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

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für apprise wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 3 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

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

Config paths the tool may read or write during local use.

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

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
apprisecliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-08
Manager-Version1.12.0
Manager aktualisiert2026-07-05
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://pypi.org/project/apprise/

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:apprise
Version1.12.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/apprise
Homepagehttps://pypi.org/project/apprise/
Repositoryhttps://github.com/caronc/apprise
Upstream-Dokumentationhttps://appriseit.com/
LizenzBSD-3-Clause
Quellarchivhttps://files.pythonhosted.org/packages/ff/f7/95a52cda9355f32c5db9ef77bac18e85977472d29c555fafd825cf60c309/apprise-1.12.0.tar.gz
Zuletzt aktualisiert2026-07-05T18:01:38Z
Pulseupdated
Abhängigkeitencertifi, libyaml, python@3.14
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameapprise
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

apprise 1.9.3-1

Push Notifications that work with just about every platform

https://github.com/caronc/apprise

sudo apt install apprise
  • Section: misc
  • Architecture: all
  • 7 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Apprise
Debian stable package indexes · deb.debian.org · Debian stable package indexes: apprise from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

apprise

nix profile install nixpkgs#apprise
  • normalized package name match
  • Abgeglichen nach: Apprise
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: apprise from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

apprise 1.7.2-1ubuntu1

Push Notifications that work with just about every platform

https://github.com/caronc/apprise

sudo apt install apprise
  • Section: universe/misc
  • Architecture: all
  • 7 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Apprise
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: apprise from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

apprise 1.11.0-r0

Push Notifications that work with just about every platform

https://github.com/caronc/apprise

sudo apk add apprise
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: apprise
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Apprise
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: apprise from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

apprise-doc 1.11.0-r0

Push Notifications that work with just about every platform (documentation)

https://github.com/caronc/apprise

sudo apk add apprise-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: apprise
  • normalized package name match
  • Abgeglichen nach: Apprise
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: apprise-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

apprise-pyc 1.11.0-r0

Precompiled Python bytecode for apprise

https://github.com/caronc/apprise

sudo apk add apprise-pyc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: apprise
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Apprise
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: apprise-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

apprise 1.11.0-2.fc45

Notify messaging platforms from the command line

https://github.com/caronc/apprise

sudo dnf install apprise
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-apprise
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Apprise
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: apprise from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

apprise 1.10.0-1

Push Notifications that work with just about every platform

https://github.com/caronc/apprise

sudo pacman -S apprise
  • License: BSD-2-Clause
  • Architecture: any
  • 5 Abhängigkeiten
  • 3 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Apprise
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: apprise from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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