Robinhood on desktop
Free and open source Robinhood desktop version.
Built on top of Electron and React, allows you to build a version for Mac, Windows and Linux.
Downloads
Download Robinhood for Mac.
Download Robinhood for Windows.
Download Robinhood for Linux.
Stack
Built on top of electron to support mac, windows and linux. The front is written using React frameworks. The state is managed by mobX.
Install
- Make sure you have electron and react istalled first.
- You will also need to provide credentials to a firebase account under
src/helpers/firebase.js
.
yarn install
yarn dev
Develop
- Make sure you have:
"main": "public/electron-starter.js",
underpackage.json
so you can always use the develop stack then:
yarn dev
Build
- Make sure you have electron-builder installed.
- Make sure you have:
"main": "build/electron-starter.js",
underpackage.json
. - You can build per platform by
yarn dist
or for all platforms by using the doecker script underscripts/docker.sh
- Build for a specific version by usin
yarn dist-win
/yarn dist-mac
/yarn dist-linux
Publish
We use electron-builder to publish the packages to github. You will need to sign them for win or mac my purchasing certificate. Once you're done use:
yarn publish
Donate
The best donation is by submiting a PR and improving the code.
Alternatively, you can just buy me a coffee