WSABuilds

Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in.

AGPL-3.0 License

Stars
6.1K
Committers
34

Bot releases are hidden (Show)

WSABuilds - Windows Subsystem For Android: Windows 11 x64 (Windows_11_WSA_2304.40000.10.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 11/06/2023 22:00 GMT (Reason: Initial Release)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: No Changelog at the time of release. This release will be updated if one is made avaliable.
  • Update from WSA v2304.40000.7.0 x86_64 ----> WSA v2304.40000.10.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

Builds Last Updated:

- 11/06/2023 22:00 GMT (Reason: Initial Release)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: No Changelog at the time of release. This release will be updated if one is made avaliable.
  • Update from WSA v2304.40000.7.0 arm64 ----> WSA v2304.40000.10.0 arm64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 arm64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 10 x64 (Windows_10_WSA_2305.40000.4.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 11/06/2023 16:00 GMT (Reason: Initial Release)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog
  • Windows 10 Patch Applied (Credit: Cinit)
  • Update from WSA v2305.40000.3.0 x86_64 ----> WSA v2305.40000.4.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon_Windows_10.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps_Windows_10.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal
https://github.com/cinit/WSAPatch

WSABuilds - Windows Subsystem For Android: Windows 11 x64 (Windows_11_WSA_2305.40000.4.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 11/06/2023 16:00 GMT (Reason: Initial Release)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog
  • Update from WSA v2305.40000.3.0 x86_64 ----> WSA v2305.40000.4.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

Builds Last Updated:

- 11/06/2023 16:00 GMT (Reason: Initial Release)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog
  • Update from WSA v2305.40000.3.0 arm64 ----> WSA v2305.40000.4.0 arm64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 arm64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 10 x64 (Windows_10_WSA_2305.40000.3.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 09/06/2023 11:00 GMT (Reason: Initial Release)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.

Updating directly from 2303.40000.5.0 to 2305.40000.3.0 may cause apps to break. Please backup your data as stated above, to avoid losing data. A clean install is advised, if such problems occur.


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: No Changelog at the time of release. This release will be updated if one is made avaliable.
  • Windows 10 Patch Applied (Credit: Cinit)
  • Update from WSA v2303.40000.5.0 x86_64 ----> WSA v2305.40000.3.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon_Windows_10.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps_Windows_10.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal
https://github.com/cinit/WSAPatch

WSABuilds - Windows Subsystem For Android: Windows 11 x64 (Windows_11_WSA_2305.40000.3.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 08/06/2023 14:00 GMT (Reason: Initial Release)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: No Changelog at the time of release. This release will be updated if one is made avaliable.
  • Update from WSA v2305.40000.2.0 x86_64 ----> WSA v2305.40000.3.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

Builds Last Updated:

- 08/06/2023 14:00 GMT (Reason: Initial Release)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: No Changelog at the time of release. This release will be updated if one is made avaliable.
  • Update from WSA v2305.40000.2.0 arm64 ----> WSA v2305.40000.3.0 arm64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 arm64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 11 x64 (Windows_11_WSA_2305.40000.2.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 03/06/2023 01:00 GMT (Reason: Initial Reason)

- 06/06/2023 13:00 GMT (Reason: Adding KernelSU Update 0.6.0)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog
  • Update from WSA v2304.40000.7.0 x86_64 ----> WSA v2305.40000.2.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.5.7
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

Builds Last Updated:

- 03/06/2023 01:00 GMT (Reason: Initial Release)

- 06/06/2023 13:00 GMT (Reason: Adding KernelSU Update 0.6.0)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog
  • Update from WSA v2304.40000.7.0 arm64 ----> WSA v2305.40000.2.0 arm64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 arm64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.5.7
  • KernelSU v0.6.0
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 11 x64 (Windows_11_WSA_2304.40000.7.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 25/05/2023 17:00 GMT (Reason: Initial Reason)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: There is no official changelog as of the time of publishing this release. I will update this release description if one is made avaliable
  • Update from WSA v2304.40000.6.0 x86_64 ----> WSA v2304.40000.7.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.5.7
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

Builds Last Updated:

- 25/05/2023 17:00 GMT (Reason: Initial Reason)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: There is no official changelog as of the time of publishing this release. I will update this release description if one is made avaliable
  • WSA v2304.40000.6.0 arm64 ----> WSA v2304.40000.7.0 arm64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 arm64
  • Magisk Canary 47d2d4e3 (26102)
  • KernelSU v0.5.7
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

Builds Last Updated:

- 23/05/2023 12:00 GMT: (Reason: Initial Reason)

- 23/05/2023 17:30 GMT: (Reason: https://github.com/LSPosed/MagiskOnWSALocal/pull/548)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: There is no official changelog as of the time of publishing this release. I will update this release description if one is made avaliable
  • WSA v2304.40000.5.0 arm64 ----> WSA v2304.40000.6.0 arm64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 arm64
  • Magisk Canary d0c93842 (26101)
  • KernelSU v0.5.7
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 11 x64 (Windows_11_WSA_2304.40000.6.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 23/05/2023 12:00 GMT: (Reason: Initial Release)

- 23/05/2023 17:30 GMT: (Reason: https://github.com/LSPosed/MagiskOnWSALocal/pull/548)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: There is no official changelog as of the time of publishing this release. I will update this release description if one is made avaliable
  • Update from WSA v2304.40000.5.0 x86_64 ----> WSA v2304.40000.6.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary d0c93842 (26101)
  • KernelSU v0.5.7
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 11 x64 (Windows_11_WSA_2304.40000.5.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 16/05/2023 18:00 GMT: (Reason: KernelSU update to v0.5.7)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: There is no official changelog as of the time of publishing this release. I will update this release description if one is made avaliable
  • Update from WSA v2304.40000.4.0 x86_64 ----> WSA v2304.40000.5.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary d0c93842 (26101)
  • KernelSU v0.5.6
  • KernelSU v0.5.7
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

Builds Last Updated:

- 16/05/2023 18:00 GMT: (Reason: KernelSU update to v0.5.7)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog: There is no official changelog as of the time of publishing this release. I will update this release description if one is made avaliable
  • WSA v2304.40000.4.0 arm64 ----> WSA v2304.40000.5.0 arm64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 arm64
  • Magisk Canary d0c93842 (26101)
  • KernelSU v0.5.6
  • KernelSU v0.5.7
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 10 x64 (Windows_10_WSA_2304.40000.4.0_x64)

Published by MustardChef over 1 year ago

Important: I have been told that WSA is not working on Windows 10 for WSA v2304 and higher. Please use v2303.40000.5.0 in the meantime. Please join the Discord to recieve updates and annoucements regarding this, or visit: https://github.com/cinit/WSAPatch/issues/33

Builds Last Updated: 13/05/2023 22:25 GMT (Reason: Removing Builds and Adding Disclaimer)

Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 10.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Problems You May Encounter (may not be applicable):

Source: WSAPatch

  • When using WSA 2209.40000.26.0, I was able to run applications in WSA, but I was not able to connect to WSA ADB after enabling Developer Mode, since netstat shows that no process is listening on port 58526. After I upgraded to WSA 2210.40000.7.0, I was able to connect to WSA ADB.
  • The WSA settings window does not hava a draggable title, but you can move the WSA window if you hold the cursor left near the "minimize" button, or press Alt+Space, then click "Move" in the context menu. https://github.com/cinit/WSAPatch/issues/1 https://github.com/cinit/WSAPatch/issues/2
  • If your WSA crashes(or suddenly disappears) when starting up, try to upgrade your Windows to Windows 10 22H2 10.0.19045.2311. (Someone has reported that WSA failed to start on 22H2 19045.2251, but worked after upgrading to 19045.2311.)

Changelog

  • Microsoft's Official Changelog
  • Added Windows 10 Support (Credit: WSAPatch)
  • Update from WSA v2303.40000.5.0 x86_64 ----> WSA v2304.40000.4.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary d0c93842 (26101)
  • KernelSU v0.5.5
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon_Windows_10.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps_Windows_10.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

Builds Last Updated:

- 14/05/2023 12:25 GMT: (Reason: Removed and Replaced Builds with Fixes to Remove-Amazon)

- 14/05/2023 20:00 GMT (Reason: Fix Magisk Integration)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working) so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog
  • WSA v2303.40000.5.0 arm64 ----> WSA v2304.40000.4.0 arm64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 arm64
  • Magisk Canary d0c93842 (26101)
  • KernelSU v0.5.5
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 11 x64 (Windows_11_WSA_2304.40000.4.0_x64)

Published by MustardChef over 1 year ago

Builds Last Updated:

- 14/05/2023 12:25 GMT: (Reason: Removed and Replaced Builds with Fixes to Remove-Amazon)

- 14/05/2023 20:00 GMT (Reason: Fix Magisk Integration)


Information: For anyone updating from a previous WSA Build, please backup your Userdata VHDX using this guide, in the case that the builds in this release do not work as intended (crashes, bugs or not working), so that you can revert to the old version if needs be.


Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 11.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Changelog

  • Microsoft's Official Changelog
  • Update from WSA v2303.40000.5.0 x86_64 ----> WSA v2304.40000.4.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary d0c93842 (26101)
  • KernelSU v0.5.5

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal

WSABuilds - Windows Subsystem For Android: Windows 10 x64 (Windows_10_WSA_2303.40000.5.0_x64)

Published by MustardChef over 1 year ago

win11downcpre

Builds Last Updated: 20/04/2023 21:00 GMT (Reason: Initial Release)

Language/语言


Warning

Read the guide in full before installing. Ensure you meet the full requirements for an installation on Windows 11.

Note

If you're updating WSA, merge the folders and replace the files for all items when asked

Follow these steps to install on Windows 10.

Note :
If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Extract the zip file
  2. Delete the zip file (It is recommended to keep the .zip file until WSA has been installed and is working properly)
  3. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA
  4. Open the WSA folder and double-click Run.bat

Notice:

  1. As stated in the Requirements, You can only install WSA on a NTFS partition, not on an exFAT partition.
  2. You can NOT delete the WSA installation folder.
    What Add-AppxPackage -Register .\AppxManifest.xml does is to register an appx package with some existing unpackaged files,
    so you need to keep them as long as you want to use WSA.
    Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details.
  3. You need to register your WSA appx package before you can run WSA.
    For WSABuilds and MagiskOnWSALocal users, you need to run Run.bat in the extracted dir.
    If the script fails, you can take the following steps for diagnosis (admin privilege required):
    1. Open a PowerShell window and change working directory to your WSA directory.
    2. Run Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml in PowerShell.
      This should fail with an ActivityID, which is a UUID required for the next step.
    3. Run Get-AppPackageLog -ActivityID <UUID> in PowerShell.
      This should print the log of the failed operation.
    4. Check the log for the reason of failure and fix it.

Problems You May Encounter (may not be applicable):

Source: WSAPatch

  • When using WSA 2209.40000.26.0, I was able to run applications in WSA, but I was not able to connect to WSA ADB after enabling Developer Mode, since netstat shows that no process is listening on port 58526. After I upgraded to WSA 2210.40000.7.0, I was able to connect to WSA ADB.
  • The WSA settings window does not hava a draggable title, but you can move the WSA window if you hold the cursor left near the "minimize" button, or press Alt+Space, then click "Move" in the context menu. https://github.com/cinit/WSAPatch/issues/1 https://github.com/cinit/WSAPatch/issues/2
  • If your WSA crashes(or suddenly disappears) when starting up, try to upgrade your Windows to Windows 10 22H2 10.0.19045.2311. (Someone has reported that WSA failed to start on 22H2 19045.2251, but worked after upgrading to 19045.2311.)

Changelog

  • Microsoft's Official Changelog: There is no official changelog as of the time of publishing this release. I will update this release description if one is made avaliable
  • Added Windows 10 Support (Credit: WSAPatch)
  • Update from WSA v2303.40000.4.0 x86_64 ----> WSA v2303.40000.5.0 x86_64
  • WSA Android Version: Android 13
  • MindTheGapps 13.0 x86_64
  • Magisk Canary d0c93842 (26101)
  • KernelSU v0.5.4
  • Amazon Appstore Removed

Difference Between Versions In This Release:

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - Contains Google Play Store and Services only
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps-RemovedAmazon_Windows_10.zip
    - Base Window Subsystem for Android
    - No Amazon App Store

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-NoGApps_Windows_10.zip
    - Base Window Subsystem for Android
    - Amazon App Store Included

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-magisk-XXXXX.XXXX.-canary-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains Magisk (for Root Access)

  • WSA_XXXX.X0000.X.0_XXXX_Release-Nightly-kernelsu-vX.X.X-MindTheGapps-XX.X-RemovedAmazon_Windows_10.zip
    - No Amazon App Store
    - Contains Google Play Store and Services
    and
    - Contains KernelSU (for Root Access)

Additional Information

  • If the Magisk App does not appear after the installation of the WSA build with Magisk, download it from here and sideload it into WSA

  • For Builds with KernelSU, you will need to sideload the KernelSU Manager in order to use it. You can get this by going to the releases here, and scrolling down the list of assets, until you find it

Credits:

https://github.com/LSPosed/MagiskOnWSALocal