| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | < 24 hours ago | 732 Bytes | |
| zero-native-darwin-arm64 | < 24 hours ago | 573.0 kB | |
| zero-native-linux-arm64 | < 24 hours ago | 544.4 kB | |
| zero-native-linux-musl-arm64 | < 24 hours ago | 544.4 kB | |
| zero-native-linux-musl-x64 | < 24 hours ago | 600.7 kB | |
| zero-native-linux-x64 | < 24 hours ago | 600.7 kB | |
| zero-native-win32-arm64.exe | < 24 hours ago | 789.5 kB | |
| zero-native-win32-x64.exe | < 24 hours ago | 892.9 kB | |
| zero-native-darwin-x64 | < 24 hours ago | 563.8 kB | |
| README.md | < 24 hours ago | 2.2 kB | |
| v0.2.0 source code.tar.gz | < 24 hours ago | 790.9 kB | |
| v0.2.0 source code.zip | < 24 hours ago | 904.1 kB | |
| Totals: 12 Items | 6.8 MB | 0 | |
New Features
- Layered WebView runtime: Model each native window as a stack of named WebViews, including the reserved startup
mainWebView and child WebViews with frame, layer, zoom, transparency, routing, resizing, reload, and close support across the native backends (#28). - JavaScript WebView API: Add typed
window.zero.webviews.*helpers andzero-native.webview.*built-in bridge commands for create, list, setFrame, navigate, setZoom, setLayer, and close operations (#28). - Isolated child WebViews: Keep child WebViews bridge-isolated by default, allow trusted child chrome with
bridge: true, enforce navigation policy on child URLs, and scope WebView commands to the calling native window (#28). - Browser example: Add a browser-style example that demonstrates layered WebViews, browser controls, isolated page content, frontend asset handling, and the root
zig build run-browsercommand (#28). - zero-native skills: Ship CLI-served agent skills and reference material for building and automating zero-native apps (#38).
Improvements
- WebView and bridge documentation: Document WebView APIs, built-in bridge commands, security boundaries, backend support, packaging, testing, and app model updates (#28, [#38]).
- WebView smoke coverage: Extend automation smoke tests to exercise child WebView create, resize, navigate, and close operations for system WebView and macOS CEF builds (#28).
- CEF runtime builds: Harden the CEF runtime workflows across macOS, Linux, and Windows, including Windows runtime build fixes (#25, [#26]).
- macOS compatibility: Set the native app baseline to macOS 11 (#22).
- Contributor guidance: Clarify signed commit requirements and contribution PR guidance (#10).
Bug Fixes
- Windows WebView builds: Fix Windows WebView build failures before the layered WebView release.
- React example dependencies: Include the missing React example type dependencies (#11).
- GitHub release notes: Avoid duplicate contributor lists when creating GitHub releases (#24).
- macOS package permissions: Preserve executable permissions for packaged macOS app binaries (#39).
Contributors
- @Anshuman71
- @PrathamGhaywat
- @ctate