| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-06-08 | 676 Bytes | |
| zero-linux-x64 | 2026-06-08 | 11.5 MB | |
| zero-win32-arm64.exe | 2026-06-08 | 11.4 MB | |
| zero-win32-x64.exe | 2026-06-08 | 11.6 MB | |
| zero-darwin-arm64 | 2026-06-08 | 11.7 MB | |
| zero-darwin-x64 | 2026-06-08 | 11.5 MB | |
| zero-linux-arm64 | 2026-06-08 | 11.4 MB | |
| zero-linux-musl-x64 | 2026-06-08 | 11.5 MB | |
| zero-linux-musl-arm64 | 2026-06-08 | 11.5 MB | |
| README.md | 2026-06-08 | 1.8 kB | |
| v0.3.0 source code.tar.gz | 2026-06-08 | 14.2 MB | |
| v0.3.0 source code.zip | 2026-06-08 | 14.8 MB | |
| Totals: 12 Items | 121.1 MB | 0 | |
- Makes graph-first package authoring the normal workflow: repository
zero.graphstores are the compiler input,.0files are human-readable projections,zero initowns project creation,zero diffsupports graph review, and source projection inputs are rejected at the compiler boundary. - Adds binary repository graph stores and graph-backed standard-library modules, with source-free status/verify, import/export, merge, query, patch, source-map, reconciliation, metadata, drift detection, and checked-in binary graph fixtures for examples, stdlib, and conformance.
- Advances graph-native compiler execution across check, build, run, test, size, doc, dev, time, package dependency, benchmark, and validation paths, including typed graph-to-MIR lowering, mapped final-MIR cache reuse, graph semantic/resolution/ownership facts, and graph-native test execution.
- Introduces explicit experimental LLVM backend support with backend selection contracts, textual LLVM IR emission, host executable builds, toolchain diagnostics, profile facts, and no-fallback release policy.
- Expands web API support in
std.httpwith routing, JSON response/body validation, CORS, OPTIONS, path segment, bearer token, cookie/session helpers, HTTP listener/client graph lowering, and CRM/router/ping-pong examples. - Hardens direct backend and compiler internals with C API contracts, unsafe C link validation, target manifest matching, ABI layout tables, direct emit-kind handling, buildability value/target checks, TOML manifests, and stricter metrics guardrails.
- Refreshes public docs, README, bundled skills, graph-first examples, command contracts, conformance, docs tests, aggregate validation, and sandboxed conformance workers around the current agent-facing workflow.
Contributors
- @ctate