TezzNative v1.1.0 is hardening toward production. View roadmap

Install and update

Download TezzNative SDK.

Use the tracked download endpoints for command-line installs, update checks, and production telemetry. Direct package files remain available for manual setup.

Packages

Production download endpoints

Every button records a database-backed download request, then redirects to the artifact.

Recommended

Windows SDK ZIP

windows-x64

Portable compiler, wrapper scripts, standard library, tools, and metadata.

6.0 MB SHA-256 ready 1.1.0
Download
Command and checksum
command
iwr https://tn.tezzcorp.com/api/download_request.php?artifact=windows-sdk -OutFile tezznative-sdk.zip

SHA-256: 14BDDC6660560C278C439C44916FCB34E7CD5B501672D1318FEFB2CFFE5857C9
Installer

Windows Installer

windows-x64

Setup flow for users who prefer installer-driven PATH and SDK configuration.

1.3 MB SHA-256 ready 1.1.0
Download
Command and checksum
command
iwr https://tn.tezzcorp.com/api/download_request.php?artifact=windows-installer -OutFile TezzNativeSetup.exe

SHA-256: C29E419CC4F2710F009341575E7EE0FD646243398B0EE756DE7B2A6EE8185C37
Preview

Linux SDK TAR.GZ

linux-x64

Linux archive for native target validation and early CLI workflows.

7.2 MB SHA-256 ready 1.1.0
Download
Command and checksum
command
curl -fL "https://tn.tezzcorp.com/api/download_request.php?artifact=linux-sdk" -o tezznative-sdk-linux.tar.gz

SHA-256: 54E5A32EF00C823052867C62F7FEC8196472D1C5781DCE372089570ECDCB2F62

Fast install

Install with one terminal command.

The scripts support `install`, `update`, `reinstall`, `uninstall`, and `check` modes. They report update intent through the public update API.

Windows PowerShell
iwr https://tn.tezzcorp.com/download/install.ps1 -OutFile install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1
Linux shell
curl -fsSL https://tn.tezzcorp.com/download/install.sh | bash

Update requests

CLI-friendly update API

Tools can call the endpoint below to check the latest release and record update demand in the database.

Update check
curl "https://tn.tezzcorp.com/api/update_check.php?platform=windows-x64&version=1.0.0&mode=check"

Response fields

  • `latest.version`, `latest.channel`, and backend metadata.
  • `update_available` for installed version comparison.
  • Install and update command strings for Windows and Unix shells.
  • Database-backed request logging for platform, mode, and current version.