ah, I was thinking of android and iOs (I thought those were the official "mobile plattforms")
There's no support for android or ios atm, and adding it would be beyond what's possible in the first release.
ok. but would it be something for the future, or unforeseable for now?
The bulk of the GUI code is just regular javascript interacting with the DOM. For that it would be possible to set up a webview in ios or android, and then you'd have your patch displayed just fine. But the entire UX is centered around a mouse and keyboard, so it wouldn't work very well out of the box. Also, nw.js itself won't run on android or ios atm. So it'd need to be a different toolkit holding that webview, plus all kinds of changes to make the UX sane for a small touchscreen. -Jonathan