Install TezzNative

SDK + CLI + Libraries

Install TezzNative v1.0.0

Production SDK package, launchers, compiler binaries, and documentation.

One-line Install

Linux/macOS:
curl -fsSL https://tn.tezzcorp.com/download/install.sh | bash

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

Direct Downloads

tezznative-sdk-linux.tar.gz
tezznative-sdk.zip
install.sh
install.ps1

After Install

tezz doctor
tezz run hello.tn
tezz test --smoke
tezz build app.tn --platform linux
tezz build app.tn --platform windows
tezz build kernel.tn --platform tezzos