Lightweight GUI tool for processing Wii U disc images.
- Convert
.wux→.wud - Extract
.wud→ WUP format (code/,content/,meta/) - AES-128-CBC decryption with user-provided keys
- Cross-platform: Windows, Linux, macOS
You must provide your own:
common.key(Wii U common key, 16 bytes)- Disc/title key (16 bytes, file or hex string)
Keys are NOT included.
Download the latest release for your platform from Releases.
# Clone
git clone https://github.com/Zard-Studios/kairo.git
cd kairo
# Build
cargo build --release
# Binary at: target/release/kairo- Launch KAIRO
- Select input file (.wux or .wud)
- Choose output location
- Load your keys
- Click Start
MIT License - See LICENSE