TezzNative v1.1.0 is hardening toward production. View roadmap

Native backend reliability

Windows/Linux x64 first, with evidence.

Native claims are gated by smoke tests, byte-reproducibility checks, release manifests, and explicit unsupported-target failures.

Primary Targets

TargetBuild TargetArtifactGate
Windows x64x86_64PE/COFF executableGitHub Actions windows-2022 plus local smoke
Linux x64linuxELF executableGitHub Actions ubuntu-22.04 plus Debian/WSL smoke

Reliability Gates

GateCommandPurpose
Native smokerun-native-smoke.*Build, verify, execute, and compare output for native feature coverage.
Native reliabilityrun-native-reliability.*Build deterministic native artifacts twice and compare SHA-256 output.
Unsupported targetIncluded in reliabilityUnknown targets fail closed without emitting an artifact.
Release manifestverify_release_manifest.ps1Published SDK artifacts and checksums verify before install.

Feature Matrix

AreaWindows x64Linux x64Notes
Executable formatGatedGatedPE/COFF and ELF verification run with --verify.
Entrypoint, loops, callsGatedGatedHello, loop/math, stack arguments, and nested calls.
Strings and globalsGatedGatedString ops/transforms and global string data.
Structs, vectors, arenasGatedGatedStruct arrays, vector helpers, and arena allocation/reset.
IO/path/process/timeGatedGatedFile wrappers, directory listing/glob, process output, and time helpers.
Local networking/HTTPGatedGatedLoopback TCP, socket options, route helpers, and keep-alive response reads.
DNS-backed socketsBeta gapBeta gapEndpoint parsing is gated; real DNS socket execution is not promoted yet.
Public-network HTTPBeta gapBeta gapLocal loopback is gated; public network execution is not promoted yet.
macOS and ARM64PlannedPlannedNot a primary release promise until hosted gates exist.