☉ FreeBank

The apt repository for the FreeBank desktop app (Ubuntu 22.04 or newer, and Debian 12 or newer, on x86-64).

Install

sudo wget -qO /usr/share/keyrings/freebank-archive-keyring.gpg https://apt.ecxfreebank.com/freebank-archive-keyring.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/freebank-archive-keyring.gpg] https://apt.ecxfreebank.com stable main" \
  | sudo tee /etc/apt/sources.list.d/freebank.list \
&& sudo apt update && sudo apt install freebank

Then open FreeBank from your applications. Updates arrive with your normal system updates.

What it needs

FreeBank runs beside an eCash beta full node and its enforcer: on this computer (the easiest way is BitWindow in full-node mode on eCash beta), or on another machine on your private network. The app finds them, then installs and runs its own FreeBank node.

Signing key

Packages are signed with this key. Its fingerprint is

22B4AF58556509FC55ED06DA7A80C7CC37C9603B

Other downloads

A standalone .deb, an AppImage and the macOS app are on the releases page. The source is at github.com/mbdrivechains/freebank-app.