Zero-native – Build native desktop apps with web UI
zero-native.dev
Zero-native – Build native desktop apps with web UI
1–10 of 65 posts
Re: Zero-native – Build native desktop apps with web UI
#2I don’t like this attitude, both zig and rust have their strengths.
Re: Zero-native – Build native desktop apps with web UI
#3Its RAM usage not the disk!!
Why are they all making the same thing in different ways?! I have never worked on an electron app where the executable size was an impediment to the business. Its always the RAM/CPU usage. If we are going to work on the same webviews like electron and others, how will this make any difference?
Re: Zero-native – Build native desktop apps with web UI
#4Re: Zero-native – Build native desktop apps with web UI
#5so basically a vibe coded Tauri in zig? I don't like calling webview dependent applications "native desktop apps".
Native desktop apps means using the OS primitives and directives to draw the UI imo; WinForms, SwiftUI, and their ilk.
Re: Zero-native – Build native desktop apps with web UI
#6Im not sure if people are getting the biggest problem in electron desktop apps. Its RAM usage not the disk!! Why are they all making the same thing in different ways?! I have never worked on an electron app where the executable size was an impediment to the business. Its always the RAM/CPU usage. If we are going to work on the same webviews like electron and others, how will this make any difference?
Re: Zero-native – Build native desktop apps with web UI
#7Im not sure if people are getting the biggest problem in electron desktop apps. Its RAM usage not the disk!! Why are they all making the same thing in different ways?! I have never worked on an electron app where the executable size was an impediment to the business. Its always the RAM/CPU usage. If we are going to work on the same webviews like electron and others, how will this make any difference?
Re: Zero-native – Build native desktop apps with web UI
#8> No borrow checker. No lifetimes. No fighting the compiler for 20 minutes over a string. I don’t like this attitude, both zig and rust have their strengths.