Here we describe how you can clone the Waterproof repository, and build the application yourself.
First clone the repository. For this, you would need git. Then, in a terminal (from a directory in which you want to install the folder with all Waterproof files) execute
git clone https://github.com/impermeable/waterproof.git
The move into the waterproof directory
cd waterproof
Install Node.js, for instance from Node.js
In a terminal, move to the Waterproof base directory. Then, to install the necessary Node.js modules, run:
npm install
It may be necessary to update the modules with
npm update
To run Waterproof in developer mode run
npm run electron:serve
To build the Electron app run:
npm run electron:build
An installer will be produced in the folder dist_electron
.