macOS
brew install hsdlocal Homebrew formula metadata
brew
Handshake Daemon & Full Node. Version 8.0.0 via Homebrew; verified 2026-06-22.
install
brew install hsdlocal Homebrew formula metadata
nix profile install nixpkgs#hsdnixpkgs package indexes · pkgs/by-name/hs/hsd/package.nix · source: api.github.com
overview
Handshake Daemon & Full Node
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
hs-seeder | cli | global executable | |
hs-wallet | cli | global executable | |
hsd | cli | global executable | |
hsd-cli | cli | global executable | |
hsd-node | cli | global executable | |
hsd-rpc | cli | global executable | |
hsd-spvnode | cli | global executable | |
hsw-cli | cli | global executable | |
hsw-rpc | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/handshake-org/hsd
install metadata
| Package key | brew:hsd |
|---|---|
| Version | 8.0.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hsd |
| Homepage | https://handshake.org |
| Repository | https://github.com/handshake-org/hsd |
| Upstream docs | https://github.com/handshake-org/hsd#readme |
| License | MIT |
| Source archive | https://github.com/handshake-org/hsd/archive/refs/tags/v8.0.0.tar.gz |
| Last updated | 2026-06-22T14:03:43-07:00 |
| Pulse | updated |
| Dependencies | node, unbound |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
hsd
nix profile install nixpkgs#hsdsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.