Skip to content

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

WSA Installer

WSA Installer

The Modern Windows Subsystem for Android Installation & Management Toolkit

OrganizationRepositoriesLicenseGitHub Sponsors

Website · Download · Documentation · YouTube



Our Mission

Provide an easy, powerful, and reliable way to install, repair, update, customize, and manage Windows Subsystem for Android (WSA) with Google Play Store on Windows 10 and Windows 11 — with a beautiful, intuitive interface and advanced automation.


Projects

RepositoryDescriptionStarsLanguage
wsa-installerMain installer — one-click WSA + Play Store setup with background service, self-update, repair, and file sharingStarsPython
wsa-embedded-toolsSource code for all native modules — ApkIconShlExt, WSA Net Provider, aapt++StarsRust
wsa-webdavHeadless Android WebDAV server APK — access WSA file system from any browser with root supportStarsKotlin
wsa-websiteOfficial website — landing page, documentation, download hub, blogStarsTypeScript

Features

FeatureDescription
3-Phase System CheckSystem validation → Bundle detection → Virtualization bypass
Smart System ScanDetects VT-x/AMD-V, Hyper-V, VirtualMachinePlatform, HypervisorPlatform, WSL via 5 detection methods
One-Click InstallHandles download, extraction, configuration, and registration of WSA end-to-end
Play Store IntegrationPatches Google Apps (MindTheGapps 13.0) with automated ADB authorization
WSA PacmanDouble-click any APK/XAPK/APKS/APKM to install directly into WSA
APK File HandlerRegisters as Windows handler for APK files with custom icons
Virtualization BypassAuto-fixes Hyper-V, KB uninstall, WSL2, Defender, VBS, FsDepends
Background ServiceWSABackgroundService monitors WSA status, manages SDK lifecycle, auto-restarts on failure
Self-UpdateChecks server for updates with 30-chunk parallel download and silent install
Repair & UninstallComplete WSA management with backup, repair, and clean uninstall flows
File SharingWebDAV-based drive mounting — access WSA files as Windows network drives
Glass TransparencyModern Windows 11-inspired UI with configurable alpha-blended transparency
Remote ConfigServer-side configuration updates via Rust security gateway
NSIS InstallerProfessional Windows setup wizard with maintenance mode

Technology Stack

PythonRustFletKotlinPyQt6NSIS


Quick Start

1. Download

FileSizeDescription
WSA_Installer_Setup.exe~228 MBProfessional NSIS installer
bundle.wsa~1.21 GBPre-packaged WSA bundle (optional)

2. Install

  1. Download WSA_Installer_Setup.exe from the latest release
  2. Right-click → Run as administrator
  3. Follow the 5-step wizard: Intro → Check → Install → Play Store → Complete

3. Enjoy

  • Play Store appears in Start Menu
  • Launch Android apps directly
  • Background service monitors WSA automatically

CLI Reference

WSA_Installer_Setup.exe /S :: Silent install
WSA_Installer_Setup.exe --repair-wsa :: Repair WSA
WSA_Installer_Setup.exe --uninstall :: Uninstall WSA
WSA_Installer_Setup.exe --file-sharing :: File sharing setup

Architecture

graph TB
subgraph "WSA Installer"
GUI[Flet GUI<br/>5-Step Wizard]
IL[InstallerLogic<br/>Core Engine]
RC[RemoteConfigManager<br/>Server Sync]
BG[WSABackgroundService<br/>Windows Service]
end
subgraph "Native Modules"
WU[widget_ui.pyd<br/>Rust Security Gateway]
PS[playstore_patcher_mem.pyd<br/>Play Store SDK]
WI[wsa_init.pyd<br/>WSA Boot/ADB]
NP[wsa_net_provider.dll<br/>UNC-to-WebDAV]
APK[ApkIconShlExt.dll<br/>APK Icons]
end
subgraph "External"
ADB[ADB Bridge]
WSA[Windows Subsystem<br/>for Android]
PY[Embedded Python 3.14]
end
GUI --> IL
IL --> RC
IL --> WU
IL --> PS
IL --> WI
IL --> ADB
ADB --> WSA
PS --> PY
BG --> WSA
BG --> NP
RC --> WU
Loading

Source code for all native modules is available in embedded-tools.


Supported Platforms

OSStatus
Windows 11 22H2+
Windows 11 21H2
Windows 10 2004+ (build 19041)
Windows 10 < 19041

Community

YouTubeBuy Me a CoffeeGitHub Discussions


Contributing

We welcome contributions! See our Contributing Guide for details.

License

This project is licensed under the MIT License — see LICENSE for details.


Built with care by AT Tech Zone — MR CYBER

Footer

About

WSA Installer — Organization profile and shared configuration

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages