HACKER Q&A
📣 greatjack613

Best cross platform desktop application framework thats not electron?


I am looking to build a cross-platform desktop application and want to avoid electron for various reasons.

Any suggestions?

Key requirements are:

1. Easy native packaging 2 Preferably use java, c# or kotlin 3. Modern Look


  👤 cjbprime Accepted Answer ✓
Haven't been following it recently, but probably https://proton-native.js.org/#/ or Qt.

👤 WaltPurvis
Qt/QML is the obvious choice. Xojo is another option.

👤 JohnStrangeII
I went for GTK3 in Go (Gotk3) and kind of regret it. Not that there is anything particularly wrong with it, but I'd go for Qt if I could start afresh.