🚨 This project is not actively maintained anymore. Please use the web versions at mainnet.aragon.org or rinkeby.aragon.org
💻 If you would like to maintain this project, please reach out by filing an issue!
Aragon Desktop is an Electron app that runs the Aragon client in a fully decentralized way.
It queries the Ethereum blockchain for the latest version of the app, and then serves it over a local IPFS node.
Requires Node v10.x.
git clone https://github.com/aragon/aragon-desktop.git
Navigate to the aragon-desktop directory
cd aragon-desktop
npm i
npm start
Note: if you get an error like the following:
App threw an error during load:
Error: The module './node_modules/scrypt/build/Release/scrypt.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 67. This version of Node.js requires
NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
You need to recompile the dependencies with npm run rebuild
.