Downloads

Get HIDERING

Verified binaries for the full node, wallet CLI, and desktop GUI wallet — published on GitHub. Every asset ships with a SHA256 sidecar so you can confirm the file you downloaded is the one we built.

Full Node & Wallet CLI — v2.0.3

Linux x86_64 · macOS ARM64 · Windows x64 · published 19 Jun 2026

View on GitHub
Linux x64 · hidering-linux-x64.tar.gz · 25.1 MB
32d93e00e0413cbf398f324c5daa31a772e0ee76ee67b0a6796c705a60d797a7
macOS ARM64 · hidering-macos-arm64.tar.gz · 17.9 MB
f98124eb6230f2ea26bca09db6468f898b99446f689ceda5d8affb35131dbb54
Windows x64 · hidering-windows-x64.zip · 36.6 MB
f8dfc4447b69b7fa75083da55be4925a11f35cc5c35888b2d47c8d08c0a9bfb3

Native binaries for Linux x86_64, macOS ARM64, and Windows x64. Every asset ships with a matching .sha256 sidecar — verify your download before extracting with sha256sum -c <file>.sha256 (it should print OK).

Wallet GUI Desktop — v2.0.2-gui

macOS ARM64 · Windows x64 · Linux x86_64 · published 3 Jun 2026

View on GitHub
macOS ARM64 SHA256
63b96e4c1dfe343f1d591a12171eb98af6331ac0e7b6f4344b4e5e7e9947c9da
Windows x64 SHA256
9cb4f9c39bb5db070ab293656d1b24a2d59a2ef6f2726d598398e63217a5e0ca
Linux AppImage SHA256 · Hidering_Wallet-v2.0.2-x86_64.AppImage · 57 MB
54ea3e936bb6a6b650a5ede347218aef3cd6696bae44532d36ff41eaec27f759

macOS: tar -xzf Hidering_Wallet-macos-arm64.tar.gz, then move hidering-wallet-gui.app to Applications. It's ad-hoc signed (no Apple Developer ID), so the first launch needs right-click → Open. Windows: unzip and run hidering-wallet-gui.exe from the extracted folder (keep the DLLs alongside it). Linux: the AppImage is built from the v2.0.2-gui sources. chmod +x then run it; on distros without libfuse2 use --appimage-extract-and-run. Requires glibc ≥ 2.39 (Ubuntu 24.04+, Debian 13+, Fedora 39+).

Verify your download

Always confirm the SHA256 of any binary before running it. Download the asset and its .sha256 sidecar into the same folder, then:

# Linux / macOS — should print: OK
sha256sum -c hidering-linux-x64.tar.gz.sha256

# Or compare the hash manually
sha256sum hidering-linux-x64.tar.gz

# Windows (PowerShell)
Get-FileHash .\hidering-windows-x64.zip -Algorithm SHA256

The printed hash must match the value listed above (and on the GitHub release page). If it doesn't, do not run the binary.

Next: Mining Guide All releases on GitHub