New to Telerik UI for .NET MAUI? Start a free 30-day trial

Using the ZIP Archive

The ZIP archive with the Telerik UI for .NET MAUI is another distribution method that helps developers create their own repository with controls. You can store them locally on your system, create a common repo for the developers working on your project, or even build your own private NuGet server with the control versions you need.

Having a downloaded ZIP archive with the controls lets you install them even when you work offline. The archive contains also the Telerik UI for .NET MAUI sample applications that you can use for inspiration or learning purposes.

The most common way to install the Telerik UI for .NET MAUI components is to use the Telerik NuGet feed or the automated installer.

Downloading

To download the ZIP archive with the Telerik UI for .NET MAUI controls:

  1. Go to the Downloads section of your Telerik account.
  2. In the Installation section, locate the Telerik_UI_for_dot_NET_Maui_[version]_[license_type].zip file and download it.

Using the ZIP

The ZIP archive contains the following folders:

  • Binaries—Includes the Net8 and Net9 folders. Each folder contains the needed assemblies for Android, iOS, MacCatalyst, and WinUI. You can use them to manually reference the Telerik UI for .NET MAUI DLLs in your app.

  • Examples—Contains the sample applications demonstrating the Telerik UI for .NET MAUI controls. For more details, go to the Sample Applications section.

  • LicenseAgreements—Provides the product End-User License Agreement (EULA).

  • Packages—Contains the Telerik.UI.for.Maui.[version].nupkg NuGet package. Use it in case you need to set up a local NuGet source and reference the Telerik.UI.for.Maui.[version].nupkg from there.

See Also

In this article