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
- Mac - ipse-desktop-0.9.2.dmg
- Windows - ipse-desktop-setup-0.9.2.exe
- Linux - ipse-desktop-0.9.2-linux-x86_64.AppImage
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.