git404hub

what is wand-enhancer fr?

k1tbyte/wand-enhancer — explained in plain English

Analysis updated 2026-05-18

10,754C#Audience · generalComplexity · 4/5Setup · hard

tl;dr

An open-source Windows patcher that extends the Wand (WeMod) app with local customization, AI features, and a phone-controlled remote panel.

vibe map

mindmap
  root((WandEnhancer))
    What it does
      Patches local Wand install
      Layout and theme tweaks
      Remote web panel
    Tech stack
      C#
      WPF
      CMake
    Use cases
      Customize Wand client UX
      Control app from phone
      Inject custom scripts
    Audience
      Wand power users
      Windows tinkerers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Customize the layout, theme, and configuration of the Wand client on your own PC.

VIBE 2

Control active Wand features remotely from your phone over a local Wi-Fi connection.

VIBE 3

Inject your own JavaScript into the Wand client to tweak its interface at patch time.

what's the stack?

C#WPF.NETCMake

how it stacks up fr

k1tbyte/wand-enhancerdotnet/orleanscysharp/unitask
Stars10,75410,77610,800
LanguageC#C#C#
Setup difficultyhardhardmoderate
Complexity4/54/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

No official binaries are distributed, you must fork the repo and build it yourself via GitHub Actions or a local Visual Studio + CMake toolchain.

No license information is stated in the README.

in plain english

WandEnhancer is an open-source add-on that patches a local install of the Wand app, made by WeMod, to add extra features and change how it looks and behaves on your own machine. It edits files inside your existing Wand installation and does not contact any update or tracking service of its own, it only changes a small proxy file that Wand loads so the client integrity check byte gets flipped, and it does not inject itself into any other program. The tool adds several improvements: it manages local configuration settings, automatically adjusts for new versions of the Wand client so things keep working after updates, offers deeper layout and theme customization on the client side only, adds AI related features, and includes a remote web panel you can use to control the app from your phone. To use the remote panel you connect your phone to the same Wi-Fi network as your computer and scan a QR code shown in the app. The panel runs over plain HTTP on a fixed port with no password, so the project warns that anyone who can reach that port on your network can view and control it, and recommends only using it on a trusted network or through a VPN tool like Tailscale rather than exposing it to the internet directly. There are no official prebuilt downloads for this project. Instead you fork the repository on GitHub, run the included Build executable workflow through GitHub Actions, and download the resulting file from your own fork once the workflow finishes. The README repeatedly warns that scammers have posted fake tutorial videos elsewhere on the internet with malware disguised as this tool, so any executable found outside your own fork build should not be trusted. Advanced users can also inject their own JavaScript into the Wand client at patch time, either through the patch dialog or by dropping script files into a folder next to the patcher. These scripts run with the same access as the Wand client itself, so the project cautions that you should only add scripts you understand and trust. Building the project from source on Windows requires CMake, Node.js with pnpm, Visual Studio 2022 with C++ tools, and the .NET Framework 4.8 build tools, using a provided build script.

prompts (copy fr)

prompt 1
Walk me through forking WandEnhancer on GitHub and running the Build executable Actions workflow.
prompt 2
Explain the security tradeoffs of enabling the Remote Web Panel on my home network.
prompt 3
Help me write a minimal renderer-injection script for WandEnhancer following its guard-against-multiple-runs pattern.
prompt 4
List the Windows build requirements for compiling WandEnhancer from source with CMake and MSBuild.

Frequently asked questions

what is wand-enhancer fr?

An open-source Windows patcher that extends the Wand (WeMod) app with local customization, AI features, and a phone-controlled remote panel.

What language is wand-enhancer written in?

Mainly C#. The stack also includes C#, WPF, .NET.

What license does wand-enhancer use?

No license information is stated in the README.

How hard is wand-enhancer to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is wand-enhancer for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.