# Installer mcabber avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mcabber
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mcabber
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:mcabber
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.1.2
- **Résumé source:** Console Jabber client
- **Page d'accueil:** <https://mcabber.com/>
- **Dernière mise à jour:** 2026-05-11T15:14:15-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mcabber (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.1.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- 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
## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
