# Installer hsd avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de hsd pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:hsd
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install hsd
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#hsd
```

  Preuve: nixpkgs package indexes: pkgs/by-name/hs/hsd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:hsd
- **Gestionnaire de paquets:** Homebrew
- **Version:** 8.0.0
- **Résumé source:** Handshake Daemon & Full Node
- **Page d'accueil:** <https://handshake.org>
- **Dépôt:** <https://github.com/handshake-org/hsd>
- **Dernière mise à jour:** 2026-06-22T14:03:43-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- hs-seeder (alias)
- hs-wallet (alias)
- hsd (alias)
- hsd-cli (alias)
- hsd-node (alias)
- hsd-rpc (alias)
- hsd-spvnode (alias)
- hsw-cli (alias)
- hsw-rpc (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 8.0.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2018-2019: Public v0.x tags and testnet tags appear in the upstream repository.
- 2020: v1.0.0 appears in the upstream tag series.
- 2023: v6.0.0 release notes include the ICANN Lockup soft fork and configuration changes.
- 2024: v7.0.0 release notes describe wallet migrations, interactive rescans, and history API changes.
- 2025: v8.0.0 release notes include the End Airdrop soft fork.

### Related projects

- Related projects include the Handshake protocol documentation, hs-client for RPC helpers, Bob Wallet as a GUI wallet, bns for DNS-related functionality, and libunbound for recursive resolver support.

### Sources

- <https://github.com/handshake-org/hsd#readme>
- <https://github.com/handshake-org/hsd/blob/master/CHANGELOG.md>
- <https://github.com/handshake-org/hsd/blob/master/docs/install.md>
- <https://handshake.org>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## 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

- Unix: ~/.hsd/hsd.conf, ~/.hsd/hsw.conf, ~/.hsd/<network>/hsd.conf

## Credential files

- Unix: ~/.hsd/hsd.conf, ~/.hsd/hsw.conf
## Autres enregistrements de gestionnaires de paquets

- Nix - hsd: normalized package name match | nixpkgs package indexes: pkgs/by-name/hs/hsd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/hsd.yml](https://github.com/mxcl/pkgdb/blob/main/combined/hsd.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
