Skip to content
newemka edited this page May 2, 2026 · 47 revisions

This page has moved. The current version is at help.tixl.app/install/Installation/. This wiki copy is no longer maintained — edits made here will be lost.

Setup and Installation

This page covers the latest version of TiXL (v4.x). For Tooll v3.9.x follow this guide.

Installation

Download the latest version and run the installer.

System Requirements

  • Windows 10 or 11
  • DirectX 11.3 compatible graphics card (we recommend a GTX970 or later)

The TiXL installer will install all required dependencies including .NET and Windows Graphic Tools. Just start the installer, ignore the untrusted source warning, and install.

Non-Windows systems

We’re working on a full port of the software as a native app. Until then you can use wrappers to run TiXL:

Run TiXL from an IDE

For developing and debugging C# operators we recommend setting up the development environment and running it from an IDE (Integrated Development Environment). Learn more about Setting up a development environment.

Build with command line .Net SDK

If you don't want to run from an IDE you can clone the repository or download the zip Make sure you have the .net Sdk installed.

Release mode

Within the root folder of the solution open a terminal and run dotnet build --configuration Release
Go to \Editor\bin\Release\net10.0-windows folder and run Tixl.exe

Debug mode

Within the root folder of the solution open a terminal and run dotnet build
Go to \Editor\bin\Debug\net10.0-windows folder and run Tixl.exe

Clone this wiki locally