Will .NET MAUI include official support for Linux ?

Chauhan Pruthviraj 0 Reputation points
2024-03-30T13:09:56.5966667+00:00

Certainly! Many developers who are passionate about .NET and use Linux as their operating system are eagerly awaiting official .NET MAUI support for Linux. They hope that this support will be available in the near future, allowing them to create cross-platform apps seamlessly.

Currently, developers face limitations in creating .NET MAUI apps for the Linux platform. Can we expect this support in the near future.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,449 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,967 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 57,646 Reputation points
    2024-03-30T16:22:57.95+00:00

    Probably not, unless Linux adds support for hosting Android apps. Unlike MacOs and IOS, the GUI libraries are different for Android and Linux.

    Linux support is more likely to come via cross platform Hybrid Blazor apps. This just requires the hosting shell be ported to Linux. The main requirement would be porting WebView2 to Linux.

    0 comments No comments

  2. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,951 Reputation points Microsoft Vendor
    2024-05-01T03:16:16.65+00:00

    Hello,

    Net MAUI does not yet have official support for Linux. However, there is community projects that are starting to migrate MAUI to Linux.

    You can refer to the .NET Multi-platform App UI (MAUI) for Linux.

    This repository is a fork of the official repository to add Linux support using GtkSharp.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments