Installation (Windows & Linux)
Choose your preferred installation method. Both options automatically configure the native compiler (tezzc), command runner (tezz), and standard library packages (40+).
Windows (PowerShell 1-Liner)
Fastest automated user install. No admin required.
irm https://tn.tezzcorp.com/download/install.ps1 | iex
Windows Command Prompt (cmd.exe)
Fast automated cmd setup for terminal shells.
curl -fsSL https://tn.tezzcorp.com/install.cmd -o install.cmd && install.cmd
Linux & macOS (Bash Installer)
curl -fsSL https://tn.tezzcorp.com/download/install.sh | bash