# Install babeld with Homebrew, apk, apt, dnf, Nix, pacman

Loop-avoiding distance-vector routing protocol. Version 1.14 via Homebrew; verified 2026-06-21.

## Install

```sh
sudo av install brew:babeld
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install babeld
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add babeld
```

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

- Debian apt (92%):

```sh
sudo apt install babeld
```

  Evidence: Debian stable package indexes: babeld from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install babeld
```

  Evidence: Fedora Rawhide package metadata: babeld from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#babeld
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ba/babeld/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S babeld
```

  Evidence: Arch Linux sync databases: babeld from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Package facts

- **Package key:** brew:babeld
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/babeld>
- **Version:** 1.14
- **Source summary:** Loop-avoiding distance-vector routing protocol
- **Homepage:** <https://www.irif.fr/~jch/software/babel/>
- **Repository:** <https://github.com/jech/babeld>
- **Upstream docs:** <https://www.irif.fr/~jch/software/babel>
- **License:** MIT
- **Source archive:** <https://www.irif.fr/~jch/software/files/babeld-1.14.tar.gz>
- **Last updated:** 2026-06-21T11:59:14Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- babeld (cli)
- babeld (alias)

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.14
- Package-manager updated: 2026-06-21
- Local data: ok
- Upstream repository: https://www.irif.fr/~jch/software/babel/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

babeld is the reference-style Unix daemon for Babel, a loop-avoiding distance-vector routing protocol for IPv6 and IPv4. It is optimized for wireless mesh networks but also works on wired networks, making it a small, practical routing daemon for experimental, community, and mixed-link networks.

### Project history

Babel was designed by Juliusz Chroboczek as a loop-avoiding distance-vector protocol with fast convergence properties, drawing ideas from DSDV, AODV, and EIGRP while adding link-cost estimation and route redistribution.

The babeld manual presents the daemon as the operational implementation: it runs on selected interfaces, sends routing updates over the protocol port, installs routes into the kernel, and supports a configuration file, local control interface, route filtering, and redistribution.

Babel was standardized first as RFC 6126 and then revised as RFC 8966. That standards path gave babeld significance beyond a standalone daemon: it became one of the concrete implementations behind an IETF routing protocol.

### Adoption history

Babel's adoption has been strongest in wireless mesh, ad-hoc, and small routing deployments where fast convergence, loop avoidance, and link-quality awareness matter. The official project page also documents related implementations, including FRR's Babel support and pybabel.

The package metadata in this batch shows babeld available through Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, and Nix. That makes it a broadly packaged routing daemon despite its specialized networking niche.

### How it is used

Operators run babeld on one or more network interfaces to exchange Babel routes. The daemon can read /etc/babeld.conf by default, preserve long-term state, install kernel routes, export routes from routing tables, and expose a local configuration protocol.

babeld is usually used on mesh routers, lab networks, community wireless networks, and dual-stack IPv4/IPv6 environments where a compact dynamic routing daemon is preferable to heavier routing suites.

### Why package nerds care

babeld is a tidy example of a serious network protocol delivered as a small Unix daemon. For package maintainers, it has the interesting traits of real routing software without the size and policy surface of a full routing suite.

It also sits at the meeting point of RFC standardization and grassroots mesh networking, which makes its package history more interesting than its low-key command name suggests.

### Timeline

- 2011: Babel is standardized as RFC 6126.
- 2018: babeld 1.8.x releases appear in the official Git tag history.
- 2021: Babel is revised and standardized as RFC 8966.
- 2026: babeld package metadata shows continuing availability across major Unix package managers.

### Related projects

- FRR includes a Babel implementation based on babeld, though the official Babel page warns that version is obsolete and not recommended.
- pybabel is an independent Python implementation of the IPv6 subset of RFC 6126.
- DSDV, AODV, and EIGRP are named by the Babel project as protocol influences.
- bird2 and other routing suites are adjacent package-manager alternatives for dynamic routing, though Babel's daemon remains its focused implementation.

### Sources

- <https://datatracker.ietf.org/doc/html/rfc6126>
- <https://datatracker.ietf.org/doc/html/rfc8966>
- <https://github.com/jech/babeld>
- <https://www.irif.fr/~jch/software/babel/>
- <https://www.irif.fr/~jch/software/babel/babeld.html>
- input.json source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## 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: /etc/babeld.conf
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** babeld
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - babeld - 1.13.1+ds-1: normalized package name match | Debian stable package indexes: babeld from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | loop-free distance-vector routing protocol | http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
- Nix - babeld: normalized package name match | nixpkgs package indexes: pkgs/by-name/ba/babeld/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - babeld - 1.12.1-1: normalized package name match | Ubuntu 24.04 LTS package indexes: babeld from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | loop-free distance-vector routing protocol | http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
- apk - babeld - 1.13.1-r0: normalized package name match | Alpine Linux edge package indexes: babeld from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A loop-avoiding distance-vector routing protocol | https://www.irif.fr/~jch/software/babel/
- apk - babeld-doc - 1.13.1-r0: normalized package name match | Alpine Linux edge package indexes: babeld-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A loop-avoiding distance-vector routing protocol (documentation) | https://www.irif.fr/~jch/software/babel/
- apk - babeld-openrc - 1.13.1-r0: normalized package name match | Alpine Linux edge package indexes: babeld-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A loop-avoiding distance-vector routing protocol (OpenRC init scripts) | https://www.irif.fr/~jch/software/babel/
- dnf - babeld - 1.13.1-8.fc44: normalized package name match | Fedora Rawhide package metadata: babeld from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Ad-hoc network routing daemon | http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
- pacman - babeld - 1.13.1-1: normalized package name match | Arch Linux sync databases: babeld from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A loop-avoiding distance-vector routing protocol | https://www.irif.fr/~jch/software/babel/


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [olsrd](https://www.automicvault.com/pkg/brew/olsrd/) - Shares av.db curated category or tags: cli, mesh-networking, networking, routing.
- [cjdns](https://www.automicvault.com/pkg/brew/cjdns/) - Shares av.db curated category or tags: cli, ipv6, mesh-networking, networking, routing.
- [iproute2](https://www.automicvault.com/pkg/brew/iproute2/) - Shares av.db curated category or tags: cli, networking, routing.
- [iproute2mac](https://www.automicvault.com/pkg/brew/iproute2mac/) - Shares av.db curated category or tags: cli, networking, routing.
- [irrtoolset](https://www.automicvault.com/pkg/brew/irrtoolset/) - Shares av.db curated category or tags: cli, networking, routing.
- [osrm-backend](https://www.automicvault.com/pkg/brew/osrm-backend/) - Shares av.db curated category or tags: cli, networking, routing.
- [zebra](https://www.automicvault.com/pkg/brew/zebra/) - Shares av.db curated category or tags: cli, networking, routing.
- [ddns-go](https://www.automicvault.com/pkg/brew/ddns-go/) - Shares av.db curated category or tags: cli, ipv4, ipv6, networking.
- [ahcpd](https://www.automicvault.com/pkg/brew/ahcpd/) - Local package facts share a topical domain. Shared terms: cli, ipv4, ipv6, networking, protocol.

## Combined YAML source

View the package source record on GitHub. [combined/babeld.yml](https://github.com/automic-vault/db/blob/main/combined/babeld.yml)


## Sources

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