This is the desktop app for µPad.
You can download binaries following the instructions here.
You will need the following things to build this:
git clone https://github.com/MicroPad/MicroPad-Electron
cd MicroPad-Electron
yarn
yarn update-core
yarn dist
You will now find binaries for the app in dist/
.