Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Releases: EpicCash/epic-gui-wallet

5.3.1

23 Nov 13:03

Choose a tag to compare

What's Changed

  • Fix bug where create offline transaction fail.
  • add Wallet on/offline notification

Full Changelog: v5.3.0...v5.3.1

No new contributors to this release

Notes

For users on Ubuntu 22.04 Jammy and later, you will need to install libssl1.1.1f from our website. Steps below:

dpkg -l | grep libssl

If it lists 1.1.1g you will need to remove those with:
sudo dpkg -r libssl1.1:amd64

and maybe
sudo dpkg -r libssl-dev:amd64 (first if it's installed too)

then install 1.1.1f
https://epiccash.com/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb

MacOS Notes:

Download EpicWallet-5.3.1.app.zip, unzip, then move EpicWallet.app to Applications folder. File is not signed - Press control then open to avoid an error (required each time you open). To make it permanent do this:

Select "Apple“ on your Mac menu > "System Settings“ and click "Privacy & Security“ in the sidebar. (You may need to scroll down.)
Go to "Security“ and then click "Open“.
Click on "Open anyway“. * This button is available for about an hour after you try to open the app.
Enter your login password and click "OK“.

  • As an exception, the app is backed up in your security settings so that you can open it by double-clicking like any authorized app in the future.

Windows Note:

AV may report file as Malware - you may need to whitelist it to open.

Linux Note:

Create a bin folder in your home folder then move the AppImage file there. Create a new item using your Menu Editor that links to ~/bin/EpicWallet-5.3.1.AppImage. You can use epic-wallet.png as the app icon.

6.0.0

16 Nov 11:50

Choose a tag to compare

6.0.0 Pre-release
Pre-release

Release Notes

EpicWallet v6.0.0

What's Changed

  • This version supports Epic Node Server and Epic Cli Wallet v4.
  • Wallet now supports Mac Silicon

Full Changelog:
v5.3.0...v6.0.0

Notes

macOS Silicon:
Download EpicWallet-6.0.0-arm64.dmg, move EpicWallet.app to your Applications folder.
The app is signed — just double-click to open.

macOS Intel:
Download EpicWallet-6.0.0.dmg, move EpicWallet.app to your Applications folder.
The app is signed — just double-click to open.

Windows:
Download EpicWallet.Setup.6.0.0.exe Installer and follow the instructions.
Antivirus may flag the file as malware. You may need to whitelist it.

Linux:
Move the AppImage to a bin folder in your home directory.
Create a menu entry linking to ~/bin/EpicWallet-6.0.0.AppImage.
You can use epic-wallet.png as the app icon.

5.3.0

02 Mar 07:59

Choose a tag to compare

What's Changed

  • Update binaries to version 3.6.0
  • add From/To Sender Receiver to transaction table
  • remove old domain epic.tech; remove explorer link
  • Change default epicbox domain and external node domain
  • fixing some styles

Full Changelog: v5.2.3...v5.3.0

No new contributors to this release

For users on Ubuntu 22.04 Jammy, you will need to install libssl1.1.1f from Ubuntu's package manager. Steps below:

dpkg -l | grep libssl

If it lists 1.1.1g you will need to remove those with:
sudo dpkg -r libssl1.1:amd64

and maybe
sudo dpkg -r libssl-dev:amd64 (first if it's installed too)

then install 1.1.1f
https://packages.ubuntu.com/focal/amd64/libssl1.1/download
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb

MacOs - Intel (13.3.1): EpicWallet-5.3.0.dmg
Linux (Ubuntu 20.04): EpicWallet-5.3.0.AppImage
Windows (10, 11): EpicWallet-Setup-5.3.0.exe

5.2.3

17 Feb 22:12
b4ff760

Choose a tag to compare

What's Changed

Full Changelog: v5.2.1...v5.2.3

No new contributors to this release
Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2

Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

MacOs - Intel (13.3.1): EpicWallet-5.2.3.dmg
Linux (Ubuntu 20.04): EpicWallet-5.2.3.AppImage
Windows (10, 11): EpicWallet-Setup-5.2.3.exe

5.2.1

21 Dec 10:51

Choose a tag to compare

What's Changed

  • Fix a bug where recover wallet does not work
  • Update epic-wallet cli to release 3.5.1
  • Change epic seed node from 95.217.197.180:3417 to 95.217.197.180:3414
    Full Changelog: v5.2.0...5.2.1

New Contributors

  • No new contributors to this release

Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2

Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

MacOs - Intel (13.3.1): EpicWallet-5.2.1.dmg
Linux (Ubuntu 20.04): EpicWallet-5.2.1.AppImage
Windows (10, 11): EpicWallet.Setup.5.2.1.exe

5.2.0

24 Nov 18:27

Choose a tag to compare

What's Changed

  • Update to latest epic-cli-wallet v3.5.0
  • Update to epic node v3.5.0
  • Add option to run epicbox listener as a background process.
  • Some Bugfixes for AutoUpdater.

New Contributors

  • No new contributors to this release

Full Changelog: v5.1.1...v5.2.0

Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2

Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

MacOs - Intel (13.3.1): EpicWallet-5.2.0.dmg
Linux (Ubuntu 20.04): EpicWallet-5.2.0.AppImage
Windows (10, 11): EpicWallet.Setup.5.2.0.exe

5.1.1

16 Jun 17:57

Choose a tag to compare

What's Changed

  • Fixes error on wallet login for Linux
  • Packaged with statically-linked epic-wallet, epic binaries (prior were failing to launch due to shared library linkage)

New Contributors

  • No new contributors to this release

Full Changelog: v5.1.0...v5.1.1

Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2

Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

MacOs - Intel (13.3.1): EpicWallet-5.1.1.dmg
Linux (Ubuntu 20.04): EpicWallet-5.1.1.AppImage
Windows (10, 11): EpicWallet.Setup.5.1.1.exe

5.1.0

14 Jun 08:01

Choose a tag to compare

What's Changed

  • Upgrade epic node server and epic cli wallet to latest v3.4.0
  • Upgrade ngrok to v3 for Linux and MacOs
  • Upgrade ngrok to v3 stable for windows by @who-biz in #82
  • 5.1.0 by @johanneshahn in #83
  • Moved Output confirmation to Coins tab
  • Add more languages

New Contributors

Full Changelog: v5.0.3...v5.1.0

Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2

Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

MacOs - Intel (13.3.1): EpicWallet-5.1.0.dmg
Linux (Ubunut 22): EpicWallet-5.1.0.AppImage
Windows (10, 11): EpicWallet.Setup.5.1.0.exe

Hotfix Release for v5.0.3 Windows

24 May 20:46

Choose a tag to compare

Pre-release

This pre-release build for the Windows installer is a hotfix to resolve issues related to ngrok.

There are no changes compared to the release below, aside from an updated ngrok binary to v3 stable.

The file below should have a sha256sum equal to that represented below:

EpicWallet Setup 5.0.3.exe: e8704cf76a097593e5f5b3a41fc348fce80aa8960f0b40f7e3898676809fa4e0

5.0.3

14 May 11:43

Choose a tag to compare

This is the first stable version of EpicCash Desktop Wallet - Release 5.0.3.

We have integrated the new transaction type "epicbox", which allows users to send their epic to other epicbox compatible wallets without the recipient having to be online. This version also includes the latest Epic wallet "sqlight" database and a new node sync, for faster blockchain sync.

There are many bug fixes and improvements and new languages in this version.
Full Changelog: v5.0.0-beta...v5.0.2-beta

Ubuntu:
If you have problems to execute the AppImage on Ubuntu, make sure you install fuse and have the right file permissions
sudo apt install libfuse2

Ubuntu since 22.04:
Users must install openssl 1.1
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

MacOs (13.3.1): EpicWallet-5.0.3.dmg
Linux (Ubunut 22): EpicWallet-5.0.3.AppImage
Windows (11): EpicWallet.Setup.5.0.3.exe