- Node.js (v8 or later)
- npm (v5 or later)
- electron-builder dependencies
-
Install dependencies from requirements.
-
Download the latest release:
curl -OL https://github.com/PeerioTechnologies/peerio-desktop/archive/master.tar.gz
-
Unpack it:
tar xvf master.tar.gz
-
Go to the unpacked directory:
cd peerio-desktop-master
-
Install dependencies:
npm install
-
Edit
app/package.json
and change the value of"socketServerUrl"
from""
to"wss://icebear.peerio.com"
. -
Build:
npm run internal-build-mac
Build results will be in dist
directory.
- Node.js (v8 or later)
- npm (v5 or later)
- electron-builder dependencies
-
Install dependencies from requirements.
-
Download the latest release:
wget https://github.com/PeerioTechnologies/peerio-desktop/archive/master.tar.gz
-
Unpack it:
tar xvf master.tar.gz
-
Go to the unpacked directory:
cd peerio-desktop-master
-
Install dependencies:
npm install
-
Edit
app/package.json
and change the value of"socketServerUrl"
from""
to"wss://icebear.peerio.com"
. -
Build:
npm run internal-build-linux
Build results will be in dist
directory.
We do not support making builds on Windows, but you can build a version for Windows on macOS or Linux. (Linux Subsystem for Windows may work, but we don't test on it.)