Windows
PowerShell installer (recommended)
Run in PowerShell as Administrator:
This downloads and installs the MSI, downloads configuration and symbol libraries, and sets up all environment variables automatically. Requires PowerShell 5+ (included in Windows 10/11).
To install a specific version or flavor:
$env:TENX_VERSION="1.0.0"; $env:TENX_FLAVOR="edge"; irm https://raw.githubusercontent.com/log-10x/pipeline-releases/main/install.ps1 | iex
Open a new terminal after install to load the environment variables.
MSI package (manual)
-
Download the latest MSI installer, double click and follow the instructions.
-
Download the config tar.gz from the latest releases page.
-
Extract the config tar.gz into
C:\ProgramData\tenx -
Set up environment variables (see Paths for details):