WSA Sideloader is a tool that is used to easily install APK files on Windows Subsystem for Android. The program has been designed with simplicity and ease of use in mind.
You can also install XAPK, APKM and APKS files using this tool.
Stay updated on the latest WSA Sideloader updates via the WhatsApp and Telegram channels.
Operating System | Source |
---|---|
Make sure you have Windows Subsystem for Android installed on your machine. If you don't already have it, download it from here.
If you're not in a supported country, 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.
Windows 10 users: You can obtain community builds of WSA for Windows 10 from repositories like WSABuilds and WSAPatch. Please note that the MS Store version of WSA Sideloader is not available on Windows 10. You can install it from the releases page.
Enable developer mode in WSA settings. The subsystem will need to be running in order to install apps, however WSA Sideloader will attempt to start the subsystem for you if it's not running.
Choose the file you want to install and click the Install button. You can also install a file right from File Explorer, web browsers and other supported programs. You may need to authorize the ADB connection when using it for the first time.
You might see the below message if using WSA Sideloader for the first time. Just tick the box to always allow, allow the connection and run the installation again.
Microsoft has recently introduced a new partially running mode to WSA, and due to the way it works WSA Sideloader is not able to properly detect its running state and will show a "device offline" error should WSA enter its inactive state.
For now, you can open any app to wake up the subsystem before running WSA Sideloader. I hope to address this issue in a future update. Thank you for your patience.
This is a bug with the subsystem itself, restarting the PC will usually fix it.
If you still get this error, try these steps:
Make sure WSA is turned off and disable WSA autostart in Task Manager, startup apps before proceeding with the below steps
Disable Hyper-V using the command dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
and reboot your PC
Reserve port 58526 so Hyper-V doesn't reserve it back using the command netsh int ipv4 add excludedportrange protocol=tcp startport=58526 numberofports=1
Re-enable Hyper-V using the command dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
and reboot your PC
WSA Sideloader is just an APK installer. Whether the app actually works or not depends on the app and the subsystem. Please be aware that apps that require Google Play Services may not work properly on WSA. You may try solutions such as Magisk on WSA if you want Google Play functionality.
You may check this page for a list of compatible apps.
The Microsoft Store version is packaged as MSIX, allowing for clean installs/uninstalls as well as autoupdates. If you download the EXE installer from GitHub instead, you will have the option to install for yourself or for all users of the computer. The version that is in the winget package repository is the GitHub version.
It is recommended you download from Microsoft Store to ensure you get the latest features and bug fixes. Please note that the MS Store version is not available on Windows 10.
You may be able to use it on M3 systems running macOS 15 or higher, however I cannot guarantee it will work.
I am no longer accepting feature requests. Please see this post for more information.
Bug reports will continue to be accepted.
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.
Thank you for your help! You may refer to this readme for further details.
APKMirror and APKPure are two popular sites for downloading APK files.
Need help using WSA Sideloader? Post in the project's discussions tab. Found a bug? Visit the issues page.
To compile from source, follow the below instructions:
git clone https://github.com/infinitepower18/WSA-Sideloader
pip install nuitka
.pip install -r requirements.txt
in the root directory.nuitka --standalone sideloader.py --enable-plugin=tk-inter --windows-console-mode=disable --windows-company-name=infinitepower18 --windows-product-name="WSA Sideloader" --windows-icon-from-ico=icon.ico --windows-product-version=<version> --windows-file-version=<version> --windows-file-description="WSA Sideloader"
. (replace <version>
with the current version number) This may take some time depending on your computer.Please click here to view the privacy policy.
TLDR - No information is collected by this application.
This project is not affiliated with Microsoft or Google in any way.