WPF is Windows only, so you cannot run it on a Mac.
Maui - how to run wpf app with process in mac
Dani_S
3,726
Reputation points
Hi,
It possible to run WPF app using PROCESS in MAUI under MAC ?
Thanks,
Accepted answer
1 additional answer
Sort by: Most helpful
-
Bruce (SqlWork.com) 64,161 Reputation points
2023-09-10T19:22:32.5666667+00:00 To run a WPF app on a Mac, you need a Windows virtualization app. Typically Parallels or VMWare. Install the app in the vm and create an alias on the Mac side. Then your Maui app can start it via the alias.
note: if M1/2 then the vm will be windows arm, and the WPF app must support running on windows arm.