| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-05-09 | 732 Bytes | |
| zero-native-linux-x64 | 2026-05-09 | 556.7 kB | |
| zero-native-win32-arm64.exe | 2026-05-09 | 749.6 kB | |
| zero-native-win32-x64.exe | 2026-05-09 | 847.4 kB | |
| zero-native-darwin-arm64 | 2026-05-09 | 537.0 kB | |
| zero-native-darwin-x64 | 2026-05-09 | 535.1 kB | |
| zero-native-linux-arm64 | 2026-05-09 | 504.1 kB | |
| zero-native-linux-musl-arm64 | 2026-05-09 | 504.1 kB | |
| zero-native-linux-musl-x64 | 2026-05-09 | 556.7 kB | |
| README.md | 2026-05-09 | 1.5 kB | |
| v0.1.6 source code.tar.gz | 2026-05-09 | 714.1 kB | |
| v0.1.6 source code.zip | 2026-05-09 | 816.1 kB | |
| Totals: 12 Items | 6.3 MB | 0 | |
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