Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, MacPorts, Nix, pacman 安装 ejabberd

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install ejabberd

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install ejabberd

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

Linux

Alpine Linux apk已验证 · 92%
sudo apk add ejabberd

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

Debian apt已验证 · 92%
sudo apt install ejabberd

Debian stable package indexes · ejabberd · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#ejabberd

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

Arch Linux pacman已验证 · 92%
sudo pacman -S ejabberd

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

概览

软件包摘要

XMPP application server

命令和别名

  • ejabberdctl

历史

项目历史与用法

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.

项目历史

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.

采用历史

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.

使用方式

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.

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

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.

时间线

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

安全态势

风险级别:orange

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

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

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

信号

  • metadata:service
  • text:server

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • formula 元数据声明了服务或守护进程块。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 5 个运行时依赖。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
ejabberdctlcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本26.04
管理器更新时间2026-07-07
本地数据OK
上游当前
检测到的最新版本26.04

https://github.com/processone/ejabberd

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:ejabberd
版本26.04
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/ejabberd
主页https://www.ejabberd.im
仓库https://github.com/processone/ejabberd
上游文档https://docs.ejabberd.im/
许可证GPL-2.0-or-later
源码归档https://github.com/processone/ejabberd/archive/refs/tags/26.04.tar.gz
最后更新2026-07-07T07:03:54Z
Pulseupdated
依赖elixir, erlang, gd, libyaml, openssl@3
构建依赖autoconf, automake
macOS 提供的库expat
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务declared
注意事项If you face nodedown problems, concat your machine name to: /private/etc/hosts after 'localhost'.

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

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 依赖
  • 4 提供
  • 12 可选依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 4 提供
  • 14 可选依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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