Automic VaultAutomic Vault

brew

Installer ejabberd avec Homebrew, apk, apt, MacPorts, Nix, pacman

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install ejabberd

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install ejabberd

MacPorts ports tree · net/ejabberd/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add ejabberd

Alpine Linux edge package indexes · ejabberd · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install ejabberd

Debian stable package indexes · ejabberd · Source: deb.debian.org

Nixvérifié · 92%
nix profile install nixpkgs#ejabberd

nixpkgs package indexes · pkgs/by-name/ej/ejabberd/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S ejabberd

Arch Linux sync databases · ejabberd · Source: geo.mirror.pkgbuild.com

aperçu

Résumé du paquet

XMPP application server

Commandes et alias

  • ejabberdctl

historique

Historique du projet et usages

ejabberd is a long-running Erlang-based realtime messaging server, best known as an XMPP server and now also positioned as an MQTT broker and SIP service. It is one of the historically important open source messaging servers because it combined XMPP federation, Erlang fault tolerance, clustering, and production-scale deployments.

Historique du projet

The official ejabberd site describes the project as a ProcessOne product in production since 2002. The repository README calls it an open source, robust, scalable, extensible realtime platform built with Erlang/OTP, including XMPP Server, MQTT Broker, and SIP Service.

ejabberd grew during the XMPP/Jabber era, when open federated instant messaging needed servers that could handle many persistent client connections. Erlang was a natural fit for that concurrency model, and ejabberd became one of the best-known Erlang infrastructure packages outside telecom.

The modern project keeps a broad operational surface: source builds, installers, Docker images, OS packages, Homebrew packages, GitHub releases, documentation, GitHub Discussions, Stack Overflow, Weblate translations, commercial ProcessOne support, and the managed Fluux service. That mix shows a project that survived the original Jabber wave and adapted to current deployment habits.

Historique d'adoption

The official homepage says ejabberd is trusted by WhatsApp, Nintendo Switch, BBC, and hundreds of organizations, and highlights use at WhatsApp scale. It also advertises more than two million concurrent sessions on a single node and support for hundreds of XMPP extensions.

Package adoption is broad. The input metadata lists Homebrew, Debian, Ubuntu, Alpine, MacPorts, Nix, and Pacman, while the README links to OS packages, Homebrew, Docker Hub, GitHub Packages, and ProcessOne installers. That is the profile of a server package expected to run on laptops, bare-metal systems, distro servers, and containers.

Modes d'utilisation

Operators use ejabberd to run XMPP domains, federated messaging, multi-user chat, publish-subscribe, mobile push, message archives, MQTT endpoints, SIP service, REST APIs, web administration, and clustered realtime infrastructure. The configuration center is `ejabberd.yml`, with command-line operation through `ejabberdctl`.

The README points users to docs, `ejabberdctl help`, and `man ejabberd.yml`. The homepage's example configuration shows standard XMPP ports, MQTT, SQL storage, MAM, push, PubSub, and MUC modules, which captures the normal server-admin workflow: edit YAML, enable modules, choose storage, and operate the service.

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

ejabberd is package-nerd significant because it is a classic daemon with many packaging shapes: Erlang runtime dependency, config files, service management, man pages, OS packages, containers, Homebrew, and upstream installers. It is not just a binary; it is an operating-system resident service.

It is also a good example of a package whose value is partly historical. XMPP infrastructure was central to open messaging before mobile silos dominated chat, and ejabberd remains a maintained way to run standards-based realtime communications without outsourcing identity or message routing.

Chronologie

  • 2002: Official site describes ejabberd as a ProcessOne product in production since 2002.
  • 2022-05-17: GitHub release 22.05 appears in the modern release stream.
  • 2024-10-29: Release 24.10 is published.
  • 2025-04-16: Release 25.04 is published.
  • 2026-04-20: Release 26.04 is published and listed by the official site.

Related projects

  • Erlang/OTP is the runtime platform for ejabberd.
  • XMPP is the main messaging protocol associated with ejabberd; MQTT and SIP are also official protocol roles.
  • Fluux is ProcessOne's managed service built around ejabberd.
  • Docker Hub and GitHub Packages host official container distribution paths.

posture de sécurité

Niveau de risque : orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

Classificateur de risque

risque orange · confiance moyen · infrastructure

Pourquoi

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

Signaux

  • metadata:service
  • text:server

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de formule déclarent un service ou daemon.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 5 dépendances d’exécution.
  • Les métadonnées de compilation listent 2 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

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
$CONFIG_DIR/ejabberd.yml$CONFIG_DIR/ejabberdctl.cfg$CONFIG_DIR/vm.args

exécutables

Exécutables installés

CommandeTypeExpositionNote
ejabberdctlcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire26.04
gestionnaire mis à jour2026-07-07
données localesOK
amontà jour
dernière version détectée26.04

https://github.com/processone/ejabberd

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:ejabberd
Version26.04
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/ejabberd
Page d'accueilhttps://www.ejabberd.im
Dépôthttps://github.com/processone/ejabberd
Docs amonthttps://docs.ejabberd.im/
LicenceGPL-2.0-or-later
Archive sourcehttps://github.com/processone/ejabberd/archive/refs/tags/26.04.tar.gz
Dernière mise à jour2026-07-07T07:03:54Z
Pulseupdated
Dépendanceselixir, erlang, gd, libyaml, openssl@3
Dépendances de compilationautoconf, automake
Bibliothèques fournies par macOSexpat
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Servicedeclared
PrécautionsIf you face nodedown problems, concat your machine name to: /private/etc/hosts after 'localhost'.

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameejabberd
Version Scheme0
Revision3
Head VersionHEAD
Conflicts With
  • couchdb
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

ejabberd 24.12-3+deb13u2

extensible realtime platform (XMPP server + MQTT broker + SIP service)

https://www.ejabberd.im

sudo apt install ejabberd
  • Section: net
  • Architecture: amd64
  • 32 Dépendances
  • 4 fournit
  • 12 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Ejabberd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ejabberd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ejabberd

nix profile install nixpkgs#ejabberd
  • normalized package name match
  • Correspondance par : Ejabberd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ej/ejabberd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

ejabberd 23.10-1

extensible realtime platform (XMPP server + MQTT broker + SIP service)

https://www.ejabberd.im

sudo apt install ejabberd
  • Section: universe/net
  • Architecture: amd64
  • 32 Dépendances
  • 4 fournit
  • 14 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Ejabberd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ejabberd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ejabberd 26.02-r0

Robust, Ubiquitous and Massively Scalable Messaging Platform for XMPP, MQTT, and SIP Protocols

https://www.ejabberd.im/

sudo apk add ejabberd
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: ejabberd
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Ejabberd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ejabberd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ejabberd-bash-completion 26.02-r0

Bash completions for ejabberd

https://www.ejabberd.im/

sudo apk add ejabberd-bash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: ejabberd
  • normalized package name match
  • Correspondance par : Ejabberd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ejabberd-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ejabberd-dev 26.02-r0

Robust, Ubiquitous and Massively Scalable Messaging Platform for XMPP, MQTT, and SIP Protocols (development files)

https://www.ejabberd.im/

sudo apk add ejabberd-dev
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: ejabberd
  • normalized package name match
  • Correspondance par : Ejabberd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ejabberd-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ejabberd-doc 26.02-r0

Robust, Ubiquitous and Massively Scalable Messaging Platform for XMPP, MQTT, and SIP Protocols (documentation)

https://www.ejabberd.im/

sudo apk add ejabberd-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: ejabberd
  • normalized package name match
  • Correspondance par : Ejabberd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ejabberd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ejabberd-openrc 26.02-r0

Robust, Ubiquitous and Massively Scalable Messaging Platform for XMPP, MQTT, and SIP Protocols (OpenRC init scripts)

https://www.ejabberd.im/

sudo apk add ejabberd-openrc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: ejabberd
  • normalized package name match
  • Correspondance par : Ejabberd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ejabberd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

ejabberd 26.04-2

Jabber server written in Erlang

https://www.ejabberd.im/

sudo pacman -S ejabberd
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 18 Dépendances
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Ejabberd
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ejabberd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

ejabberd

sudo port install ejabberd
  • normalized package name match
  • Correspondance par : Ejabberd
MacPorts ports tree · api.github.com · MacPorts ports tree: net/ejabberd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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