Open Source Alternative to .Net Maui with Uno
Posted in Alternate To on January 29, 2023 by Mathew Horne ‐ 2 min read

Pixel-Perfect. Multi-Platform. C# & Windows XAML. Today.
What is the Uno Platform?
The Uno Platform is a comprehensive solution for building cross-platform applications with a single codebase.
With support for Windows, Web/WebAssembly, iOS, macOS, Android, and Linux, it enables C# and WinUI XAML to run seamlessly on all target platforms. This platform offers complete control over every pixel, and comes pre-packaged with design systems for Fluent, Material, and Cupertino.
It implements a significant portion of the WinRT and WinUI APIs, such as Windows.UI.Xaml, ensuring native performance on all platforms. With the use of WinUI tooling from Windows in Visual Studio, including XAML Hot Reload and C# Edit and Continue, developers can build and validate their applications on multiple platforms, starting with Windows.
Visit documentation for more details.
Getting Started
See the complete Getting Started guides for starting with Visual Studio, Visual Studio Code, JetBrains Rider, or Visual Studio for Mac.
For a larger example and features demo:
- Visit the Uno Gallery repository.
- Try the WebAssembly Uno Playground live in your browser.
Uno Platform Features
Supported platforms:
- Windows 10 and Windows 11 (via the standard UWP and WinUI Toolkit)
- Windows 7 (via Skia)
- iOS, macOS and Android (via Xamarin and .NET)
- WebAssembly through the .NET Runtime WebAssembly SDK
- Linux through Skia (Gtk and FrameBuffer)
Dev loop:
- Develop on Windows first using Visual Studio
- XAML Hot Reload for live XAML edition on each keystroke
- C# Hot Reload on Windows (VS2022), Linux and macOS (VS Code)
- Validate on other platforms as late as possible
- Develop in VS Code, Codespaces or GitPod
- XAML Hot Reload for WebAssembly, Linux, iOS and Android
- Uno.UITest, a library to create
Cross Platform Controls:
UWP/WinUI Code Support:
Responsive Design:
Platform Specific:
- Native controls and properties via conditional XAML
- Any of the existing Xamarin iOS/Android libraries available
Xamarin.Forms Renderers:
💥 GitHub Link
🌟 OpenSource Link