Downloads

Pre-built binaries for the HashRelay client and server, plus the web admin UI bundle, across all supported platforms.

Legal & Compliance Notice

HashRelay is a general-purpose network infrastructure tool. You are solely responsible for ensuring that your use of cryptocurrency mining and this software complies with the laws and regulations of your country or jurisdiction. Mining and related activities are restricted or prohibited in some regions — please review and follow your local rules before downloading or deploying.

Client 0.2.2

Released 2026-06-18
Release Notes
  • - Add version and platform to client nodes

Linux

Linux x86_64 (glibc)
hr-client · 5.4 MB
Download
c7ae23b6cc7300cf
Linux x86_64 (musl)
hr-client · 5.3 MB
Download
c7ae23b6cc7300cf
Linux ARM64 (glibc)
hr-client · 4.7 MB
Download
c7ae23b6cc7300cf
Linux ARM64 (musl)
hr-client · 4.5 MB
Download
c7ae23b6cc7300cf
Linux ARMv7
hr-client · 4.5 MB
Download
c7ae23b6cc7300cf
Linux RISC-V 64
hr-client · 4.3 MB
Download
c7ae23b6cc7300cf

Windows

Windows x86_64
hr-client.exe · 4.8 MB
Download
0c280d8faf85378c
Windows ARM64
hr-client.exe · 4.2 MB
Download
0c280d8faf85378c

Config Template & Quick Run

Download the annotated config template, save it as client.toml, edit the values, and pass it to the binary.

Then start the binary with the config file:

bash
# Linux / macOS
./hr-client --config client.toml

# Windows (PowerShell)
.\hr-client.exe --config client.toml

One-line install

Prefer an automated setup? Run the installer script to download, configure, and register the service in one step.

bash
curl -fsSL https://hashrelay.net/releases/scripts/install-client.sh | sh

Requires root (or sudo). Supports systemd and OpenWrt/procd init systems.

Uninstall

Run the uninstaller to stop the service, remove the binary, and optionally delete config and data.

bash
curl -fsSL https://hashrelay.net/releases/scripts/uninstall-client.sh | sudo sh

Requires root (or sudo). Prompts before deleting config/data; pass --yes for non-interactive removal.