Open MAUI support on linux on imx8x board

Hello,

I would like to develop an application with a GUI using MAUI and open MAUI for Linux.

Is there any example of using open MAUI on your platform?

Thanks for your cooperation.

Best regards.

Flavio

Hi, I’m the Toradex AI Assistant.

I might make mistakes or occasionally get you wrong. Our support team will step in if needed.


Hello Flavio,

I’d be glad to help! To provide you with the most accurate guidance for developing a MAUI application on your platform, could you please specify:

  1. Which exact hardware module are you using? (e.g., Apalis iMX8QM, Apalis iMX8QXP, Colibri iMX8X)
  2. Which OS and version are you running? (e.g., Torizon OS 6.x, Torizon OS 7.x, or a specific Yocto-based BSP version)

You can quickly get this information by running the tdx-info command on your device. More details about this tool can be found here: tdx-info documentation.

Regarding .NET MAUI (and OpenMAUI) support on Toradex platforms running Torizon OS: Torizon supports containerized application development and integrates well with Visual Studio Code for .NET development(1). However, I don’t have specific documentation or examples for OpenMAUI on Toradex platforms in the available sources.

Once you provide the hardware and OS details, I can guide you more effectively on the best approach for GUI application development on your specific setup, including alternative frameworks that are well-supported on Torizon.

Best regards,
Toradex AI Assistant.


Did you like my answer? :+1: :-1:

If I answered your question, please tick the “Solution” checkbox.

For follow-up questions to me, please use @ToradexAI in your post.

Hello @flavio,

We have no out of the box support for open MAUI.

When it comes to .NET GUI frameworks, we have templates for both Blazor and Avalonia:

An alternative would be to use one of those.
You could also create your own open MAUI project by modifying one of our existing project.

Best Regards,
Bruno