Download Center

Find out how to start using Myra


This page will explain how to download and import Myra into one of your own projects, as well as how to check whether a project is compatible.

Get it from NuGet

Download the package from NuGet and have it installed, referenced and updated hassle-free. Follow the appropiate set of instructions below:

Inside Visual Studio

  • Right click your project on the Solution Explorer and select 'Manage NuGet Packages'.
  • Open the 'Browse' tab in the NuGet Package Manager window.
  • Search for DotNet.Myra.Standard.
  • Click 'Install' on the right side pane.
  • If necessary, accept and confirm any info windows that may appear.

From a Command Line

  • Open the Command Line window on the root folder of your project.
  • Write this command: Install-Package DotNet.Myra.Standard
  • The package should be automatically downloaded and imported.

See the source code

If you are curious and want to see how it all works on the inside, check out the sources for Myra.

Myra is available on GitHub. That's where most of its development work takes place. Feel free to go take a look and poke around. The chances of causing a global apocalypse are very slim, by our calculations.

Can my project use Myra?

It depends on what platform your project is using. Check the following table to see the minimum compatible versions for each available platform.

Project type Platform name Required version
Win32, WPF, ASP.NET .NET Framework 4.6.1
.NET Core, ASP.NET Core .NET Core 2.0
.NET Standard Library .NET Standard 2.0
UWP or Windows Store app Universal Windows Platform Visual Studio 15.4
Android via Xamarin Xamarin.Android 7.5
iOS via Xamarin Xamarin.iOS 10.14
macOS via Xamarin Xamarin.Mac 3.8
Mono Mono Platform 5.4