Official Downloads โ€” v1.0.0

Download
TARCOIN Wallet

Download the official TARCOIN wallet for your platform. TARCOIN full node with wallet support with wallet, mining, and networking capabilities.

๐ŸชŸ

Windows Wallet

Windows 10/11 64-bit

v1.0.0
tarcoin-wallet-win64.zip
~28 MB
๐ŸŽ

macOS Wallet

macOS 12+ (Intel & Apple Silicon)

v1.0.0
tarcoin-wallet-macos.dmg
~32 MB
๐Ÿง

Linux Full Package

Ubuntu / Debian 22.04+

v1.0.0
tarcoin-linux-full.tar.gz
~114 MB
โŒจ๏ธ

Linux Server Node

Ubuntu / Debian 22.04+ ยท tarcoind + tarcoin-cli (server only, no GUI)

v1.0.0
tarcoin-linux-daemon.tar.gz
~114 MB

โš™ BUILD FROM SOURCE

TARCOIN is fully open source. Build for any platform:

git clone https://github.com/tarcoin/tarcoin.git
cd tarcoin/blockchain_core/tarcoin-core
cmake -B build && cmake --build build -j$(nproc)
./build/bin/tarcoind -printtoconsole

๐Ÿ” VERIFY YOUR DOWNLOAD

All releases are signed with GPG and include SHA256 checksums.

sha256sum tarcoin-linux-full.tar.gz
# compare against SHA256SUMS in the GitHub release
Download SHA256SUMS โ†’
Back to Home