OFFICIAL RELEASES

Download TezzNative v2.2

Download the official installer, standalone CLI compiler, Language Server Protocol daemon, or complete standard library SDK.

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

Command-Line Compiler

tezzc.exe • Windows x64 Native

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

Download tezzc.exe

Command-Line Quick Installation

# Windows PowerShell (Automated Setup):
irm https://tn.tezzcorp.com/download/install.ps1 | iex
# Linux / macOS (Bash Installation):
curl -fsSL https://tn.tezzcorp.com/download/install.sh | bash