WSA Sideloader is a tool which can be used to easily install apps on Windows Subsystem for Android. The program has been designed with simplicity and ease of use in mind.
Also available on GitHub Releases.
-
Make sure you have Windows Subsystem for Android installed on your Windows 11 machine. If you don't already have it, download it from here. You don't need to use the Amazon Appstore, however don't uninstall it as it will remove the subsystem.
-
Enable developer mode in WSA settings. It is also recommended you enable continuous mode, however WSA Sideloader will attempt to start the subsystem for you if it's not running.
- Choose the APK file you want to install and click the Install button. In most cases, you do not need to change the ADB address. You can also install an APK file right from File Explorer, web browsers and other supported programs.
No new builds will be released until further notice. More details can be found here.
Change your PC region setting to United States, you should then be able to download Amazon Appstore which contains the subsystem. You can change it back once you have installed it.
Amazon Appstore for WSA is currently not available outside the US, but Microsoft plans to make the appstore and WSA available in France, Germany, UK, Italy and Japan by the end of this year.
As much as I want the updates released on GitHub and Microsoft Store at the same time, this is something beyond my control. Sometimes they take up to 24 hours to approve the update, sometimes few days. There's nothing I can do about it unfortunately.
I am open to suggestions and will try my best to add more relevant features to the program over time. If you have any suggestions you can open an issue with your suggestion. I usually fix bugs and maintain stability of the program before adding more stuff to it so it may take some time.
You can press the "Installed apps" button to bring up a list of apps installed on the WSA. You can launch and uninstall apps through it as well as manage notifications, permissions etc. for each app. WSA apps are also present on the start menu and you can right click to uninstall just like any other Windows program.
If you would like to launch a list of installed apps right from the start menu, I have made an app for that. You can download it here.
My personal recommendaton is APKMirror, it is run by Android Police founder Artem Russakovskii.
Please try installing from GitHub releases. If the installation still fails please post in discussions for further assistance.
Please make sure adb.exe is not running before uninstalling. If it is, stop it via Task Manager.
Need help using WSA Sideloader? Post in the project's discussions tab. Found a bug or want to make a feature request? Visit the issues page.
For email support, click here.
Please click here to view the privacy policy.
TLDR - No information is collected by this application.
Whether it's a bug fix or a new feature, contributions to the project are always welcome! To get started, make sure you have Python 3.10 and Git installed. Then clone this repo and install the required packages using pip install -r requirements.txt
.
Please test the program before making your pull request. Starting from version 1.3.0, WSA Sideloader is compiled into an executable file using Nuitka. It is then distributed on GitHub Releases and Microsoft Store via the Inno installer.
To compile from source, follow the below instructions:
- Download the latest version of Python 3.10 64 bit
- Install Nuitka via pip using the command
pip install nuitka
- Clone the repository, and install the required dependencies using the command
pip install -r requirements.txt
in the root directory. - In the root directory run the command
nuitka --standalone sideloader.py --enable-plugin=tk-inter --windows-disable-console
. This may take some time depending on your computer. - Copy the icon.ico file and adbfiles folder to the sideloader.dist folder.
As this program is a sideloading tool for Windows Subsystem for Android, please make sure you are running Windows 11 with WSA installed.
This project is not affiliated with Microsoft or Google in any way.