Installation

Zepio runs on Windows, macOS and Linux and is available to download from zepiowallet.org. Follow the platform-specific instructions below to install Zepio. You can also compile the application from source.

Supported Platforms

macOS

Download the macOS release named Zepio-vX.X.X.dmg and double-click on file to open it. Drag Zepio to the Applications link to install. You may need to give system authorization for the program to run.

Windows

Download and run the Zepio-Windows-vX.X.X.exe installer and follow the prompts. You may need to give authorization for the program to run.

Linux

If you are on Debian or Ubuntu, download the .deb package and install it:

sudo dpkg -i zepio-linux-vX.X.X.deb

sudo apt install -f

Verifying the download

Starting with version v0.6.0, all Zepio releases are signed and contain checksums that may be validated to ensure the integrity of the downloaded software. The current signatures and checksums can be placed alongside the release files as signatures-vX.X.X.zip.

System requirements

If using the embedded zcashd full node daemon, the recommended system requirements are 5GB of free RAM and 30GB of free disk (the size of the blockchain increases over time).

Compiling from source

For an in-depth explanation on how to build Zepio from source, please follow the Building section of the project's README.