https://github.com/aragon/aragon-desktop
(Aragon 1) Managing an decentralized organization on a desktop near you
https://github.com/aragon/aragon-desktop
blockchain dapp ethereum ipfs
Last synced: 8 days ago
JSON representation
(Aragon 1) Managing an decentralized organization on a desktop near you
- Host: GitHub
- URL: https://github.com/aragon/aragon-desktop
- Owner: aragon
- License: gpl-3.0
- Created: 2018-04-04T11:56:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T17:00:13.000Z (about 2 years ago)
- Last Synced: 2025-04-08T10:52:41.282Z (23 days ago)
- Topics: blockchain, dapp, ethereum, ipfs
- Language: JavaScript
- Homepage:
- Size: 5.35 MB
- Stars: 37
- Watchers: 14
- Forks: 13
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aragon Desktop
> 🚨 This project is not actively maintained anymore. Please use the web versions at [mainnet.aragon.org](https://mainnet.aragon.org/) or [rinkeby.aragon.org](https://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.

## Running locally
Requires Node v10.x.
```sh
git clone https://github.com/aragon/aragon-desktop.git
```
Navigate to the aragon-desktop directory
```sh
cd aragon-desktop
npm i
npm start
```Note: if you get an error like the following:
```sh
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`.