-
zerotea v0.0.15 Stable
released this
2026-07-05 18:09:46 +00:00 | 0 commits to main since this releaseChanged
- Incremental release.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
zerotea v0.0.14 Stable
released this
2026-07-03 18:07:45 +00:00 | 6 commits to main since this releaseChanged
- Incremental release.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
zerotea v0.0.13 Stable
released this
2026-07-03 12:15:41 +00:00 | 15 commits to main since this releaseChanged
- Incremental release.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
zerotea v0.0.12 Stable
released this
2026-07-03 10:56:20 +00:00 | 27 commits to main since this releaseChanged
- Incremental release.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
zerotea v0.0.11 Stable
released this
2026-07-03 10:05:15 +00:00 | 48 commits to main since this releaseChanged
- Incremental release.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
zerotea v0.0.10 Stable
released this
2026-07-03 07:53:10 +00:00 | 74 commits to main since this releaseAdded
- Phase 2 (runtime) roadmap —
docs/RUNTIME-ROADMAP.md: M1–M4 daemon milestones,
spine/width work DAG, streaming lands (fixed batches retired), and the self-wiring
slot manifest inroot.zig/fuzz.zigso every module PR's tests run in its own CI. - Runtime seams (phase 2, first streaming wave):
runtime/phy— thePhydatagram
interface +InMemoryPhyin-process fabric that every multi-node test runs on
(the critical-path spine seam);runtime/tun— theTunethernet-frame interfaceFakeTuncapture/inject;runtime/env— a minimalRuntimeEnvironmentcontext
(node address, injected clock, deterministic splitmix64 PRNG, low-bandwidth knob);
runtime/httpclient— a testablestd.http.Clientwrapper (pure request/response
shaping KAT'd; system CA trust preserved). All pure/hermetic, no real I/O.
- Crypto SIMD: comptime-dispatched ARM NEON
@Vectorcores forpoly1305and
salsa20, each proven byte-identical to the scalar path by a parity KAT and
cross-compile-clean for amd64 + arm64 ReleaseSafe (portable@Vector, no arch-only
intrinsics; the amd64 build only instantiates the scalar path).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Phase 2 (runtime) roadmap —
-
zerotea v0.0.9 Stable
released this
2026-07-03 00:14:42 +00:00 | 100 commits to main since this releaseAdded
- Tier 8 wired: ringbuffer + multiplexer (pure data structures), fragment
(packet fragmentation codec + reassembler), qosmeasurement + ack (AQM verb
payloads). fragment/qosmeasurement/ack are untrusted-input decoders, each
fuzzed (37 targets, 11.5M iters clean). 60 modules re-exported, 1140 tests.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Tier 8 wired: ringbuffer + multiplexer (pure data structures), fragment
-
zerotea v0.0.8 Stable
released this
2026-07-02 23:51:06 +00:00 | 121 commits to main since this releaseAdded
- Tier 7 wired: the network rules/filter engine — ruletypes (rule vocabulary +
wire codec, fuzzed), characteristics (64-bit packet-characteristics mask),
rulematch (per-rule frame matcher), filteraction (AND/OR/NOT accumulator +
action resolution), tagmatch (MATCH_TAGS_* operators). 55 modules, 1070 tests,
34 fuzz targets (10.1M iters clean).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Tier 7 wired: the network rules/filter engine — ruletypes (rule vocabulary +
-
zerotea v0.0.7 Stable
released this
2026-07-02 23:26:39 +00:00 | 142 commits to main since this releaseAdded
- Tier 6 wired: multicastlike, multicastgather, multicastframe, pushdirectpaths,
networkcredentials — the MULTICAST_LIKE/GATHER/FRAME, PUSH_DIRECT_PATHS and
NETWORK_CREDENTIALS verb payloads. All untrusted-input decoders, each fuzzed
(33 targets, 9.7M iters/33s clean). 50 modules re-exported, 978 tests.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Tier 6 wired: multicastlike, multicastgather, multicastframe, pushdirectpaths,
-
zerotea v0.0.6 Stable
released this
2026-07-02 23:00:51 +00:00 | 162 commits to main since this releaseAdded
- Tier 5 wired: errorpacket, okheader, echo, usermessage, remotetrace — the
ERROR/OK-header/ECHO/USER_MESSAGE/REMOTE_TRACE verb payload bodies. All five
are untrusted-input decoders, each with a fuzz target (28 targets total,
7.9M iters/28s smoke clean). 45 modules re-exported, 897 tests.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Tier 5 wired: errorpacket, okheader, echo, usermessage, remotetrace — the