Most UI tweaks for closed desktop clients force users to choose between unsafe third-party builds and fragile manual hacks. WandEnhancer takes the other path: it provides a local, auditable patcher and a small web panel that augments Wand’s renderer and settings without contacting external servers.
What Sets It Apart
- Local-first UX enhancements: applies layout, theme and compatibility adjustments on the client machine only, so no network telemetry is added.
- Remote Web Panel: a built-in panel served from your PC lets you control features from a phone on the same LAN (QR-code connect), enabling remote control without cloud services.
- Extensible renderer scripting: bundles user-provided .js files into the client at patch time to customize or fix UI behaviour with full DOM access and Node require support.
- Security-minded distribution policy: official releases contain notes only (no .exe). Users are encouraged to build artifacts from their own forks via GitHub Actions to avoid unsigned third‑party binaries.
Who It's For and Tradeoffs
Great fit if you want to customize or stabilize a local Wand client while keeping all changes auditable and offline. It suits users comfortable building from source and accepting unsigned, self-built binaries and occasional maintenance when the upstream client changes. Look elsewhere if you need an officially signed installer, a cloud-hosted management console, or if you cannot run a local build environment (Windows build toolchain and Node/CMake required).
Overall, WandEnhancer trades the convenience of prebuilt binaries for transparency and local control: quieter security posture and richer client-side tweaks at the cost of a modest build/maintenance burden and careful handling of injected scripts (they run with the client's privileges).