An open-source interoperability tool designed to extend local client-side configurations and improve the UX of the Wand application.
🚨 IMPORTANT NOTICE: THIS PROJECT HAS NO OFFICIAL YOUTUBE TUTORIALS OR GUIDES. 🚨 There are no official videos showing how to install or use this tool. Scammers are creating fake tutorials using this project's name and placing malware/password stealers in the video descriptions. If you downloaded an .exe or archive from a YouTube link, YOU HAVE DOWNLOADED MALWARE. The only official, safe, and original source for this project is this exact GitHub repository. We are not responsible for third-party downloads.
Yes. This project is entirely open-source, allowing anyone to audit the code. It operates strictly locally, does not require internet access, and makes zero network requests. It simply adjusts local client settings to enhance your user experience.
✅ Local environment configuration management
✅ Automated compatibility adjustments for new client versions
✅ Advanced layout and theme customization (Client-side only)
✅ AI Features
✅ Remote web panel (Remote Connect on mobile)
WandEnhancer includes a built-in Remote Web Panel allowing you to control app features directly from your phone.
- Ensure both your PC and phone are on the same Wi-Fi network.
- Hover over the Connect button in the top bar of WandEnhancer.
- Scan the displayed QR code with your phone's camera.
- Page isn't loading? First, ensure both your PC and phone are connected to the same local network. Some routers and guest Wi-Fi networks enable client isolation/AP isolation, which blocks devices on the same SSID from reaching each other. If it still does not load, check Windows Firewall and allow inbound traffic on TCP port
3223for your local network. If Windows marked your connection as Public, switching it to Private can also help. - Using mobile data or a different network? If you want to use the panel over mobile data (LTE/5G) or from an entirely different network, you can use Tailscale or similar VPN tools.
- Go to the Releases page.
- Download the latest binary release.
- Run the enhancer to apply local client modifications.
Source archives are intended for developers who want to build the project locally. They are not prebuilt binaries.
Building from source on Windows requires a local development environment.
CMakeNode.jsandpnpmVisual Studio 2022orBuild Tools for Visual Studio 2022withMSBuild- Visual Studio
Desktop development with C++workload - .NET Framework 4.8 desktop build tools / targeting pack
- Clone this repository.
- Install the requirements above and make sure
cmake,pnpm, andMSBuildare available. - Run
build.cmdfrom Command Prompt or PowerShell.
The build script installs the web panel dependencies, builds the frontend, compiles the native helper with CMake, restores NuGet packages, and builds the WPF solution.
- I applied the configuration but get stuck on 'Loading...'
- Just close the application completely and restart it.
- Does this send data anywhere?
- No. All operations are strictly offline and local to your machine.
This project is licensed under the Apache-2.0 - see the LICENSE file for details.
Legal Disclaimer: This project is a third-party enhancement tool intended solely for educational, research, and local interoperability purposes. It does not distribute any proprietary code or bypass server-side validations. All modifications are performed locally to customize the user's interface.

