WSA Installer
A professional tool that automates the entire process of installing Windows Subsystem for Android (WSA) with or without Google Play Store on Windows 10 and Windows 11.
Powerful Features
From system detection to Play Store integration — every aspect is automated and optimized.
Smart System Scan
Detects VT-x, Hyper-V, VirtualMachinePlatform, HypervisorPlatform, and WSL in real-time using 5 different detection methods including CPUID, wmic, systeminfo, PowerShell, and registry.
Auto Configuration
Enables all required Windows features automatically with administrator privileges. No manual BIOS changes or Windows Feature dialog hunting needed.
One-Click Install
Handles download, extraction, and setup end-to-end. From archive to running Android subsystem in one click with 6 automated phases.
Play Store Patching
Integrates Google Play Store (MindTheGapps 13.0) automatically with MagiskOnWSALocal patching and automated ADB authorization via pywinauto.
Parallel Chunked Downloads
Downloads archives in 30 parallel chunks with resume support, real-time progress tracking, speed calculation, and ETA for fast reliable downloads.
WSAPatch for Windows 10
Binary patches WsaClient.exe for compatibility on Windows 10, fixing the crash that occurs when running WSA on non-Windows 11 systems.
Background Service
WSABackgroundService runs as a Windows SCM service monitoring WSA ADB port, managing the Play Store SDK, and auto-restarting on failure.
Self-Update System
Checks the server for updates and installs them silently. 6-step update dialog with integrity verification, version checking, and seamless restart.
File Sharing (WebDAV)
Mounts WSA filesystem as Windows drive letters (X:/ R:/) via WebDAV over ADB. Browse, edit, and transfer files seamlessly between Windows and Android.
Rust Security Gateway
Zero-trust architecture with signature verification, encrypted config parsing, and anti-tamper protection via native Rust widget_ui.pyd module.
NSIS Professional Installer
Industry-standard Windows installer with wizard UI, silent install support (/S), maintenance mode, repair, and uninstall options integrated with Windows Settings.
Embedded Python Runtime
Self-contained Python 3.14 runtime for Play Store patcher at emb_py/. No external dependencies needed after installation — runs completely offline.
How It Works
From download to Android apps — the complete workflow in six simple steps.
Download
Download the WSA Installer setup file (228 MB) from the official release. Optionally download the bundle.wsa (1.21 GB) for offline installation without internet.
Download
Download the WSA Installer setup file (228 MB) from the official release. Optionally download the bundle.wsa (1.21 GB) for offline installation without internet.
Run as Administrator
Right-click WSA_Installer_Setup.exe and select 'Run as administrator'. Accept the UAC prompt to grant installation privileges for system-level changes.
Run as Administrator
Right-click WSA_Installer_Setup.exe and select 'Run as administrator'. Accept the UAC prompt to grant installation privileges for system-level changes.
System Check
The installer automatically scans your system for virtualization support, Hyper-V, VirtualMachinePlatform, and WSL — and enables any missing features automatically.
System Check
The installer automatically scans your system for virtualization support, Hyper-V, VirtualMachinePlatform, and WSL — and enables any missing features automatically.
Install WSA
Downloads the correct WSA build (2407.40000.4.0), extracts the 7z archive, applies Developer Mode settings, patches WsaClient, and registers the Android subsystem.
Install WSA
Downloads the correct WSA build (2407.40000.4.0), extracts the 7z archive, applies Developer Mode settings, patches WsaClient, and registers the Android subsystem.
Add Play Store
Patches Google Apps (MindTheGapps 13.0) onto WSA via MagiskOnWSALocal, automates ADB authorization, and installs Play Store with shortcuts in the Start Menu.
Add Play Store
Patches Google Apps (MindTheGapps 13.0) onto WSA via MagiskOnWSALocal, automates ADB authorization, and installs Play Store with shortcuts in the Start Menu.
Complete
Play Store and WSA shortcuts appear in Start Menu. WSABackgroundService starts monitoring WSA status. Launch Android apps directly from your desktop.
Complete
Play Store and WSA shortcuts appear in Start Menu. WSABackgroundService starts monitoring WSA status. Launch Android apps directly from your desktop.
Screens & Experience
A guided 5-step wizard with real-time progress, glassmorphism UI, and seamless automation.
Interactive 3D model — hover and drag to rotate
Welcome Screen
Clean intro page with glassmorphism design, version info, and installation path selection.
System Check
Real-time virtualization detection with 5 verification methods and auto-fix capabilities.
Download & Install
Parallel 30-chunk downloads with live progress bar, download speed, ETA, and merge status.
Play Store Patching
Automated GApps integration with 7 sub-phases: locate, verify, extract, patch, ADB, install, finalize.
Installation Complete
Final step creates shortcuts, configures background service, and offers WSA launch option.
File Sharing
WebDAV-based filesystem mounting — browse, edit, and transfer Android files from Windows Explorer as X:/ and R:/ drives.
System Requirements
WSA Installer works on most modern Windows PCs. Check the requirements below.
Minimum & Recommended
Recommended: Windows 11 22H2+
Recommended: 16 GB
Recommended: SSD with 20 GB free
Recommended: Broadband recommended
Recommended: Administrator
Recommended: Intel VT-x or AMD-V
Windows Features Handled
The installer automatically enables these Windows features:
Microsoft's hardware virtualization platform
Required virtual machine platform for WSA
Windows hypervisor interface
WSL support required by WSA
Virtualization (Intel VT-x or AMD-V) must be enabled in BIOS/UEFI. The installer detects this automatically via 5 methods including CPUID, wmic, systeminfo, PowerShell, and registry checks.
Download WSA Installer
Choose the installation method that works best for you.
Standard Installer
The all-in-one setup executable. Downloads WSA packages from GitHub during installation. Includes the full 5-step wizard, Play Store patching, and background service.
WSA Bundle (Offline)
Pre-packaged archive with both WSA Basic and WSA + Play Store packages. Ideal for offline installation, air-gapped systems, or reusing across multiple PCs.
Silent Install: Run WSA_Installer_Setup.exe /S for fully automated installation — perfect for deployment and enterprise scenarios.
Architecture & Documentation
A modern Python + Rust application with a sophisticated build pipeline and security-first architecture.
Flet GUI (app.py)
~11,000 lines of Python driving the 5-step frameless wizard, real-time progress UI, glassmorphism design, and all sub-dialogs including repair, update, uninstall, and file sharing.
InstallerLogic Engine
Handles parallel chunked downloads with resume support, 7z extraction via tar.exe, WSA package verification (filelist.txt), registry patching, and ADB automation for Play Store.
WSABackgroundService
Windows SCM service that monitors WSA ADB port, manages the Play Store SDK via embedded Python 3.14, auto-mounts WebDAV file shares (X:/ R:/), and checks for updates.
ConfigController
Three-tier configuration system: Default → Developer Mode → Server (remote JSON). Source-tracked with schema validation. Polls GitHub for remote config updates every 60 seconds.
Rust Native Modules
widget_ui.pyd provides a zero-trust security gateway with signature verification, encrypted config parsing, and decompression. playstore_patcher_mem.pyd is the Play Store patcher SDK.
Build Pipeline
Nuitka compiles app.py → app.pyd for source protection. PyInstaller bundles into onedir. Flet.exe is patched with custom icon and version. NSIS creates the final setup EXE.
Technology Stack
| Technology | Version | Role |
|---|---|---|
| Python | 3.14 | Application framework with Flet UI |
| Rust | Latest | Security gateway & Play Store patcher SDK |
| Flet | Latest | Cross-platform GUI framework (Flutter-based) |
| Nuitka | Latest | Python to C compilation (source protection) |
| PyInstaller | Latest | Application bundling (onedir mode) |
| NSIS | Latest | Windows installer packaging |
| PyQt6 | Latest | Qt6 bindings for ad overlay |
| PySide6 | Latest | Qt6 bindings for Play Store patcher |
Release Notes
Track the evolution of WSA Installer across all versions.
v1.2.0.0
Latest2026-04- WSAPatch improvements
- Updated WSA 2407.40000.4.0 support
- Enhanced ADB automation
v1.1.0.0
2026-01- Background service stability
- Play Store patcher SDK update
- Rust security gateway
v1.0.0.0
Initial2025-09- First public release
- 5-step wizard
- Parallel chunked downloads
- Play Store integration
Frequently Asked Questions
Still have questions? Watch the video guide or join the GitHub community.
Support & Community
Get help through video guides, documentation, GitHub issues, or community discussions.
Built with ❤️ by MR CYBER / AT Tech Zone