# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 mcabber

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

## 安装

```sh
sudo av install brew:mcabber
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install mcabber
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mcabber
```

  证据: MacPorts ports tree: net/mcabber/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add mcabber
```

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

- Debian apt (92%):

```sh
sudo apt install mcabber
```

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

- dnf (92%):

```sh
sudo dnf install mcabber
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#mcabber
```

  证据: nixpkgs package indexes: pkgs/by-name/mc/mcabber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S mcabber
```

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

- zypper (92%):

```sh
sudo zypper install mcabber
```

  证据: openSUSE Tumbleweed package metadata: mcabber from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:mcabber
- **软件包管理器:** Homebrew
- **版本:** 1.1.2
- **来源摘要:** Console Jabber client
- **主页:** <https://mcabber.com/>
- **最后更新:** 2026-05-11T15:14:15-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- mcabber (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.1.2
## 项目历史与用法

MCabber is a console XMPP/Jabber client with a long Unix terminal pedigree. It combines ncurses-style chat, roster management, command completion, history logging, multi-user chat, TLS, OpenPGP, OTR, and scripting hooks in a single terminal client.

### 项目历史

The official homepage records the first public mcabber release on 2005-06-08 and describes the program as a small XMPP console client tested on GNU/Linux, BSD, Mac OS X, and Cygwin. It grew during the classic Jabber era, when terminal users wanted a persistent chat client that behaved more like Mutt, Irssi, or centericq than a desktop messenger.

MCabber's 0.10.0 release in 2010 switched the client to the Loudmouth XMPP library and added dynamic modules. The 1.0.0 release in 2015 arrived on the project's tenth anniversary with Message Carbons, multi-language spellchecking, completion and scroll-lock improvements, and new SSL options when used with a recent Loudmouth.

Maintenance after 1.0 focused on protocol and security details important to XMPP users: Message Carbons, PGP, OTR, SSL/TLS handling, XDG configuration support, and fixes for roster-push and CVE-related issues. In 2018 the maintainer added an official GitHub mirror while keeping the Mercurial repository as the project repository.

### 采用历史

MCabber is available across many package managers listed in the input metadata, including Alpine, Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, Arch, and openSUSE. That breadth is notable for a terminal chat client: it survived because it served a durable niche of shell-first XMPP users.

The upstream homepage also points users to known operating-system packages, reinforcing that distribution packaging has been part of the project's normal installation path rather than an afterthought.

### 使用方式

A typical MCabber setup stores connection and behavior settings in ~/.mcabber/mcabberrc. The official sample configuration shows JID, optional password or password_eval, server, TLS, certificate, fingerprint, and PGP options, which is why the config file can also be a credentials-bearing file.

Users run mcabber as a long-lived terminal client for one-to-one XMPP chats, group chats, history logging, command-driven roster navigation, and integrations through external action triggers or modules.

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

MCabber matters to package nerds because it is a surviving example of the console-chat-client lineage in Unix packaging. It sits beside tools such as Irssi, WeeChat, Mutt, and Finch in the category of network clients whose user interface is primarily a terminal command language.

Its packaging history also captures the old Jabber-to-XMPP ecosystem: Loudmouth as a client library, OTR and PGP integrations, XDG migration, and signed tarball releases from a long-running personal project site.

### 时间线

- 2005: First public mcabber release.
- 2010: mcabber 0.10.0 switched to Loudmouth and added dynamic modules.
- 2015: mcabber 1.0.0 was released on the project's tenth anniversary.
- 2016: mcabber 1.0.1 added Message Carbons, PGP, OTR, SSL, and XDG improvements.
- 2017: mcabber 1.0.5 fixed CVE-2017-5589 and improved large-roster performance.
- 2018: An official GitHub mirror was created.
- 2020: mcabber 1.1.2 was released as a maintenance release.

### Related projects

- Related projects include Loudmouth, Gajim, Profanity, Poezio, Finch, Pidgin, Irssi, WeeChat, and the broader XMPP/Jabber client ecosystem.

### 来源

- <https://hg.lilotux.net/mcabber>
- <https://mcabber.com/>
- <https://mcabber.com/files/mcabber.1.html>
- <https://mcabber.com/files/mcabberrc.example>
- <https://wiki.mcabber.com/>
- source_facts.package-manager


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## 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: ~/.mcabber/mcabberrc

## Credential files

- Unix: ~/.mcabber/mcabberrc
## 其他软件包管理器记录

- Debian apt - mcabber - 1.1.2-2+b2: normalized package name match | Debian stable package indexes: mcabber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | small Jabber (XMPP) console client | https://mcabber.com/
- Nix - mcabber: normalized package name match | nixpkgs package indexes: pkgs/by-name/mc/mcabber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mcabber - 1.1.2-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: mcabber from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | small Jabber (XMPP) console client | https://mcabber.com/
- apk - mcabber - 1.1.2-r6: normalized package name match | Alpine Linux edge package indexes: mcabber from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Small Jabber console client | https://mcabber.com
- apk - mcabber-dev - 1.1.2-r6: normalized package name match | Alpine Linux edge package indexes: mcabber-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Small Jabber console client (development files) | https://mcabber.com
- apk - mcabber-doc - 1.1.2-r6: normalized package name match | Alpine Linux edge package indexes: mcabber-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Small Jabber console client (documentation) | https://mcabber.com
- dnf - mcabber - 1.1.3-0.11.20211025git87964c3.fc44: normalized package name match | Fedora Rawhide package metadata: mcabber from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Console Jabber instant messaging client | https://mcabber.com
- dnf - mcabber-devel - 1.1.3-0.11.20211025git87964c3.fc44: normalized package name match | Fedora Rawhide package metadata: mcabber-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for mcabber | https://mcabber.com
- pacman - mcabber - 1.1.2-3: normalized package name match | Arch Linux sync databases: mcabber from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A small Jabber console client, includes features: SSL, PGP, MUC, UTF8 | https://www.lilotux.net/~mikael/mcabber/
- zypper - mcabber - 1.1.2-3.5: normalized package name match | openSUSE Tumbleweed package metadata: mcabber from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Modular XMPP client on ncurses | https://mcabber.com/
- zypper - mcabber-devel - 1.1.2-3.5: normalized package name match | openSUSE Tumbleweed package metadata: mcabber-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Headers for modular XMPP client on ncurses | https://mcabber.com/
- MacPorts - mcabber: normalized package name match | MacPorts ports tree: net/mcabber/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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