Installation
Impactor is available in both portable and installer formats for Windows.Download from releases
Visit GitHub releases and download either:
- Portable:
Impactor-windows-x86_64-portable.exe- No installation required - Installer:
Impactor-windows-x86_64-setup.exe- Installs to Program Files with Start Menu shortcuts
Install iTunes (required)
Download iTunes from Apple Support and install it.
You don’t need to run iTunes, but the drivers must be installed on your system.
System requirements
- Operating System: Windows 10 or Windows 11
- Architecture: 64-bit (x86_64) only
- Required Software: iTunes for device drivers
- Optional: Windows SDK (only for building from source)
Installation methods
Portable version
The portable version requires no installation:- Single executable file
- Can run from any location
- No registry modifications
- Ideal for USB drives or temporary usage
NSIS Installer version
The installer provides a traditional Windows installation:- Installs to
C:\Program Files\PlumeImpactor - Creates Start Menu shortcuts
- Creates Desktop shortcut
- Includes uninstaller
- Registers in Windows Apps & Features
Build requirements
To build Impactor from source on Windows, you need:- Rust toolchain
- CMake and a C++ compiler
- Visual Studio 2022 Build Tools
- Windows 10/11 SDK
Building from source
dist/ directory.
Cross-compilation from Linux
Windows binaries can be built from Linux using MinGW:Features
Impactor on Windows includes all core features:- Sign and sideload iOS apps to connected devices
- Auto-refresh functionality for keeping apps up to date
- System tray integration
- Support for both light and dark modes
- Native Windows UI with proper HiDPI support
- Secure credential storage
Troubleshooting
Device not detected
If your iOS device is not being detected:Verify iTunes is installed
Ensure iTunes is properly installed:
- Open Settings > Apps > Installed apps
- Search for “iTunes”
- If not found, download and install from Apple Support
Check Apple Mobile Device Service
Verify the device service is running:
- Press
Win + Rand typeservices.msc - Find Apple Mobile Device Service
- Ensure it’s running and set to Automatic
- If stopped, right-click and select Start
Trust the device
Ensure your iOS device is unlocked and you’ve tapped Trust when the prompt appears.
Windows Defender / antivirus warnings
If Windows Defender flags Impactor:Impactor is open-source and safe. Some antivirus software may flag it as suspicious due to its device communication capabilities.
- Click More info in the Windows Defender prompt
- Click Run anyway
- Optionally, add Impactor to your antivirus exclusions
Signing issues on Windows
If you encounter signing errors:- Ensure iTunes is properly installed with all components
- Try running Impactor as Administrator
- Check that your Apple ID credentials are correct
- Verify your device is unlocked during the signing process
Application won’t start
If Impactor fails to launch:Install Visual C++ Redistributables
Download and install the latest:Microsoft Visual C++ Redistributable
Dark mode support
Impactor supports Windows dark mode:- Open Settings > Personalization > Colors
- Select Dark under “Choose your mode”
- Restart Impactor for changes to take effect
Dark mode support was added in version 1.3.0. Ensure you’re using the latest version for the best experience.