WSA InstallerWSA Installer
v1.2.0.0 — WSA 2407.40000.4.0

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.

Windows 10/11Free & Open SourceOne-Click Setup
Everything you need

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.

— Sponsored —
Simple 6-step process

How It Works

From download to Android apps — the complete workflow in six simple steps.

Step 1

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.

Step 2

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.

Step 3

System Check

The installer automatically scans your system for virtualization support, Hyper-V, VirtualMachinePlatform, and WSL — and enables any missing features automatically.

Step 4

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.

Step 5

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.

Step 6

Complete

Play Store and WSA shortcuts appear in Start Menu. WSABackgroundService starts monitoring WSA status. Launch Android apps directly from your desktop.

— Sponsored —
What you need

System Requirements

WSA Installer works on most modern Windows PCs. Check the requirements below.

Minimum & Recommended

OSWindows 10 (build 19041+)

Recommended: Windows 11 22H2+

RAM8 GB

Recommended: 16 GB

Disk Space10 GB free

Recommended: SSD with 20 GB free

InternetRequired for initial download

Recommended: Broadband recommended

PrivilegesAdministrator

Recommended: Administrator

VirtualizationEnabled in BIOS/UEFI

Recommended: Intel VT-x or AMD-V

Windows Features Handled

The installer automatically enables these Windows features:

Hyper-V

Microsoft's hardware virtualization platform

VirtualMachinePlatform

Required virtual machine platform for WSA

HypervisorPlatform

Windows hypervisor interface

Windows Subsystem for Linux

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.

Get started now

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_Installer_Setup.exe
Size: 228 MB
Windows 10/11, Requires internet

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.

bundle.wsa
Size: 1.21 GB
SHA256: 9b59ba2b2084b518499afb6b3d0e66148a9fc83f755fc7a54ed7c97457760005

Silent Install: Run WSA_Installer_Setup.exe /S for fully automated installation — perfect for deployment and enterprise scenarios.

Scan to visit WSA Installer

Scan to Download

Open on your phone to visit the WSA Installer website and download the setup directly.

Technical overview

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

TechnologyVersionRole
Python3.14Application framework with Flet UI
RustLatestSecurity gateway & Play Store patcher SDK
FletLatestCross-platform GUI framework (Flutter-based)
NuitkaLatestPython to C compilation (source protection)
PyInstallerLatestApplication bundling (onedir mode)
NSISLatestWindows installer packaging
PyQt6LatestQt6 bindings for ad overlay
PySide6LatestQt6 bindings for Play Store patcher
Version history

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
Got questions?

Frequently Asked Questions

Still have questions? Watch the video guide or join the GitHub community.

— Sponsored —
Loading video...

WSA Installer Guide

AT Tech Zone - Step-by-step WSA installation guide

Subscribe for more WSA tutorials and guides.

Subscribe