A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
WPF is Windows only, so you cannot run it on a Mac.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
It possible to run WPF app using PROCESS in MAUI under MAC ?
Thanks,
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Answer accepted by question author
WPF is Windows only, so you cannot run it on a Mac.
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.