zero-native turns web UIs into native apps
zero-native is a pre-release open source app shell for building native desktop and mobile apps with web UIs on top of Zig. It emphasizes small binaries, low memory use, fast native rebuilds, and selectable web engines including system WebView, WebKitGTK, WebView2, and Chromium/CEF. The project ships starter examples for Next.js, React, Vue, Svelte, plus iOS and Android embedding paths.
Hot take: this is a strong “web stack, native shell” story for teams that want web productivity without paying a heavy runtime tax.
- –The core value prop is practical: tiny binaries and lower memory overhead versus shipping a full browser runtime by default.
- –Engine choice is the differentiator; system WebView keeps things lean, while CEF is there when rendering consistency matters more.
- –Zig is a sensible fit for a thin native layer because it keeps the runtime small and the bridge/control surface close to C.
- –The repo is still pre-release, so the real question is platform maturity outside macOS and how smooth the mobile story becomes.
- –Best fit is likely internal tools, companion apps, and web-app-adjacent products that need native packaging without a full rewrite.
DISCOVERED
1h ago
2026-05-09
PUBLISHED
2h ago
2026-05-09
RELEVANCE
AUTHOR
ctatedev