What tech are you using guys?
Ask HN: Best stack for building a desktop app?
1–10 of 47 posts
should run across Mac/linux/windows.
Re: Ask HN: Best stack for building a desktop app?
#2Tauri https://tauri.app/
Re: Ask HN: Best stack for building a desktop app?
#3flutter. specially now that google fired half the team
it's not worse than tauri/electron for desktop, and you get mobile for free if needed.
Re: Ask HN: Best stack for building a desktop app?
#4flutter. specially now that google fired half the team it's not worse than tauri/electron for desktop, and you get mobile for free if needed.
> flutter. specially now that google fired half the team
Source?
Re: Ask HN: Best stack for building a desktop app?
#5If you're using .net: maui
Cross platform for win/linux/mac/ios/android
Re: Ask HN: Best stack for building a desktop app?
#6flutter. specially now that google fired half the team it's not worse than tauri/electron for desktop, and you get mobile for free if needed.
> flutter. specially now that google fired half the team Source?
Re: Ask HN: Best stack for building a desktop app?
#7Most ideas that could be desktop apps would be just as good as web apps or browser extensions.
For myself Ive been using libui-ng.github.io/libui-ng/ for a few projects lately
Re: Ask HN: Best stack for building a desktop app?
#8If you're using .net: maui Cross platform for win/linux/mac/ios/android
I believe that MAUI currently doesn't have official Linux support. There's unofficial support out there though.
https://learn.microsoft.com/en-us/dotnet/maui/supported-plat...
Re: Ask HN: Best stack for building a desktop app?
#9[flagged]
Re: Ask HN: Best stack for building a desktop app?
#10You have to look at old languages for this.
In the order of preference:
Qt (C++), Swing (Java), and Visual Component Library (Delphi) are three tried and tested options for you.