OFFICIAL RELEASES

Install TezzNative v2.2

Install the complete toolchain via our fast CLI one-liners or download standalone compiler binaries, Language Server Protocol daemon, and SDK archives.

# Windows PowerShell (Automated Setup - Adds to PATH & Environment):
irm https://tezznative.org/install.ps1 | iex
# Linux / macOS (Automated Bash Setup):
curl -fsSL https://tezznative.org/install.sh | bash
# Windows Command Prompt (cmd.exe):
curl -fsSL https://tezznative.org/install.cmd -o install.cmd && install.cmd

Linux SDK Package

Linux x86_64 • glibc 2.31+ • Tarball

Official Linux toolchain bundle with native ELF compiler, POSIX standard libraries, async networking runtime, and package management tools.

Download tezznative-sdk-linux.tar.gz

Language Server (tezz_lsp)

LSP v3.17 • Windows x64 Native

Official JSON-RPC Language Server daemon for IDEs including Neovim, Zed, VS Code, and Cursor AI. Provides real-time syntax checking and hover type inspection.

Download tezz_lsp.exe

Standalone Compiler

tezzc.exe • Windows x64 Native

High-speed standalone optimizing compiler. Features PE binary codegen, live REPL, bytecode runner, and C header exporter.

Download tezzc.exe