Hello there,
Using Electron and recent technologies, it shouldn't be too hard to bundle this web app as a desktop app!
It could be multi-platform, as it's easy to use electron-packager or electron.build to produce zip files for different platforms.
(There is no need to be on such platforms, see for instance this project where I published apps for all platforms, built on Ubuntu.)
The advantage is that it's then possible to install it as a local desktop app, which can be used without Internet.
What do you think?
I could try to play again with electron.build, if you think this is interesting.)
Thanks in advance! -- @Naereen