Main Page: Difference between revisions

From Wiki Maui Linux NET
Jump to navigation Jump to search
No edit summary
Β 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
= WIKI MAUI Linux .NET =
= Maui Linux .NET =


Welcome to the **MAUI Linux .NET Wiki** β€” a community-driven effort to make [.NET MAUI](https://github.com/dotnet/maui) fully functional on Linux platforms.
In 2022, '''.NET MAUI''' was officially released by Microsoft. However, despite numerous requests from the community, official '''Linux support''' was never provided. Shortly afterward, the '''Maui-Linux''' and '''MauiGtk''' projects were launched with the goal of bringing Linux support to MAUI based on '''GTK''' and '''GtkSharp'''.


Our goal is to provide developers with a modern, native .NET UI framework that runs seamlessly on **GNOME**, **KDE**, and other Linux environments.
To this day, though, MAUI is still not in a state where it can be used productively on Linux.
Β 
'''Maui-Linux.NET''' aims to change that β€” by building a central knowledge hub at '''wiki.maui-linux.net''', publishing news and experience reports on '''blog.maui-linux.net''', and maintaining a presence across major '''social media platforms'''.
Β 
Step by step, the goal is to create a strong and dedicated community that will help bring full '''.NET MAUI Linux support''' to life.
Β 
''Note: This project is not affiliated with Microsoft or the official .NET MAUI team.''


----
----


== πŸ“… Timeline ==
== πŸ“… Timeline ==
{| class="wikitable"
{| class="wikitable sortable"
! Date !! Event !! Notes
! Date
! Event
! Description
|-
| May 19–20, 2020
| Announcement
| Microsoft unveils '''.NET Multi-platform App UI (MAUI)''' at Build 2020 as the evolution of Xamarin.Forms.
|-
| August 2021 || First commits to **maui-linux** repository || The project starts under the GitHub account of [https://github.com/jsuarezruiz jsuarezruiz].Β 
|-
| Oct 12, 2021
| Late Previews
| Preview 9 ships alongside .NET 6 RC2 and Visual Studio 2022 Preview 5.
|-
| May 10, 2022
| Release Candidate 3 (Go-Live)
| RC3 arrives with production "go-live" support for developers.
|-
|-
| August 2021 || .NET MAUI Preview 7 || Early preview of MAUI (cross-platform successor to Xamarin.Forms)
| May 23–24, 2022
| General Availability (GA)
| '''.NET MAUI''' reaches stable general availability with .NET 6.
|-
|-
| May 2022 || .NET MAUI 6.0 (RTM) || First stable release for Windows, macOS, Android, iOS
| Aug 17, 2022
| Tooling GA
| Visual Studio 2022 version 17.3 adds stable .NET MAUI tooling support.
|-
|-
| November 2022 || .NET MAUI 7.0 || Performance improvements, XAML updates, bug fixes
| Nov 8, 2022
| .NET 7 Wave
| '''.NET MAUI for .NET 7''' ships during .NET Conf 2022 with new features and performance improvements.
|-
|-
| November 2023 || .NET MAUI 8.0 || LTS release; better tooling and SDK integration
| Nov 14, 2023
| .NET 8 Wave
| '''.NET MAUI in .NET 8''' goes GA with further performance and reliability updates.
|-
|-
| March 2024 || MAUI-Linux project begins || Independent community effort to enable MAUI on Linux (based on MAUI.GTK)
| June 11, 2024
| .NET 8 Integration in MAUI-Linux
| The community-driven '''maui-linux''' project shows first confirmed builds targeting '''.NET 8 (net8.0-gtk)''', indicating the start of .NET 8 integration efforts.
|-
|-
| April–October 2024 || Initial experiments and builds || Early GTK-based prototype; several contributors joined, but progress slowed
| Nov 12, 2024
| .NET 9 Wave
| '''.NET MAUI 9''' releases (GA) with new controls and a strong focus on quality and stability.
|-
|-
| October 2025 || Project revival and reorganization || New maintainers take over with focus on build stability, documentation, and developer experience
| Sept 11, 2025
| Support Policy Update
| Microsoft updates official support tables β€” MAUI 9 (released Nov 12, 2024) supported until May 12, 2026.
|}
|}


Line 29: Line 65:


== 🚧 Project Status ==
== 🚧 Project Status ==
The **MAUI-Linux** project aims to provide Linux support for MAUI apps through a GTKSharp backend.
Maui Linux .NET aims to make .NET MAUI applications run natively on Linux desktops through a GtkSharp backend.
Β 
However, the original maui-linux project suffered from several core problems:


However, the project currently faces significant challenges:
* πŸ“š Lack of documentation – build steps and dependencies were unclear or outdated.
* βš™οΈ **Lack of up-to-date documentation** – many components are undocumented or outdated.
* 🧩 Build failures – even experienced developers struggled to compile a working binary.
* 🧩 **Compilation difficulties** – even experienced developers struggle to build the current codebase.
* πŸ‘₯ No community traction – without guidance or working examples, contributors lost interest quickly.
* πŸ’€ **Stalled development** – the repository has seen no major commits for months.
* πŸ‘₯ **No active community** – due to missing guidance and setup instructions, new contributors often give up early.


The result: a promising idea without an active ecosystem.
*Maui Linux .NET exists to change that β€” by re-organizing the codebase, documenting every step, and providing working templates for future contributors.
Our mission is to change that β€” by cleaning up, documenting, and rebuilding the project so others can join in easily.


----
----


== πŸ’ͺ How You Can Help ==
== πŸ’ͺ Contribute ==
The **MAUI Linux revival** depends on contributors from all areas:
If you want to help, you can:


* **Developers** – improve the build system, fix runtime issues, modernize dependencies.
* Fix and refactor the [https://github.com/TenEniunlsl/GtkSharp GtkSharp] backend.
* **Documentation writers** – write β€œGetting Started” and troubleshooting pages.
* Develop missing Controls, see [[Implementation Status]]
* **Testers** – verify builds across Ubuntu, Fedora, Arch, and Wayland/X11.
* Improve documentation (build steps, dependencies, packaging).
* **Designers** – improve theming and native integration.
* Test on multiple distributions (Ubuntu, Fedora, Arch, openSUSE), see [[How to Start|How_to_start]]
* Add automation (CI pipelines, build scripts, sample apps).


See the [[How_to_Start|How to Start]] page to get your environment ready and join the development.
Start here: [[How_to_Start|How to Start]]
If you encounter problems: [[Troubleshooting|Troubleshooting Guide]]


----
----


== 🧭 Getting Started ==
== 🧭 How to Start ==
If you want to build or test MAUI on Linux:
Detailed instructions: [[How_to_Start]]
Β 
* Follow our [[How_to_Start|How to Start]] guide.Β 
* Join the discussion on GitHub or Matrix/Discord.Β 
* File issues and document what works (and what doesn’t).Β 
Β 
Every small improvement helps the entire ecosystem.


----
----


== πŸ”— External Links ==
== πŸ”— External Links ==
* [https://github.com/jsuarezruiz/maui-linux Original MAUI-Linux repository (GitHub)]Β 
* Original repository: [https://github.com/jsuarezruiz/maui-linux maui-linux (GitHub)]
* [https://github.com/jsuarezruiz/maui-gtk MAUI.GTK backend (GitHub)]Β 
* [https://github.com/dotnet/maui Official .NET MAUI project]Β 
* [https://github.com/maui-linux Organization: MAUI Linux (Community Reboot)]
Β 
----
Β 
== 🌍 About This Wiki ==
This wiki is part of the **community effort** to document and rebuild MAUI-Linux from the ground up.Β 
All information here is collected, tested, and maintained by volunteers.
Β 
If you’d like to improve this page, please edit it β€” or contribute via GitHub pull requests once integration is enabled.
Β 
----
''Last updated: October 2025''Β 
''Maintained by the MAUI-Linux community''

Latest revision as of 11:26, 2 November 2025

Maui Linux .NET

In 2022, .NET MAUI was officially released by Microsoft. However, despite numerous requests from the community, official Linux support was never provided. Shortly afterward, the Maui-Linux and MauiGtk projects were launched with the goal of bringing Linux support to MAUI based on GTK and GtkSharp.

To this day, though, MAUI is still not in a state where it can be used productively on Linux.

Maui-Linux.NET aims to change that β€” by building a central knowledge hub at wiki.maui-linux.net, publishing news and experience reports on blog.maui-linux.net, and maintaining a presence across major social media platforms.

Step by step, the goal is to create a strong and dedicated community that will help bring full .NET MAUI Linux support to life.

Note: This project is not affiliated with Microsoft or the official .NET MAUI team.


πŸ“… Timeline

Date Event Description
May 19–20, 2020 Announcement Microsoft unveils .NET Multi-platform App UI (MAUI) at Build 2020 as the evolution of Xamarin.Forms.
August 2021 First commits to **maui-linux** repository The project starts under the GitHub account of jsuarezruiz.
Oct 12, 2021 Late Previews Preview 9 ships alongside .NET 6 RC2 and Visual Studio 2022 Preview 5.
May 10, 2022 Release Candidate 3 (Go-Live) RC3 arrives with production "go-live" support for developers.
May 23–24, 2022 General Availability (GA) .NET MAUI reaches stable general availability with .NET 6.
Aug 17, 2022 Tooling GA Visual Studio 2022 version 17.3 adds stable .NET MAUI tooling support.
Nov 8, 2022 .NET 7 Wave .NET MAUI for .NET 7 ships during .NET Conf 2022 with new features and performance improvements.
Nov 14, 2023 .NET 8 Wave .NET MAUI in .NET 8 goes GA with further performance and reliability updates.
June 11, 2024 .NET 8 Integration in MAUI-Linux The community-driven maui-linux project shows first confirmed builds targeting .NET 8 (net8.0-gtk), indicating the start of .NET 8 integration efforts.
Nov 12, 2024 .NET 9 Wave .NET MAUI 9 releases (GA) with new controls and a strong focus on quality and stability.
Sept 11, 2025 Support Policy Update Microsoft updates official support tables β€” MAUI 9 (released Nov 12, 2024) supported until May 12, 2026.

🚧 Project Status

Maui Linux .NET aims to make .NET MAUI applications run natively on Linux desktops through a GtkSharp backend.

However, the original maui-linux project suffered from several core problems:

  • πŸ“š Lack of documentation – build steps and dependencies were unclear or outdated.
  • 🧩 Build failures – even experienced developers struggled to compile a working binary.
  • πŸ‘₯ No community traction – without guidance or working examples, contributors lost interest quickly.
  • Maui Linux .NET exists to change that β€” by re-organizing the codebase, documenting every step, and providing working templates for future contributors.

πŸ’ͺ Contribute

If you want to help, you can:

  • Fix and refactor the GtkSharp backend.
  • Develop missing Controls, see Implementation Status
  • Improve documentation (build steps, dependencies, packaging).
  • Test on multiple distributions (Ubuntu, Fedora, Arch, openSUSE), see How_to_start
  • Add automation (CI pipelines, build scripts, sample apps).

Start here: How to Start If you encounter problems: Troubleshooting Guide


🧭 How to Start

Detailed instructions: How_to_Start