Install the complete toolchain via our fast CLI one-liners or download standalone compiler binaries, Language Server Protocol daemon, and SDK archives.
irm https://tezznative.org/install.ps1 | iex
curl -fsSL https://tezznative.org/install.sh | bash
curl -fsSL https://tezznative.org/install.cmd -o install.cmd && install.cmd
Complete standalone bundle with tezzc.exe compiler, tezz project manager, all 40+ standard library modules, AI kernels, and launch scripts.
Official Linux toolchain bundle with native ELF compiler, POSIX standard libraries, async networking runtime, and package management tools.
Download tezznative-sdk-linux.tar.gzOfficial 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.exeHigh-speed standalone optimizing compiler. Features PE binary codegen, live REPL, bytecode runner, and C header exporter.
Download tezzc.exe