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.
🤘Join our Slack channel🤘
Download Robinhood for Mac, Windows and Linux.
Built on top of electron to support mac, windows and linux. The front is written using React frameworks. The state is managed by mobX.
- Make sure you have electron and react istalled first.
- You will also need to create a firebase file account under
src/helpers/firebase.js
with this code (make sure to insert your credentials):
const firebase = window.firebase;
const config = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: ""
}
firebase.initializeApp(config);
const db = firebase.firestore();
const auth = firebase.auth();
export { auth, db }
To start developing:
yarn install
yarn dev
- Make sure you have:
"main": "public/electron-starter.js",
underpackage.json
so you can always use the develop stack then:
yarn dev
- 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
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
The best donation is by submiting a PR and improving the code.
Alternatively, you can just buy me a coffee