Official downloads from DineroLabs

Choose the right Dinero download.

Wallets for desktop users, Core packages for node operators, and snapshot assets for fast sync. This page shows only the current recommended software so users do not have to dig through GitHub release history.

Windows users Use rc8 or newer. Older rc7 desktop builds are superseded.
macOS users Use the signed and Apple-notarized v2.2.5 wallet.
Linux operators Use the Ubuntu 24.04+ Core .deb and verify signatures.

Current downloads

These are the recommended artifacts. Older release candidates remain available in the archive for provenance, but should not be used unless you know exactly why.

Windows Wallet
Preview

Best choice for Windows desktop users. Installs to Program Files and preserves wallet data in AppData.

Dinero-Setup-2.2.5-rc8.exe
Linux Core
Operator

Ubuntu 24.04+ full-node package with systemd service, dedicated user, and FHS datadir.

dinero-core_2.2.5-3_amd64.deb

Windows server operators

Daemon and CLI only, no GUI. Includes service install/uninstall scripts for operators who want manual control.

dinero-core-2.2.5-rc8-windows-win64-preview.zip
Download Core zip

Fast-sync snapshot

h=13000 snapshot and manifest for Core operators. Snapshot data is not an app.

utxo-snapshot-13000.dat + manifest
Open snapshot release

Live block ticker

Connecting

Pulled from the same public RPC feed as Dinero Explorer. Updates automatically so visitors can see the chain moving before they download anything.

Latest height
--
waiting for block
Latest block
--
click through for full details
Hashrate
--
difficulty --
Supply
--
DIN circulating
Windowsrc8 preview installer
macOSv2.2.5 notarized stable
LinuxUbuntu 24.04+ Core .deb
Snapshoth=13000 fast-sync assets

Verify before running

Preview software should be checked before launch. Windows artifacts are not Authenticode-signed yet, so SmartScreen may warn until the signing path is complete.

Windows checksum

certutil -hashfile Dinero-Setup-2.2.5-rc8.exe SHA256
# Expected:
e61e6c536eabac41c19fe486c0bcedac1564c42cb1f1946c606cf4068625f9ce

macOS notarization

spctl -a -t exec -vv Dinero-Qt.app
# Expected:
accepted
source=Notarized Developer ID

Linux release signature

gpg --import dinero-core-release.asc
gpg --fingerprint "Dinero Core Release Signing"
# Must match:
4ED3 65CE 6604 B722 D281 EC77 3A61 4979 B8A4 8C02

gpg --verify SHA256SUMS.asc SHA256SUMS
sha256sum -c SHA256SUMS

Run a node

Datadirs follow the native convention for each install mode. Linux manual-user mode intentionally keeps the standard dot-directory path.

Platform / mode Default datadir Use case
Windows desktop / Core zip %APPDATA%\Dinero Windows application-data convention
macOS desktop ~/Library/Application Support/Dinero macOS application-data convention
Linux packaged-service /var/lib/dinero FHS/systemd daemon convention under the dinero service user
Linux manual-user / developer ~/.dinero Standard Linux CLI/daemon dot-directory convention

Linux packaged-service start

sudo dpkg -i dinero-core_2.2.5-3_amd64.deb
sudo systemctl enable --now dinero
sudo -u dinero dinero-cli -datadir=/var/lib/dinero health

What is not stable yet

  • Windows is still a preview until Authenticode signing and clean-VM gate are complete.
  • Linux Qt desktop package is not published yet.
  • macOS is polished and notarized, but should be refreshed after latest Windows/Core fixes.