# btpd を Homebrew, apk, MacPorts, apt でインストール

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

## インストール

```sh
sudo av install brew:btpd
```

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

### macOS

- Homebrew (100%):

```sh
brew install btpd
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install btpd
```

  証拠: MacPorts ports tree: net/btpd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add btpd
```

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

- Ubuntu apt (92%):

```sh
sudo apt install btpd
```

  証拠: Ubuntu 24.04 LTS package indexes: btpd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

## パッケージ情報

- **パッケージキー:** brew:btpd
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/btpd>
- **バージョン:** 0.16
- **ソース概要:** BitTorrent Protocol Daemon
- **ホームページ:** <https://github.com/btpd/btpd>
- **リポジトリ:** <https://github.com/btpd/btpd>
- **上流ドキュメント:** <https://github.com/btpd/btpd#readme>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://github.com/btpd/btpd/archive/refs/tags/v0.16.tar.gz>
- **最終更新:** 2026-05-12T00:32:49Z
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- btinfo (cli)
- btpd (cli)
- btinfo (エイリアス)
- btpd (エイリアス)

## 依存関係

- openssl@4

## ビルド依存関係

- autoconf
- automake
- libtool

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.16
- マネージャ更新日: 2026-05-12
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/btpd/btpd
- 検出された最新: v0.16 (最新)
## プロジェクトの歴史と使われ方

BTPD is a small BitTorrent daemon with command-line control utilities. It represents an older Unix style of P2P client: a background daemon, a control socket, and small tools rather than an integrated desktop application.

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

The project describes btpd as a utility for sharing files over the BitTorrent network protocol that runs as a daemon without a controlling terminal or GUI. Its companion programs include btpd, btcli, and btinfo.

The public GitHub repository was created in 2010 and carries release tags v0.13 through v0.16. Development activity is modest and specialized, matching the project's role as a compact daemon rather than a broad BitTorrent suite.

### 採用の歴史

btpd was adopted by Unix-like package repositories for users who wanted a headless BitTorrent client. The input package metadata lists Homebrew, MacPorts, Alpine, and Ubuntu packaging, indicating cross-distribution survival despite the project's small scope.

Its adoption niche overlaps with servers, shells, seedboxes, and users who prefer daemonized network tools controllable by scripts.

### 使われ方

Users start btpd once, add torrents with btcli, inspect them with btcli list or stat, set upload/download rates, and shut the daemon down with btcli kill. State and logs are stored under $HOME/.btpd by default, with -d or BTPD_HOME available to choose another directory.

btinfo reads metadata from torrent files. The project has no credential store and no general configuration file documented beyond its runtime state directory and command-line options.

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

btpd is interesting because it packages BitTorrent as a classic Unix service split into daemon and client tools. It is also a reminder that package managers preserve many small protocol implementations long after attention has moved to larger clients.

### タイムライン

- 2010: Public GitHub repository for btpd is created.
- 2010s: Release tags v0.13 through v0.16 are published.
- 2020s: btpd remains packaged in multiple Unix-like package managers.

### Related projects

- BitTorrent is the peer-to-peer protocol implemented by btpd.
- btcli is the command-line control utility shipped with btpd.
- btinfo is the torrent metadata inspection utility shipped with btpd.

### ソース

- <https://api.github.com/repos/btpd/btpd>
- <https://api.github.com/repos/btpd/btpd/tags?per_page=10>
- <https://github.com/btpd/btpd#readme>
- source_facts.package-manager


## セキュリティノート

btpd に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** btpd
- **Version Scheme:** 0
- **Revision:** 2
- **Conflicts With:** btcli
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Ubuntu apt - btpd - 0.16-0ubuntu6: normalized package name match | Ubuntu 24.04 LTS package indexes: btpd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | BitTorrent Protocol Daemon | http://wiki.github.com/btpd/btpd/
- apk - btpd - 0.16-r2: normalized package name match | Alpine Linux edge package indexes: btpd from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | The BitTorrent Protocol Daemon | https://github.com/btpd/btpd
- apk - btpd-doc - 0.16-r2: normalized package name match | Alpine Linux edge package indexes: btpd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | The BitTorrent Protocol Daemon (documentation) | https://github.com/btpd/btpd
- MacPorts - btpd: normalized package name match | MacPorts ports tree: net/btpd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/ja/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [openssl@4](https://www.automicvault.com/ja/pkg/brew/openssl-4/) - Runtime dependency declared by Homebrew.
- [autoconf](https://www.automicvault.com/ja/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/ja/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/ja/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [rqbit](https://www.automicvault.com/ja/pkg/brew/rqbit/) - Shares av.db curated category or tags: bittorrent, cli, file-sharing, networking.
- [superseedr](https://www.automicvault.com/ja/pkg/brew/superseedr/) - Shares av.db curated category or tags: bittorrent, cli, file-sharing, networking.
- [transmission-cli](https://www.automicvault.com/ja/pkg/brew/transmission-cli/) - Shares av.db curated category or tags: bittorrent, cli, daemon, networking, p2p.
- [copyparty](https://www.automicvault.com/ja/pkg/brew/copyparty/) - Shares av.db curated category or tags: cli, file-sharing, networking.
- [dufs](https://www.automicvault.com/ja/pkg/brew/dufs/) - Shares av.db curated category or tags: cli, file-sharing, networking.
- [gtk-gnutella](https://www.automicvault.com/ja/pkg/brew/gtk-gnutella/) - Shares av.db curated category or tags: cli, file-sharing, networking.
- [mktorrent](https://www.automicvault.com/ja/pkg/brew/mktorrent/) - Shares av.db curated category or tags: bittorrent, cli, networking, p2p.
- [ncdc](https://www.automicvault.com/ja/pkg/brew/ncdc/) - Shares av.db curated category or tags: cli, file-sharing, networking.

## Combined YAML source

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


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- 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
