Downloads

KrovaCoin is pre-launch. The builds below are unsigned, unnotarized preview builds for testing only -- not audited, not the signed release binaries that will ship with the public testnet. Build from source if you want to verify exactly what you're running.

Desktop wallet (krova-qt) -- preview builds

macOS

krova-qt, universal .dmg

Unsigned preview buildDownload KROVACOIN-Core.dmg

sha256: 7b0c990e55f978b22648d6466dfc66c2c9c8225490982ed173472c4cf8caae82

Windows

krovad, krova-qt, krova-cli -- zip (unsigned, no installer)

Unsigned preview buildDownload krovacoin-5.6.1-win64.zip

sha256: 372ba15e63f5ea0705069e5adaa9419f54c0505a776763a26bb3d8fa5fb9a9bd

Linux

AppImage + .deb

Coming soon

These preview builds are not code-signed or notarized -- your OS will warn you before running them. Verify the download against the SHA-256 checksum above before running anything:

shasum -a 256 KROVACOIN-Core.dmg
sha256sum krovacoin-5.6.1-win64.zip

Signed, notarized release binaries with a GPG-signed SHA256SUMS.asc will ship with the public testnet.

Build from source (available now)

The daemon and full node wallet build and run today, including a one-command regtest quickstart. See the krovacoin-core repository's README:

./autogen.sh && ./configure && make -j$(nproc)
src/krovad -regtest -daemon -datadir=/tmp/krova-regtest
src/krova-cli -regtest -datadir=/tmp/krova-regtest getblockchaininfo

Full guide: Node Setup.

Mobile

Android and iOS wallets are planned after the web wallet and a completed external security audit (see the Whitepaper's roadmap). Not yet available on any app store.

Coming soon

Web wallet

A non-custodial web wallet (client-side keys only, nothing secret ever sent to a server) is planned once the public testnet is live.

Coming soon