Download Zebra

Zebra is the Zcash Foundation’s independent, consensus-compatible implementation of a Zcash node.

 

Zebra’s network stack is interoperable with zcashd, and Zebra implements all the features required to reach Zcash network consensus including the validation of all the consensus rules for the NU5 network upgrade.

Zebra download

You can find all of our docker images in Docker Hub.

https://hub.docker.com/r/zfnd/zebra

This command will run our latest release, and sync it to the tip:

docker run zfnd/zebra:latest

For more information, read our Docker documentation.

Please note that we don’t currently provide artifacts for all platforms or CPU architectures, e.g ARM64. For a full list of supported platforms, see https://zebra.zfnd.org/user/supported-platforms.html

To build Zebra from source follow the “Build Instructions” section in the Zebra book. 

Source code