A desktop implementation for bunq's API. This app does everything within the application so you don't have to worry about sharing your API key with anyone else!
Download the latest version of BunqDesktop from the GitHub releases page.
- View all your accounts and payments
- Send new payments to other users
- Encrypted storage on your device
- Available on Windows, Linux and Mac
We use yarn for package management and the following global packages:
$ yarn global add cross-env webpack gulpClone this project and install its dependencies.
$ git clone git@github.com:BunqCommunity/BunqDesktop.git && cd BunqDesktop
$ yarn Run these commands in 2 seperate consoles. One compiles the react app and the second takes care of running an electron instance.
$ yarn webpack:dev
$ yarn startWe have a public Telegram chat group and a topic on bunq together.
Feel free to create a new issue for any suggestions, bugs or general ideas you have on Github or contact us through one of the above.
