TezzNative v1.1.0 is hardening toward production. View roadmap

Native language platform

Readable code. Native executables. Production discipline.

TezzNative is built for developers who want Python-like clarity, C-level control when needed, and a single SDK workflow for scripts, tools, services, and systems experiments.

terminal
iwr https://tn.tezzcorp.com/download/install.ps1 -OutFile install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1

tezz init cli hello-native
tezz run src/main.tn
tezz build --release
1.1.0Current SDK version
v1Public API line
x64Primary native target
676Tracked unique visits

Position

Use it where Python feels slow and C feels noisy.

The production path is narrow on purpose: stable core syntax, deterministic checks, honest platform labels, and repeatable native builds before broad replacement claims.

Python-readable surface

Indentation blocks, small function syntax, direct imports, and a standard library aimed at practical CLI and service code.

C-adjacent control

Pointers, structs, externs, manual memory, ABI tooling, and low-level modules are available when a project needs them.

Trust-first roadmap

Conformance tests, platform matrices, stability labels, and release checks are now part of the public hardening process.

Compiler workflow

One command path for check, run, build, and update.

The SDK exposes `tezz` and `tezzc` for local development, update checks, native builds, and project scaffolding.

workflow
tezz doctor
tezz update --check
tezz check src/main.tn
tezz run src/main.tn
tezz buildexe src/main.tn app.exe

Production gates

The language becomes popular by becoming boringly reliable.

Started

Conformance corpus

Stable-core valid and invalid programs are tracked publicly with a runner.

Next

CI and snapshots

Compiler diagnostics and conformance runs move into repeatable CI checks.

Planned

Backend proof

Native smoke tests, ABI layout checks, and benchmarks become release gates.