WEwedecode

wedecode

A fully automated, cross-platform WeChat wxapkg decompiler that restores both mini-programs and mini-games, including subpackage and plugin code, back into a clean source tree.

Input📄File</>Code
Output</>Code
Updated: 2026-09-11 biggerstar
Download / Access
Web N/A
Windows N/A
macOS N/A
iOS N/A
Android N/A
Huawei N/A
Linux N/A
github.com/biggerstar/wedecode
WEwedecode
wedecode
A fully automated, cross-platform WeChat wxapkg decompiler that restores both mini-programs and mini-games, including subpackage and plugin code, back into a clean source tree.
Get StartedLearn More

Try it now

GPT-4o
Full Playground →

What is wedecode?

wedecode is a full-automation source-code restoration and online security-audit tool for compiled WeChat .wxapkg packages. It supports both mini-programs and mini-games, restores JS, WXML, WXSS, WXS and JSON, and intelligently analyzes dependencies between the main package, subpackages and plugins to compile them together; if a subpackage file is missing it generates a default template so the project still opens. It auto-decrypts, beautifies output code, preserves rpx/px units and extracts media assets, then rebuilds the original directory structure so the result can be imported into WeChat DevTools. Built on Node.js, it runs on Windows, macOS and Linux and installs globally with `npm i wedecode -g`, offering simple CLI flags for input, output and cleanup. It is meant for code audit, learning and analyzing programs you own or are authorized to test.

4.5
Rating
Free
Pricing
4+
Platforms
0
Saves

Pros

  • One command runs the whole decrypt-and-restore pipeline.
  • Handles modern subpackage and plugin projects.
  • Output imports cleanly into WeChat DevTools.
  • Cross-platform and actively maintained.
  • Free and open source.

Cons

  • Command-line based; beginners need basic terminal skills.
  • Restored names are reconstructed, not original minified names.
  • Heavily obfuscated code may not fully recover.
  • Authorized-use only for legal compliance.

Compare with Alternatives

FeaturewedecodeKillWxapkgunveilrwxappUnpacker
Rating0.00.00.00.0
PricingFreeFreeFreeFree
Starting From
API
Free Tier
Mobile App
View full comparison →

Who is it for

S

Security auditors

Audit an authorized mini-program's frontend and endpoints.

D

Developers

Study subpackage architecture and recover lost source.

M

Mini-game makers

Decompile and learn from mini-game package structure.

L

Learners

Understand how compiled wxapkg maps back to source.

Q

QA teams

Verify what code and assets ship inside a release package.

Developer
biggerstar
Platforms
Web N/A
Windows N/A
macOS N/A
iOS N/A
Android N/A
Huawei N/A
Linux N/A
Languages
中文, English
Updated
2026-09-11

FAQ

It automatically decrypts and restores WeChat wxapkg packages (programs and games) into readable source.