Skip to content
NightDawnEX edited this page Mar 28, 2024 · 4 revisions

Can I use WSL (Windows Subsystem for Linux) to run/develop MAGI?

Yes, Linux is the primary OS used in developing and testing. However, ensure that MAGI is located on a native Linux filesystem, not a mapped Windows drive (e.g. /mnt/e/repo). The application frequently writes to the local filesystem, and WSL's performance when accessing mapped Windows drives is very poor. This can lead to significant slowdowns and potential data loss.

Clone this wiki locally