Avalonia (software framework)
| Avalonia | |
|---|---|
| Developer(s) | .NET Foundation and AvaloniaUI OÜ | 
| Initial release | December 5, 2013 | 
| Stable release | 11.3.1 
   / 5 June 2025 | 
| Repository | github | 
| Written in | C# | 
| Operating system | Microsoft Windows, Linux, macOS, iOS, Android | 
| Type | Software framework | 
| License | MIT License | 
| Website | https://avaloniaui.net/ | 
Avalonia is a free and open-source .NET cross-platform XAML-based UI framework inspired by WPF/UWP and distributed under the MIT License. Avalonia supports the MVVM pattern.
It enables development of cross-platform applications using any .NET language, including C#, F# and VB.NET for Windows, Linux, macOS, iOS, Android and WebAssembly.
Avalonia supports multiple renderers, including Direct2D and Skia Graphics Engine, allowing it to operate on a broad range of platforms. Avalonia draws its entire UI, mirroring the approach taken by Flutter.