macOS
brew install hsdlocal Homebrew formula metadata
brew
hsd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install hsdlocal Homebrew formula metadata
nix profile install nixpkgs#hsdnixpkgs package indexes · pkgs/by-name/hs/hsd/package.nix · ソース: api.github.com
概要
Handshake Daemon & Full Node
履歴
HSD is the JavaScript full-node and daemon implementation of the Handshake protocol, a decentralized naming and certificate-authority experiment built around a peer-to-peer root zone.
Handshake's own site identifies hsd as the initial code for the protocol, and the hsd README describes it as an implementation of Handshake. The project grew as a node, wallet, DNS resolver, RPC server, and CLI suite rather than as a single-purpose daemon.
The README and install guide show a Node.js-based project distributed from the official GitHub repository, installable from source, Git refs, Homebrew, and container images. The command set includes hsd, hsd-cli, hsw-cli, RPC shortcuts, wallet tools, and seeding utilities.
HSD adoption is tied to Handshake network participation: running a full node, serving recursive or authoritative DNS, managing wallets, mining, claiming names through DNSSEC proofs, and participating in name auctions. The Homebrew and Nix package metadata in the input shows packaging beyond npm-style installation.
The release notes show long-running protocol maintenance with network soft forks, database and wallet migrations, API changes, and DNS/name-resolution improvements. That makes hsd closer to Bitcoin-derived node software than to a disposable CLI.
Common usage is operational: run hsd as a full node, query it with hsd-cli, manage wallet state with hsw-cli, expose node and wallet HTTP APIs, and configure DNS ports for recursive or authoritative service.
The README emphasizes bitcoind-style RPC plus additional REST APIs, name auction commands such as sendopen, sendbid, sendreveal, sendupdate, and DNSSEC-based claim flows.
For package maintainers, hsd is significant because it packages a full blockchain/DNS stack with native dependency considerations such as libunbound, network ports, persistent state under ~/.hsd, wallet migrations, and security-sensitive API keys.
It is also a good example of an ecosystem package where the formula is not just installing a binary: the package participates in a protocol, has stateful upgrades, and exposes multiple command-line entry points.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
~/.hsd/hsd.conf~/.hsd/hsw.conf~/.hsd/<network>/hsd.confCredential-bearing paths to review before unattended agent runs.
~/.hsd/hsd.conf~/.hsd/hsw.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
hs-seeder | cli | グローバル実行可能ファイル | |
hs-wallet | cli | グローバル実行可能ファイル | |
hsd | cli | グローバル実行可能ファイル | |
hsd-cli | cli | グローバル実行可能ファイル | |
hsd-node | cli | グローバル実行可能ファイル | |
hsd-rpc | cli | グローバル実行可能ファイル | |
hsd-spvnode | cli | グローバル実行可能ファイル | |
hsw-cli | cli | グローバル実行可能ファイル | |
hsw-rpc | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/handshake-org/hsd
インストールメタデータ
| パッケージキー | brew:hsd |
|---|---|
| バージョン | 8.0.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/hsd |
| ホームページ | https://handshake.org |
| リポジトリ | https://github.com/handshake-org/hsd |
| 上流ドキュメント | https://github.com/handshake-org/hsd#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/handshake-org/hsd/archive/refs/tags/v8.0.0.tar.gz |
| 最終更新 | 2026-06-22T14:03:43-07:00 |
| Pulse | updated |
| 依存関係 | node, unbound |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hsd |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
hsd
nix profile install nixpkgs#hsdソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.