Quick Start Installation
The easiest way to install Telerik UI for WinForms is to use the Telerik CLI. This is a .NET global tool that automates common Telerik development tasks from the command line.
Setup Development Environment
To set up the environment needed to start development with Telerik UI for WinForms, install the Telerik CLI tool and run the setup command. This will log you into your Telerik account, download the Telerik UI for WinForms license key file, and set up the Telerik NuGet package source.
-
Open any terminal and install the Telerik CLI.
dotnet tool install -g Telerik.CLI -
Call the
telerik setup winformscommand in the terminal.telerik setup winforms -
Use the NuGet Package Manager to install the needed Telerik packages. For example,
Telerik.UI.for.WinForms.AllControls.<PackageReference Include="Telerik.UI.for.WinForms.AllControls" Version="*" />
Install License Key
This step is automatically executed when the
telerik setup winformscommand is invoked.
To download and install a Telerik license key, you can use the telerik license get-key command.
telerik license get-key
Setup Telerik NuGet Package Source
This step is automatically executed when the
telerik setup winformscommand is invoked.
Starting with the Q3 2026 release, all Telerik UI for WinForms NuGet packages will also be available on NuGet.org. If you use nuget.org, you will not need to configure the Telerik NuGet server.
To automatically configure the Telerik NuGet feed, you can use the telerik nuget config command. This adds a package source in the NuGet.config file that points to https://nuget.telerik.com/v3/index.json.
telerik nuget config
Other Installation Options
The recommended installation approach is using Telerik CLI and NuGet packages, as it is easier to use and maintain. In addition to that, Telerik distributes several more installation options: