OFFICIAL REPOSITORY

Standard Libraries & Packages

Explore TezzNative's curated ecosystem of high-performance modules for machine learning, asynchronous networking, desktop GUIs, and bare-metal systems programming.

tztensor v2.2.0
AI & Machine Learning

High-performance n-dimensional tensor library with AVX2/NEON vectorization, infix @ matrix multiplication, and 4D slicing sugar.

tezz mod add tztensor
tzautodiff v2.2.0
AI & Machine Learning

Dynamic computation graph and automatic reverse-mode differentiation tape for deep neural network training.

tezz mod add tzautodiff
tzgguf v2.2.0
AI & Machine Learning

Zero-dependency native binary GGUF v3 model ingestion engine supporting Q4_0, Q8_0, and f16 quantized tensor loading.

tezz mod add tzgguf
tzsafetensors v2.2.0
AI & Machine Learning

HuggingFace Safetensors file format loader with zero-copy memory mapping for transformer weight parameters.

tezz mod add tzsafetensors
tztokenizer v2.2.0
AI & Machine Learning

High-throughput Byte-Pair Encoding (BPE) and WordPiece tokenizer runtime for Large Language Models.

tezz mod add tztokenizer
tzoptim v2.2.0
AI & Machine Learning

Gradient-based optimization algorithms including Adam, AdamW, RMSProp, and momentum SGD with weight decay.

tezz mod add tzoptim
tzattention v2.2.0
AI & Machine Learning

FlashAttention-style scaled dot-product attention, Rotary Position Embeddings (RoPE), and KV-cache management.

tezz mod add tzattention
task v2.2.0
Concurrency & I/O

Native asynchronous task spawning, hardware worker threads, and await event loop integration for non-blocking coroutines.

tezz mod add task
net v2.2.0
Networking & Web

High-throughput async TCP/UDP socket abstractions, HTTP/1.1 and HTTP/2 micro-servers, and client request utilities.

tezz mod add net
io v2.2.0
Systems & Low-level

Low-level file system primitives, buffered readers/writers, memory-mapped files, and scoped stream descriptors.

tezz mod add io
tezzui v2.2.0
GUI & Graphics

Immediate-mode hardware-accelerated desktop GUI toolkit with responsive layouts, typography, and canvas rendering.

tezz mod add tezzui
crypto v2.2.0
Systems & Low-level

Cryptographic primitives including SHA-256, SHA-512, AES-256-GCM, HMAC, and cryptographically secure random entropy.

tezz mod add crypto
json v2.2.0
Data & Storage

SIMD-accelerated JSON parser and serializer with direct struct reflection and zero allocations on numeric paths.

tezz mod add json
sql v2.2.0
Data & Storage

High-speed embedded SQLite and network MySQL driver interfaces with parameterized queries and connection pooling.

tezz mod add sql
channel v2.2.0
Concurrency & I/O

Thread-safe lockless multi-producer multi-consumer typed message queues with select statement semantics.

tezz mod add channel
time v2.2.0
Systems & Low-level

Monotonic nanosecond clocks, duration math, timezone formatting, and high-resolution interval timers.

tezz mod add time