| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-05-09 | 732 Bytes | |
| zero-native-darwin-arm64 | 2026-05-09 | 553.3 kB | |
| zero-native-darwin-x64 | 2026-05-09 | 543.3 kB | |
| zero-native-linux-arm64 | 2026-05-09 | 525.0 kB | |
| zero-native-linux-musl-arm64 | 2026-05-09 | 525.0 kB | |
| zero-native-linux-musl-x64 | 2026-05-09 | 579.9 kB | |
| zero-native-linux-x64 | 2026-05-09 | 579.9 kB | |
| zero-native-win32-arm64.exe | 2026-05-09 | 771.1 kB | |
| zero-native-win32-x64.exe | 2026-05-09 | 871.9 kB | |
| README.md | 2026-05-09 | 2.1 kB | |
| v0.1.9 source code.tar.gz | 2026-05-09 | 727.2 kB | |
| v0.1.9 source code.zip | 2026-05-09 | 829.1 kB | |
| Totals: 12 Items | 6.5 MB | 2 | |
New Features
- Linux and Windows desktop support: Add platform-aware CEF tooling, Linux and Windows desktop build paths, Windows native host plumbing, and cross-platform CEF runtime packaging/release coverage.
Contributors
- @ctate
Bug Fixes
- Install completion delay - Drain redirected GitHub responses during postinstall so npm exits immediately after the native binary is installed.
Contributors
- @ctate
Improvements
- Install progress - Show native binary download progress and checksum status during the npm postinstall step.
Contributors
- @ctate
Improvements
- Init next steps - Print the follow-up commands after scaffolding so users can immediately run their new app.
Contributors
- @ctate
Bug Fixes
- macOS local asset loading - Prefer current-directory asset roots during local
zig build runso Vite-based examples render their production bundles instead of blank windows.
Contributors
- @ctate
Bug Fixes
- Scaffolded app builds - Ship the framework source tree in the npm package and make
zero-native initpoint generated apps at the installed package root sozig build runcan resolvesrc/root.zig. - Long scaffold names - Keep generated Zig package names within Zig's 32-character manifest limit.
- Next scaffold builds - Include the Node.js type package that Next expects for TypeScript projects.
- Frontend dependency versions - Generate projects with current Next, React, Vite, Vue, Svelte, and plugin versions.
- Svelte scaffold builds - Use the matching Svelte Vite plugin in generated Svelte projects.
Contributors
- @ctate
Bug Fixes
- CLI package homepage - Point npm package metadata at
https://zero-native.dev. - Current-directory init - Support
zero-native init --frontend <framework>as shorthand for scaffolding into the current directory. - CLI usage errors - Exit cleanly for invalid CLI arguments instead of printing Zig stack traces for expected user input mistakes.
Contributors
- @ctate