| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| zero-win32-x64.exe | 2026-06-10 | 12.6 MB | |
| CHECKSUMS.txt | 2026-06-10 | 676 Bytes | |
| zero-linux-x64 | 2026-06-10 | 12.5 MB | |
| zero-win32-arm64.exe | 2026-06-10 | 12.5 MB | |
| zero-darwin-arm64 | 2026-06-10 | 12.7 MB | |
| zero-darwin-x64 | 2026-06-10 | 12.6 MB | |
| zero-linux-arm64 | 2026-06-10 | 12.5 MB | |
| zero-linux-musl-arm64 | 2026-06-10 | 12.5 MB | |
| zero-linux-musl-x64 | 2026-06-10 | 12.6 MB | |
| README.md | 2026-06-10 | 1.5 kB | |
| v0.3.1 source code.tar.gz | 2026-06-10 | 14.9 MB | |
| v0.3.1 source code.zip | 2026-06-10 | 15.6 MB | |
| Totals: 12 Items | 131.0 MB | 0 | |
- Hardens compiler, runtime, and toolchain I/O boundaries with checked file reads and writes, directory rejection, atomic output staging, safer executable finalization, mapped-MIR and binary graph parser validation, and regular-file checks for generated compiler/linker outputs.
- Removes remaining shell-based native execution surfaces in favor of argv-based process helpers, safer tool resolution, guarded child setup, validated compiler overrides, and explicit metrics coverage for process and shell-call regressions.
- Expands and hardens the real
std.http.listenruntime with per-request spooling, private temp lifecycles, oversized request handling, socket deadlines, structured JSON error responses, and native smoke coverage for listener behavior. - Grows graph-backed standard-library coverage with environment, filesystem, process, time, random, crypto, URL, JSON, HTTP text/HTML, redirect, array writer, object writer, CLI argument, and HTTP JSON error helpers.
- Improves graph row patch authoring with grouped expressions, compact casts and checks, logical OR, else-if branches, bare returns, natural call arguments, stronger invalid-row diagnostics, and refreshed bundled skill guidance.
- Adds graph build performance instrumentation and budgets, stdlib graph merge caching, agent-scale and Rosetta challenge evals, parallel CI validation jobs, sharded native checks, deep validation profiles, and local aggregate agent checks.
Contributors
- @ctate