TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best cross platform desktop application framework thats not electron?

3 pointsby greatjack613over 5 years ago
I am looking to build a cross-platform desktop application and want to avoid electron for various reasons.<p>Any suggestions?<p>Key requirements are:<p>1. Easy native packaging 2 Preferably use java, c# or kotlin 3. Modern Look

3 comments

cjbprimeover 5 years ago
Haven&#x27;t been following it recently, but probably <a href="https:&#x2F;&#x2F;proton-native.js.org&#x2F;#&#x2F;" rel="nofollow">https:&#x2F;&#x2F;proton-native.js.org&#x2F;#&#x2F;</a> or Qt.
WaltPurvisover 5 years ago
Qt&#x2F;QML is the obvious choice. Xojo is another option.
JohnStrangeIIover 5 years ago
I went for GTK3 in Go (Gotk3) and kind of regret it. Not that there is anything particularly wrong with it, but I&#x27;d go for Qt if I could start afresh.