ziew
Desktop apps in kilobytes,
not megabytes.
Native performance. Native size.
Desktop apps, minus the bloat.
$ curl -fsSL ziew.sh/install | shThe Post-Electron Era
Other desktop frameworks ship entire browser engines. We don't.
Why Ziew
Tiny Binaries
220KB hello world. Real apps under 2MB. No bundled browser engine.
Native Webviews
Uses system WebKit/WebView2. Zero deps on Windows & macOS.
Local AI
First-class llama.cpp & whisper.cpp bindings. Ship AI apps offline.
Cross-Compilation
Build for any OS from any OS. Zig makes it trivial.
Install
One command. All platforms.
What this installs: Zig toolchain (~40MB) + ziew CLI. That's it. No Node, no Cargo, no 500MB of dependencies.
Windows & macOS: Zero additional dependencies. Just works.
Linux: Needs GTK3 and WebKit2GTK:
sudo apt install libgtk-3-dev libwebkit2gtk-4.1-devQuick Start
One Command. Every Platform.
Ship to Windows, macOS, and Linux from any machine.
Windows
320 KB
macOS
380 KB
Linux
340 KB
Combined size for all 4 binaries: What Electron needs for one.
Simple API
Built-in APIs for common tasks. Plugins when you need more.
Lua is optional. Apps using only built-in APIs are 220KB. Adding Lua scripting brings it to ~500KB — still 300× smaller than Electron.