/ipse-desktop

A desktop client for IPSE (https://ipse.io) based on ipfs-desktop

Primary LanguageJavaScriptMIT LicenseMIT

IPSE Desktop

A desktop client for IPSE based on ipfs-desktop.

We added our IPSE node data to IPFS bootstrap before the client started. We don't want to change the UI ,so we kept the UI and logo of the original project.

You don't need the command line to run an IPFS node. Just install IPSE Desktop and have all the power of IPFS in your hands. Powered by Web UI.

Download the latest release

Install from Source

To install it from source you need Node.js >=10.4.0 and need npm >=6.1.0 installed. This uses node-gyp so you must take a look at their platform specific dependencies.

Then the follow the steps below to clone the source code, install the dependencies and run it the app:

git clone https://github.com/IPSE-TEAM/ipse-desktop.git
cd ipse-desktop
npm install
npm start

The IPSE Desktop app will launch and should appear in your OS menu bar.