# libhdhomerun を Homebrew, apk, Nix, apt, zypper でインストール

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

## インストール

```sh
sudo av install brew:libhdhomerun
```

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

### macOS

- Homebrew (100%):

```sh
brew install libhdhomerun
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libhdhomerun
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#libhdhomerun
```

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

- Debian apt (92%):

```sh
sudo apt install hdhomerun-config
```

  証拠: Debian stable package indexes: hdhomerun-config from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install hdhomerun_config
```

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

## パッケージ情報

- **パッケージキー:** brew:libhdhomerun
- **パッケージマネージャ:** Homebrew
- **バージョン:** 20260313
- **ソース概要:** C library for controlling SiliconDust HDHomeRun TV tuners
- **ホームページ:** <https://www.silicondust.com/support/linux/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- hdhomerun_config (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

libhdhomerun is SiliconDust's C library and command-line utility for controlling HDHomeRun network TV tuners. It is a classic hardware-vendor support package: the library implements the device protocol, while hdhomerun_config gives users and scripts a direct way to discover tuners and send control commands.

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

The upstream GitHub README carries SiliconDust copyright years 2005-2023 and describes the library as implementing the libhdhomerun protocol for use with SiliconDust HDHomeRun TV tuners. The same README says a simple make build compiles both the library and the hdhomerun_config command-line utility, with hdhomerun_device as the top-level API.

SiliconDust's HDHomeRun Development Guide PDF was created on September 19, 2011 and documents libhdhomerun for direct programmatic control of HDHomeRun devices. The separate Discover API PDF was created on February 3, 2024, showing that vendor documentation for network discovery continued to be maintained long after the original C library entered distro packaging.

### 採用の歴史

libhdhomerun is packaged because HDHomeRun devices are network tuners rather than USB capture hardware, so Unix users need a small vendor protocol tool for discovery, status, channel, and streaming setup. The batch input lists packages for Alpine, Homebrew, Debian, Nix, Ubuntu, and openSUSE, often exposing the hdhomerun_config executable as the user-facing artifact.

### 使われ方

Users run hdhomerun_config to discover tuners, query or change device variables, and script tuner control. Developers link libhdhomerun when they need direct C access to HDHomeRun discovery and control APIs from media-center, DVR, or diagnostic software.

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

libhdhomerun is small but hardware-specific, which makes it exactly the sort of package that matters when the device is on the shelf and useless when it is not. In package-manager terms it preserves vendor protocol access in a plain C form, independent of larger DVR or media-center applications.

### タイムライン

- 2005-2023: The upstream README records SiliconDust copyright years for the library.
- 2011-09-19: The HDHomeRun Development Guide PDF was created.
- 2024-02-03: The HDHomeRun Discover API PDF was created.
- 2026: The batch input lists libhdhomerun package coverage across Homebrew, Alpine, Debian, Nix, Ubuntu, and openSUSE.

### Related projects

- HDHomeRun is SiliconDust's network TV-tuner device family controlled by the library.
- hdhomerun_config is the command-line utility built alongside libhdhomerun.
- DVR and media-center tools use HDHomeRun discovery and control protocols as lower-level building blocks.

### ソース

- <https://formulae.brew.sh/formula/libhdhomerun>
- <https://github.com/Silicondust/libhdhomerun>
- <https://info.hdhomerun.com/info/hdhomerun_config>
- <https://raw.githubusercontent.com/Silicondust/libhdhomerun/master/README.md>
- <https://www.silicondust.com/hdhomerun/hdhomerun_development.pdf>
- <https://www.silicondust.com/hdhomerun/hdhomerun_discover_api.pdf>


## セキュリティノート

library-like package without higher-risk signals.

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

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

- Debian apt - hdhomerun-config - 20230719-1+b4: normalized package name match | Debian stable package indexes: hdhomerun-config from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Configuration utility for Silicon Dust HD HomeRun | https://www.silicondust.com/support/linux/
- Debian apt - libhdhomerun-dev - 20230719-1+b4: normalized package name match | Debian stable package indexes: libhdhomerun-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development library for Silicon Dust HD HomeRun | https://www.silicondust.com/support/linux/
- Debian apt - libhdhomerun5 - 20230719-1+b4: normalized package name match | Debian stable package indexes: libhdhomerun5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for Silicon Dust HD HomeRun | https://www.silicondust.com/support/linux/
- Nix - libhdhomerun: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libhdhomerun/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - hdhomerun-config - 20230719-1: normalized package name match | Ubuntu 24.04 LTS package indexes: hdhomerun-config from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Configuration utility for Silicon Dust HD HomeRun | https://www.silicondust.com/support/linux/
- Ubuntu apt - libhdhomerun-dev - 20230719-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libhdhomerun-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development library for Silicon Dust HD HomeRun | https://www.silicondust.com/support/linux/
- Ubuntu apt - libhdhomerun5 - 20230719-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libhdhomerun5 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library for Silicon Dust HD HomeRun | https://www.silicondust.com/support/linux/
- apk - libhdhomerun - 20250815-r0: normalized package name match | Alpine Linux edge package indexes: libhdhomerun from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library for Silicon Dust HD HomeRun | https://github.com/Silicondust/libhdhomerun
- apk - libhdhomerun-dev - 20250815-r0: normalized package name match | Alpine Linux edge package indexes: libhdhomerun-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library for Silicon Dust HD HomeRun (development files) | https://github.com/Silicondust/libhdhomerun
- apk - libhdhomerun-libs - 20250815-r0: normalized package name match | Alpine Linux edge package indexes: libhdhomerun-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | libhdhomerun (libraries) | https://github.com/Silicondust/libhdhomerun
- zypper - hdhomerun_config - 20190621-2.8: normalized package name match | openSUSE Tumbleweed package metadata: hdhomerun_config from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | HDHomeRun Config tool | http://www.silicondust.com
- zypper - hdhomerun_config_gui - 20190621-2.8: normalized package name match | openSUSE Tumbleweed package metadata: hdhomerun_config_gui from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | HDHomeRun GTK GUI | http://www.silicondust.com
- zypper - libhdhomerun-devel - 20190621-2.8: normalized package name match | openSUSE Tumbleweed package metadata: libhdhomerun-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | HDHomeRun library | http://www.silicondust.com
- zypper - libhdhomerun2 - 20190621-2.8: normalized package name match | openSUSE Tumbleweed package metadata: libhdhomerun2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | HDHomeRun library | http://www.silicondust.com


## Combined YAML source

View the package source record on GitHub. [combined/libhdhomerun.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libhdhomerun.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
