Introducing .NET Multi-platform App UI (MAUI)

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. (by dotnet)

Introducing .NET Multi-platform App UI (MAUI) Alternatives

Similar projects and alternatives to Introducing .NET Multi-platform App UI (MAUI)

dotnet
Introducing .NET Multi-platform App UI (MAUI)
  1. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  2. ASP.NET Core

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

  3. Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  4. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  5. tauri

    Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

  6. Sentry

    Developer-first error tracking and performance monitoring

  7. Avalonia

    Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. csharplang

    The official repo for the design of the C# programming language

  10. Uno Platform

    Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!

  11. sdk

    Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)

  12. Windows UI Library

    WinUI: a modern UI framework with a rich set of controls and styles to build dynamic and high-performing Windows applications.

  13. runtimelab

    This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.

  14. ProjectReunion

    The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.

  15. Orleans

    Cloud Native application framework for .NET

  16. maui-linux

    .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

  17. Xamarin.Forms

    Discontinued Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.

  18. Comet

    Comet is an MVU UIToolkit written in C#

  19. net6-mobile-samples

    Discontinued .NET 6 preview samples. Not for production use. The main branch tracks the current preview release, and develop tracks the upcoming preview.

  20. MobileBlazorBindings

    Discontinued Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor

  21. GraphicsControls

    Discontinued Experimental Microsoft.Maui.Graphics.Controls - Build drawn controls (Cupertino, Fluent and Material)

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Introducing .NET Multi-platform App UI (MAUI) alternative or higher similarity.

Introducing .NET Multi-platform App UI (MAUI) discussion

Log in or Post with

Introducing .NET Multi-platform App UI (MAUI) reviews and mentions

Posts with mentions or reviews of Introducing .NET Multi-platform App UI (MAUI). We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-06.
  • .NET MAUI Authentication on Windows: The OpenID Connect Challenge
    5 projects | dev.to | 6 May 2025
    You know, I'm not the only one surprised by this issue. If you take a look at the long threads around this issue, you can see many developers are complaining about the missing support for a very common feature such as authentication in Microsoft's own operating system!
  • Deprecation of ListView in .NET MAUI
    1 project | dev.to | 29 Mar 2025
    Just a few hours ago, the .NET MAUI team announced a significant change coming in .NET 10: the ListView control and all its related cell types (TextCell, ImageCell, ViewCell, etc.) will be marked as obsolete. This decision is part of Microsoft's strategy to streamline the developer experience by focusing on a single, optimized control for displaying collections of data. Which I'm personally happy with, the less duplicated controls to maintain the better.
  • MAUI is a scam
    1 project | news.ycombinator.com | 7 Mar 2025
  • Maui multi-platform App UI framework for mobile and desktop
    1 project | news.ycombinator.com | 28 Dec 2024
  • Is the Web Browser the Most Important Platform for App Development?
    6 projects | dev.to | 3 Oct 2024
    Unified Codebases: Frameworks like Uno Platform and .NET MAUI enable developers to write once and deploy across web and native platforms.
  • Developers are not happy with .NET MAUI, but nobody in the team cares about it
    1 project | /r/hackernews | 27 Nov 2023
  • Android predictive back support
    1 project | /r/dotnetMAUI | 25 Nov 2023
    I am migrating XF app into MAUI and writing a simple Navigation framework because Prism doesn't work well and I didn't use anything advanced anyway. So, I am surfing the code of MAUI to intercept all the back buttons, etc. I haven't found a single mention of apis related to predictive back "RegisterOnBackInvokedCallback", "OnBackInvokedDispatcher", "OnBackPressedDispatcher", "AddCallback", "android:enableOnBackInvokedCallback" Also I don't see any issue on github that would say "Support Android Predictive back". Only one kinda related https://github.com/dotnet/maui/issues/8680
  • Group List View And Collection View are not working In .NET MAVI For IOS
    1 project | /r/dotnetMAUI | 25 Nov 2023
    Below issue is still reproducing in Maui .net7.0 version also. #10163
  • .NET 8 – MAUI
    1 project | news.ycombinator.com | 14 Nov 2023
    Maui is Open Source, MIT License

    https://github.com/dotnet/maui

    .NET is Open Source

    https://dotnet.microsoft.com/en-us/platform/open-source

    I do share your skepticism of Microsoft, but it looks like the economics and cash flow dynamics have changed drastically after the advent of the cloud.

    Microsoft is more focused on getting developers onto its ecosystem and help them with open source projects with the hope that they will use its Azure cloud services and bring in the money.

    My skepticism is a bit relaxed now and I have no qualms using .NET.

    I hope I am not wrong.

  • .NET 8 – .NET Blog
    12 projects | news.ycombinator.com | 14 Nov 2023
    It's a bit of a hit and miss as of today. CLI, back-end and natively compiled libraries (think dll/so/dylib or even .lib/.a - you can statically link NAOT binaries into other "unmanaged" code) work best, GUI - requires more work.

    Avalonia[0] and MAUI[1] have known working templates with it, but YMMV.

    [0] https://github.com/lixinyang123/AvaloniaAOT / https://github.com/AvaloniaUI/Avalonia/ / honorable mention https://github.com/VincentH-Net/CSharpForMarkup

    [1] https://github.com/dotnet/maui (try out with just true in csproj - it is known to work e.g. on iOS)

  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Introducing .NET Multi-platform App UI (MAUI) repo stats
278
22,671
9.9
3 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com