Automic VaultAutomic Vault

brew

bitcoin を Homebrew, apk, chocolatey, MacPorts, Nix, zypper, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install bitcoin

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install bitcoin

MacPorts ports tree · finance/bitcoin/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add bitcoin

Alpine Linux edge package indexes · bitcoin · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#bitcoin

nixpkgs package indexes · pkgs/by-name/bi/bitcoin/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install bitcoin-qt6

openSUSE Tumbleweed package metadata · bitcoin-qt6 · ソース: download.opensuse.org

Arch Linux pacman確認済み · 92%
sudo pacman -S bitcoin-daemon

Arch Linux sync databases · bitcoin-daemon · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Decentralized, peer to peer payment network

コマンドとエイリアス

  • bitcoin
  • bitcoin-cli
  • bitcoin-tx
  • bitcoin-util
  • bitcoin-wallet
  • bitcoind

履歴

プロジェクトの歴史と使われ方

Bitcoin Core is the reference full-node implementation for the Bitcoin network. It descends directly from Satoshi Nakamoto's original Bitcoin client and packages the network node, wallet, RPC tools, transaction utilities, validation engine, and supporting documentation used by operators, developers, exchanges, researchers, and packagers.

プロジェクトの歴史

Bitcoin Core's About page describes it as the open-source project that maintains and releases Bitcoin client software, and as a direct descendant of the original client released by Satoshi Nakamoto after the Bitcoin whitepaper. The current repository is the integration and staging tree for that software.

The software evolved from a combined GUI wallet and peer-to-peer node into a suite of command-line and GUI programs: `bitcoind` for daemonized full-node operation, `bitcoin-cli` for RPC calls, `bitcoin-tx` for transaction construction, `bitcoin-wallet` for wallet maintenance, and related utilities. The official README emphasizes full validation of blocks and transactions.

Major engineering milestones show the project adapting to scale and operational risk. The 0.8.0 release moved block and transaction indices to LevelDB, changed indexing defaults, added performance work for validation, and supported Bloom filters for lightweight clients. Later releases added network privacy and transport work, wallet changes, RPC evolution, and continuing platform support.

採用の歴史

Bitcoin Core became the default implementation against which much of the Bitcoin ecosystem measures consensus behavior, because full nodes independently validate blocks and transactions. Its correctness and review process matter beyond ordinary application packaging: a consensus bug can split money.

The project has broad package-manager presence in this batch: Homebrew, Alpine, Chocolatey, MacPorts, Nix, Arch, and openSUSE package some form of Bitcoin Core or its daemon. Official binary releases remain central, but package managers are important for operators who want reproducible installs, service integration, or policy-controlled upgrades.

The GitHub repository shows a large, active contributor base and continued releases through Bitcoin Core 31.0 in 2026. The README explicitly notes that testing and code review are the bottleneck and that the project is security-critical.

使われ方

Operators run `bitcoind` or `bitcoin-qt` to join the peer-to-peer network, download blocks, validate consensus rules, maintain the UTXO set, relay transactions, and optionally serve wallet or RPC workflows. `bitcoin-cli` is the normal administrative interface for RPC calls.

Developers and power users use `bitcoin-tx`, `bitcoin-util`, `bitcoin-wallet`, regtest, signet, testnet, RPCs, and the documented data directory layout for testing, transaction work, wallet maintenance, and integration. The data directory contains chainstate, block files, indexes, wallets, `bitcoin.conf`, `.cookie`, and other operational files.

Packagers must care about platform support, bundled versus system libraries, database migrations, wallet formats, service files, man pages, and the difference between consensus-critical behavior and optional indexes or wallet features.

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

Bitcoin Core is one of the rare packages where packaging is inseparable from protocol safety. Build flags, dependency versions, wallet database behavior, runtime paths, and upgrade order can affect node operators managing real funds and participating in a live consensus network.

It is also a package-history landmark: a small open-source peer-to-peer client became a globally significant infrastructure package with daemon, CLI, GUI, RPC surface, reproducible-release culture, security advisories, and intense review norms.

For package nerds, its file layout is unusually educational. The official filesystem document names the blocks, chainstate, indexes, wallet databases, cookie authentication, generated config, and legacy migrations, making the package a concrete map of how a decentralized network client persists state.

タイムライン

  • 2008: The Bitcoin whitepaper is published.
  • 2009: Satoshi Nakamoto releases the original Bitcoin client.
  • 2010: The bitcoin/bitcoin GitHub repository is created as the public development tree.
  • 2013: Bitcoin-Qt 0.8.0 adopts LevelDB for block and transaction indices and improves validation performance.
  • 2021: Bitcoin Core 22.0 drops the leading 0.x versioning style and adds newer P2P network features such as I2P service support.
  • 2026: Bitcoin Core 31.0 is published, showing continued active maintenance of the reference implementation.

Related projects

  • Bitcoin Core GUI development is split into the bitcoin-core/gui repository while the main bitcoin/bitcoin tree remains the integration tree.
  • libsecp256k1 is maintained by the Bitcoin Core project for elliptic-curve cryptography used by Bitcoin.
  • BIPs document protocol proposals and changes that Bitcoin Core may implement.
  • Alternative Bitcoin node implementations and wallet software interoperate with the Bitcoin network but must match consensus behavior.
  • LevelDB is an important storage dependency introduced for block and transaction indices in the 0.8.0 era.

ソース

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

信号

  • metadata:service
  • text:network

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Linux
~/.bitcoin/bitcoin.conf
macOS
~/Library/Application Support/Bitcoin/bitcoin.conf
Windows
%LOCALAPPDATA%\Bitcoin\bitcoin.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Linux
~/.bitcoin/.cookie
macOS
~/Library/Application Support/Bitcoin/.cookie
Windows
%LOCALAPPDATA%\Bitcoin\.cookie

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
bitcoincliグローバル実行可能ファイル
bitcoin-clicliグローバル実行可能ファイル
bitcoin-txcliグローバル実行可能ファイル
bitcoin-utilcliグローバル実行可能ファイル
bitcoin-walletcliグローバル実行可能ファイル
bitcoindcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版31.1
マネージャ更新日2026-07-10
ローカルデータOK
上流not checked
検出された最新未検出

https://bitcoincore.org/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bitcoin
バージョン31.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/bitcoin
ホームページhttps://bitcoincore.org/
リポジトリhttps://github.com/bitcoin/bitcoin
上流ドキュメントhttps://bitcoincore.org/en/doc
ライセンスMIT AND BSD-3-Clause AND BSL-1.0
ソースアーカイブhttps://bitcoincore.org/bin/bitcoin-core-31.1/bitcoin-31.1.tar.gz
最終更新2026-07-10T03:17:47Z
Pulseupdated
依存関係capnp, libevent, zeromq
ビルド依存関係boost, cmake, pkgconf
macOS 提供ライブラリsqlite
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebitcoin
Version Scheme0
Revision1
Head VersionHEAD
Requirements
  • macos
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

bitcoin

nix profile install nixpkgs#bitcoin
  • normalized package name match
  • 一致条件: Bitcoin
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bi/bitcoin/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

bitcoin 30.2-r2

Decentralized P2P electronic cash system

https://www.bitcoincore.org/

sudo apk add bitcoin
  • License: MIT
  • Architecture: x86_64
  • Source Package: bitcoin
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bitcoin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bitcoin from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bitcoin-bench 30.2-r2

Bitcoin Benchmarking Tools

https://www.bitcoincore.org/

sudo apk add bitcoin-bench
  • License: MIT
  • Architecture: x86_64
  • Source Package: bitcoin
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bitcoin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bitcoin-bench from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bitcoin-cli 30.2-r2

Bitcoin CLI

https://www.bitcoincore.org/

sudo apk add bitcoin-cli
  • License: MIT
  • Architecture: x86_64
  • Source Package: bitcoin
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bitcoin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bitcoin-cli from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bitcoin-doc 30.2-r2

Decentralized P2P electronic cash system (documentation)

https://www.bitcoincore.org/

sudo apk add bitcoin-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: bitcoin
  • normalized package name match
  • 一致条件: Bitcoin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bitcoin-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bitcoin-openrc 30.2-r2

Decentralized P2P electronic cash system (OpenRC init scripts)

https://www.bitcoincore.org/

sudo apk add bitcoin-openrc
  • License: MIT
  • Architecture: x86_64
  • Source Package: bitcoin
  • normalized package name match
  • 一致条件: Bitcoin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bitcoin-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bitcoin-qt 30.2-r2

Bitcoin with a Qt frontend & QR Code support

https://www.bitcoincore.org/

sudo apk add bitcoin-qt
  • License: MIT
  • Architecture: x86_64
  • Source Package: bitcoin
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bitcoin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bitcoin-qt from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bitcoin-tests 30.2-r2

Bitcoin & Bitcoin-QT Unit Tests

https://www.bitcoincore.org/

sudo apk add bitcoin-tests
  • License: MIT
  • Architecture: x86_64
  • Source Package: bitcoin
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bitcoin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bitcoin-tests from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bitcoin-tx 30.2-r2

Bitcoin TX (Transaction Tool)

https://www.bitcoincore.org/

sudo apk add bitcoin-tx
  • License: MIT
  • Architecture: x86_64
  • Source Package: bitcoin
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bitcoin
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bitcoin-tx from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

bitcoin-qt6 31.0-1.1

An end-user Qt6 GUI for the Bitcoin crypto-currency

https://bitcoin.org

sudo zypper install bitcoin-qt6
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bitcoin
  • 15 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Bitcoin
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bitcoin-qt6 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

bitcoin-test 31.0-1.1

Automated tests for bitcoin client

https://bitcoin.org

sudo zypper install bitcoin-test
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bitcoin
  • 16 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bitcoin
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bitcoin-test from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

bitcoin-utils 31.0-1.1

An end-user CLI for the Bitcoin crypto-currency

https://bitcoin.org

sudo zypper install bitcoin-utils
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bitcoin
  • 7 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bitcoin
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bitcoin-utils from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

bitcoind 31.0-1.1

Headless daemon for Bitcoin crypto-currency

https://bitcoin.org

sudo zypper install bitcoind
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bitcoin
  • 10 依存関係
  • 4 提供
  • normalized package name match
  • 一致条件: Bitcoin
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bitcoind from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

bitcoin

sudo port install bitcoin
  • normalized package name match
  • 一致条件: Bitcoin
MacPorts ports tree · api.github.com · MacPorts ports tree: finance/bitcoin/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

bitcoin

choco install bitcoin
  • normalized package name match
  • 一致条件: Bitcoin
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: bitcoin from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.9919996','gmkvextractgui'
Nix92%

bitcoind

nix profile install nixpkgs#bitcoind
  • installed executable or alias match
  • 一致条件: Bitcoind
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: bitcoind from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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