logoalt Hacker News

MAUI Is Coming to Linux

74 pointsby DeathArrowtoday at 3:43 PM26 commentsview on HN

Comments

robin_realatoday at 6:40 PM

Accessibility bridging between .NET MAUI and Avalonia is currently limited.

Nowhere near production ready, got it.

show 2 replies
Ciantictoday at 5:29 PM

I wish they support Linux wholeheartedly, a lot of toolkits and GUI frameworks do it by half-assing things, mostly because Wayland is difficult to understand.

In Wayland you have multiple ways to render windows, not just the XDG top level window. It works via surfaces, and here is a list I've discovered so far:

  - XDG Top Level Window
  - Child Window
  - Popup Surface
  - Layer surface (like task-bars, shell overlays)
  - Subsurface (region in another surface)
  - IME Panel Surface (surface that follows text cursor)
There probably is others too.

It is diffifcult to find high-level toolkits that support all of the above.

show 4 replies
general1465today at 5:59 PM

What is unclear to me, is how does it work with Avalonia pricing wise? If I am having commercial application for Windows, Android, MacOS, iOS (Microsoft MAUI range) then according to [1] I would need to dish out 125000 EUR per application. But it was never clear to me what are the conditions which actually triggers the difference between free and paid plan.

[1] https://avaloniaui.net/xpf/pricing

show 2 replies
exceptionetoday at 6:28 PM

From a quick look, I can't find a reason. why? Even MS doesn't fully believe in Maui, as it seems they reblessed WPF. For Avalonia to do the work of MS seems weird, their own free regular WPF-like Avalonia UI toolkit is already the standard for cross desktop development.

I was looking for the line: Microsoft sponsored us. Even then I would not understand why they would spend effort on a doomed project. I know Avalonia being a small company has a big task ahead of porting Avalonia UI to Wayland, which makes porting MS semi-abandonware all the more confusing.

But since these people aren't idiots, I gladly assume I am missing something.

show 2 replies
pjmlptoday at 6:26 PM

The rewrite from Xamarin.Forms into MAUI, has given a bad taste to many in the community, and kudos to Avalonia to make it happen on GNU/Linux.

By the way on macOS MAUI uses Catalyst as backend, not native macOS APIs.

Also it is kind of interesting that Miguel de Icaza, nowadays completely switched into Swift ecosystem, and is the responsible for making game development on iPad with Godot a reality. Or porting old .NET ideas of his into Swift.

politelemontoday at 6:19 PM

I like the possibilities this opens up but I'm struggling to understand how wasm is involved. I had the impression it doesn't have a user interface, but it's called by javascript instead.

show 1 reply
tonyedwardspztoday at 5:39 PM

Excited for this. I do wonder how much effort it will be to get an existing app working with this.

blendergeektoday at 6:30 PM

Just a reminder that this MAUI has nothing to do with the pre-existing cross platform UI framework MauiKit from MAUI Project.

https://mauikit.org/

soumyaskarthatoday at 5:33 PM

Microsoft adding Linux support for yet another framework nobody asked for while WinForms still exists in 2026 is very on brand.

show 1 reply