macOS
brew install hsdlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für hsd in AI-Agent-Workflows.
Installation
brew install hsdlocal Homebrew formula metadata
nix profile install nixpkgs#hsdnixpkgs package indexes · pkgs/by-name/hs/hsd/package.nix · Quelle: api.github.com
Überblick
Handshake Daemon & Full Node
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
hs-seeder | cli | globales Executable | |
hs-wallet | cli | globales Executable | |
hsd | cli | globales Executable | |
hsd-cli | cli | globales Executable | |
hsd-node | cli | globales Executable | |
hsd-rpc | cli | globales Executable | |
hsd-spvnode | cli | globales Executable | |
hsw-cli | cli | globales Executable | |
hsw-rpc | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/handshake-org/hsd
Installationsmetadaten
| Paketschlüssel | brew:hsd |
|---|---|
| Version | 8.0.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/hsd |
| Homepage | https://handshake.org |
| Repository | https://github.com/handshake-org/hsd |
| Upstream-Dokumentation | https://github.com/handshake-org/hsd#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/handshake-org/hsd/archive/refs/tags/v8.0.0.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:03:43-07:00 |
| Pulse | updated |
| Abhängigkeiten | node, unbound |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
hsd
nix profile install nixpkgs#hsdQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.