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: What are options to build cross-platform efficient desktop apps

3 pointsby akmittal12 months ago
I&#x27;m planning to build a cross platform desktop app. I see few options as Electron, Tauri and flutter.<p>Electron is probably the solution where I can build quickly as a lot of mature packages exists which will speed up the process. But electron is just so bloated, consume too much RAM and not that fast.<p>Flutter is relatively efficient way but desktop ecosystem is not mature. I need a code editor(like codemirror) which does not exist.<p>Tauri is again running a webview so not sure how efficient is that.<p>What are mature and efficient ways to write desktop apps.

2 comments

Cilvic12 months ago
You might look into <a href="https:&#x2F;&#x2F;avaloniaui.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;avaloniaui.net&#x2F;</a>
netcruiser12 months ago
Delphi