Releases: AB-lab113/hidering-gui
HIDERING Wallet GUI v2.0.2-gui
HIDERING Wallet GUI v2.0.2-gui
First multi-platform GUI release — macOS and Windows binaries built by CI, joining the Linux AppImage line.
Assets
Hidering_Wallet-macos-arm64.tar.gz— macOS Apple Silicon, Qt5.appbundle. Ad-hoc signed (no Apple Developer ID), so first launch needs right-click → Open.Hidering_Wallet-windows-x64.zip— Windows x64, Qt5 + runtime DLLs bundled. Unzip and runhidering-wallet-gui.exefrom the extracted folder.Hidering_Wallet-v2.0.1-x86_64.AppImage— Linux x86_64 (see note below). Requires glibc ≥ 2.39 (Ubuntu 24.04+, Debian 13+, Fedora 39+).
Each asset has a matching .sha256 sidecar.
⚠️ Note on the Linux build (carry-over)
The macOS and Windows binaries are freshly built for v2.0.2-gui. The Linux AppImage is the v2.0.1-gui build, re-attached here unchanged — it is feature-identical and has not been rebuilt for v2.0.2. Its SHA256 (04f79f096a3c3791f07b70e31e197888f84b51d06e1d30e3c24d221c6376f45a) matches the original v2.0.1-gui asset byte-for-byte. A native v2.0.2 Linux rebuild may replace it in a later update.
SHA256
| Asset | SHA256 |
|---|---|
Hidering_Wallet-macos-arm64.tar.gz |
63b96e4c1dfe343f1d591a12171eb98af6331ac0e7b6f4344b4e5e7e9947c9da |
Hidering_Wallet-windows-x64.zip |
9cb4f9c39bb5db070ab293656d1b24a2d59a2ef6f2726d598398e63217a5e0ca |
Hidering_Wallet-v2.0.1-x86_64.AppImage |
04f79f096a3c3791f07b70e31e197888f84b51d06e1d30e3c24d221c6376f45a |
Full Changelog: v2.0.1-gui...v2.0.2-gui
HIDERING Wallet GUI v2.0.1-gui — gold theme + HRG logo
HIDERING Wallet GUI v2.0.1 — Linux x86_64.
Changes since v2.0.0-gui
- Gold theme: replaced all Monero orange (#FF6C3C) with HIDERING gold (#FFD700).
- HIDERING titlebar wordmark (no more "monero").
- Account cards now show the real round HRG monogram (was the Monero ɱ logo).
- Rebranded .desktop entry (HIDERING Wallet).
Assets
- Hidering_Wallet-v2.0.1-x86_64.AppImage (recommended) — self-contained, bundles Qt5 + plugins.
chmod +xthen run. Needs glibc ≥ 2.39 (Ubuntu 24.04+, Debian 13+, Fedora 39+). - hidering-wallet-gui-v2.0.1-linux-x64.tar.gz — raw stripped binary, needs Qt 5.15 on the host.
SHA256:
- AppImage:
04f79f096a3c3791f07b70e31e197888f84b51d06e1d30e3c24d221c6376f45a - tar.gz:
6fad0b79f3a124cc7b8ad3b191de75ac69a8fa019c8e12ce74f1cf648249280e
Windows and macOS builds coming in a future release.
Hidering Wallet GUI v2.0.0-gui — Linux x64
Hidering Wallet GUI v2.0.0-gui — First Linux Release
Desktop Qt5 wallet GUI for Hidering (HRG), forked from monero-project/monero-gui and rebranded for the HRG v2.0.0 mainnet (NETWORK_ID HRG\x02HIDERINGMAIN, addr prefix B, daemon RPC port 19741).
📦 Downloads
| Asset | Format | Size | Best for |
|---|---|---|---|
Hidering_Wallet-v2.0.0-x86_64.AppImage |
AppImage (recommended) | 54 MB | One-file self-contained executable. Bundles Qt5 + all dependencies. Just chmod +x and run. |
hidering-wallet-gui-v2.0.0-linux-x64.tar.gz |
Raw binary | 11 MB | Smaller download but requires Qt5.15 + Boost + OpenSSL 3 on the system path. Build the project from source if you want to use this. |
✅ AppImage (recommended)
wget https://github.com/AB-lab113/hidering-gui/releases/download/v2.0.0-gui/Hidering_Wallet-v2.0.0-x86_64.AppImage
chmod +x Hidering_Wallet-v2.0.0-x86_64.AppImage
./Hidering_Wallet-v2.0.0-x86_64.AppImageNeeds libfuse2 for normal AppImage launch. If your distro ships FUSE 3 only (Ubuntu 22.04+), either:
sudo apt install libfuse2, or- run as
./Hidering_Wallet-v2.0.0-x86_64.AppImage --appimage-extract-and-run
SHA256:
423904575e9235d5c158109580b6caeb1a8d0609ac6be32d45cf295919df8a87 Hidering_Wallet-v2.0.0-x86_64.AppImage
0defa8ab45285de46d98bf5828dbe86c797a6df593198458e984d0f52fc7460b hidering-wallet-gui-v2.0.0-linux-x64.tar.gz
Build details
- Source:
master@ commitc32f380(initial rebrand) - Backend submodule:
AB-lab113/hidering@v2-privacycommit93d7d3b46(HRG v2.0.0) - Compiler: gcc on Ubuntu 24.04 (WSL2),
-DCMAKE_BUILD_TYPE=Release -DWITH_SCANNER=OFF - QR scanner: disabled in this build (no v4l/Qt multimedia dependency)
- Qt: 5.15.13
- Linking: Backend HRG libs statically linked into the binary; Qt5 + system libs dynamically linked (bundled into the AppImage)
- Stripped: yes (
strip --strip-unneeded) - AppImage packed with
linuxdeployqtcontinuous build 107 +appimagetoolbuild 261
Defaults
- Daemon RPC:
127.0.0.1:19741(mainnet),127.0.0.1:39741(stagenet),127.0.0.1:29741(testnet) - Address prefix:
60(addresses begin withB) - Backend rules: 18 M HRG max supply, 42.86 HRG initial block reward, 120 s block time, 210 000-block halving, RandomX PoW
Verified
- AppImage smoke test under WSLg (X11 + Wayland) ran without crash, Qt 5.15.13 init OK, screen detected, only minor upstream QML warnings (wizard btnPrev undefined, fr-translation lookup) that exist in monero-gui too.
- Raw binary smoke test (with LD_LIBRARY_PATH from build tree) identical behaviour.
- 0 residual Monero/XMR strings in QML/JS/C++/translations (preserved on purpose:
namespace Monero::backend ABI,MoneroComponentsQML namespace,MoneroSettingsinternal class).
Known issues
- macOS .dmg + Windows .exe: blocked on GitHub Actions billing (same blocker as backend releases since 2026-05-12)
- The auto-updater module is currently inert (Monero dev GPG keys removed; HRG signing keys not yet wired)