# olsrd を Homebrew, apk, Nix でインストール

olsrd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:olsrd
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install olsrd
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add olsrd
```

  証拠: Alpine Linux edge package indexes: olsrd from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#olsrd
```

  証拠: nixpkgs package indexes: pkgs/by-name/ol/olsrd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:olsrd
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.9.8
- **ソース概要:** Implementation of the optimized link state routing protocol
- **ホームページ:** <https://github.com/OLSR/olsrd>
- **リポジトリ:** <https://github.com/OLSR/olsrd>
- **最終更新:** 2026-07-11T09:50:48+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- olsrd (エイリアス)
- sgw_policy_routing_setup.sh (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.9.8
## プロジェクトの歴史と使われ方

olsrd is the OLSR.org routing daemon, a C implementation of the Optimized Link State Routing protocol for mobile ad hoc and wireless mesh networks. Its historical importance is tied to RFC 3626, which standardized OLSR in October 2003 as a proactive link-state protocol that reduces wireless flooding with multipoint relays.

### プロジェクトの歴史

The OLSR.org project says olsrd began in 2004 as Andreas Tonnesen's master's thesis implementation of the IETF MANET OLSR protocol. After the thesis work, development continued as an open source project because community networks needed a real daemon, not just a protocol specification.

The daemon evolved into a modular implementation with loadable plugins and ports beyond Linux. Historical project material records the addition of a plugin interface, Windows and BSD ports, an OS X port, and link-quality routing work during the 2004-2005 period.

### 採用の歴史

olsrd's adoption story is unusually concrete for a routing daemon: Freifunk, FunkFeuer, and other community wireless networks used it to build multi-hop mesh networks. The GitHub repository identifies the OLSR.org v1 codebase as maintained by Freifunk Berlin, which matches its long association with European community mesh deployments.

Research and engineering literature around community networks treated the OLSR.org implementation as one of the widely deployed open source OLSRv1 daemons. That made olsrd a reference point for later comparisons with B.A.T.M.A.N., Babel, OLSRv2, and other mesh-routing approaches.

### 使われ方

Operators run olsrd as a standalone routing daemon on each mesh node. It discovers neighbors with OLSR messages, installs routes into the host routing table, and can advertise external networks through host/network association settings.

Package users usually care about the daemon plus its configuration and plugin ecosystem: interface selection, link-quality behavior, gateway advertisement, status output, and integrations for embedded router distributions such as OpenWrt.

### パッケージ好きにとっての重要性

For package nerds, olsrd is a compact example of a network protocol escaping an RFC and becoming operational infrastructure. It sits at the intersection of IETF MANET work, hobbyist/community networking, embedded Linux routers, and distro packaging.

It also matters because it is old infrastructure with real-world wrinkles: platform ports, plugins, wireless link-quality extensions, and packaging across Unix-like systems all show the difference between a protocol paper and deployable routing software.

### タイムライン

- October 2003: RFC 3626 documents the OLSR protocol for mobile ad hoc networks.
- 2004: olsrd starts as Andreas Tonnesen's master's thesis implementation and then continues as an open source project.
- 2004-2005: project history records plugin support, additional platform ports, and link-quality routing work.
- 2010s-2020s: the OLSR.org v1 repository lives on GitHub under the OLSR organization, with the repository description identifying Freifunk Berlin maintenance.

### Related projects

- OLSRv2 is the IETF successor to OLSR and keeps the multipoint-relay family resemblance while using newer MANET components. In package collections, olsrd is commonly compared with other mesh daemons such as Babel and B.A.T.M.A.N. rather than with general-purpose wired routing suites.

### ソース

- <https://api.github.com/repos/OLSR/olsrd>
- <https://datatracker.ietf.org/doc/rfc3626/>
- <https://datatracker.ietf.org/doc/rfc7181/>
- <https://github.com/OLSR/olsrd>
- <https://ieeexplore.ieee.org/document/6673346/>
- <https://openwrt.org/docs/guide-user/network/wifi/mesh/olsr>
- <https://wirelesspt.net/arquivos/docs/olsr/Implementation.Of.Olsrd.pdf>
- <https://www.olsr.org/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - olsrd: normalized package name match | nixpkgs package indexes: pkgs/by-name/ol/olsrd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - olsrd - 0.9.8-r3: normalized package name match | Alpine Linux edge package indexes: olsrd from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | An implementation of the IETF RFC 3626: Optimized Link State Routing Protocol | http://www.olsr.org/mediawiki/index.php/Olsr_Daemon
- apk - olsrd-doc - 0.9.8-r3: normalized package name match | Alpine Linux edge package indexes: olsrd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | An implementation of the IETF RFC 3626: Optimized Link State Routing Protocol | http://www.olsr.org/mediawiki/index.php/Olsr_Daemon
- apk - olsrd-openrc - 0.9.8-r3: normalized package name match | Alpine Linux edge package indexes: olsrd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | An implementation of the IETF RFC 3626: Optimized Link State Routing Protocol (OpenRC init scripts) | http://www.olsr.org/mediawiki/index.php/Olsr_Daemon
- apk - olsrd-plugins - 0.9.8-r3: normalized package name match | Alpine Linux edge package indexes: olsrd-plugins from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Optional plugins for olsrd | http://www.olsr.org/mediawiki/index.php/Olsr_Daemon


## Combined YAML source

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


## ソース

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