| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-05-19 | 676 Bytes | |
| zero-linux-x64 | 2026-05-19 | 784.9 kB | |
| zero-win32-arm64.exe | 2026-05-19 | 773.1 kB | |
| zero-win32-x64.exe | 2026-05-19 | 829.4 kB | |
| zero-darwin-arm64 | 2026-05-19 | 830.1 kB | |
| zero-darwin-x64 | 2026-05-19 | 793.9 kB | |
| zero-linux-arm64 | 2026-05-19 | 746.8 kB | |
| zero-linux-musl-arm64 | 2026-05-19 | 799.6 kB | |
| zero-linux-musl-x64 | 2026-05-19 | 818.2 kB | |
| README.md | 2026-05-19 | 1.2 kB | |
| v0.1.3 source code.tar.gz | 2026-05-19 | 751.4 kB | |
| v0.1.3 source code.zip | 2026-05-19 | 1.0 MB | |
| Totals: 12 Items | 8.2 MB | 0 | |
- Adds hosted HTTP client runtime support, including runtime packaging fixes, JSON byte helpers for wasm, HTTP final-header parsing fixes, and direct array span lowering repairs.
- Parses
usedeclarations into syntax graph facts and reports import diagnostics, fix plans, and graph edges against the specific import source ranges. - Adds structured backend blocker and target-readiness facts to command JSON so checks, build previews, and direct backend failures explain unsupported targets more deterministically.
- Expands agent-facing diagnostics with BOR001 borrow trace facts, target-neutral CGEN004 wording, and NAM004 generic type-name shadowing rejection.
- Hardens native compiler allocation paths across shared buffers, parser, checker, IR lowering, emitters, source handling, targets, and driver state for deterministic allocation failures.
- Updates the public site and docs with current guidance, docs chat rate limiting, and pnpm-based repository workflows.
- Restores native versioned skill guidance, keeps the repo wrapper on the native compiler, and removes the legacy
zero skills pathcommand.
Contributors
- @ctate
- @PeterXMR
- @h4ckf0r0day