Back
CoffeeShop
by timkicker
|
| Version | .0.1.9 |
| Zip size | 8,637 KiB |
| License | GPLv3 |
| Updated | 02/07/2026 |
| Downloads | 6,202 |
| MD5 | ce79561f9c6bd51a4052e54596374400 |
App Details
CoffeeShop lets you browse and install mods from community-hosted repositories directly on your Wii U.
Features
- Browse and install mods from custom repositories
- Per-game mod list with icons, screenshots, tags, and metadata
- Tag filter and sort cycle (Default / Name / Version) on the Browse tab
- Concurrent download queue with per-job progress, cancel, and resume
- Optional SHA-256 verification of downloaded archives
- Atomic install -- failed extracts never leave a half-installed mod behind
- Activate / deactivate mods without uninstalling
- Conflict detection between active mods
- Update badges and one-press 'update all' for installed mods
- Region picker for games with multiple Title IDs (US/EU/JP)
- Settings tab with repo management, cache control, and an in-app log viewer
- Crash dump captured to SD on signal faults for post-mortem debugging
- UI state (active tab, sort mode, tag filter) persisted across launches
Requirements
- Aroma installed
- SD card
- A config.json pointing to at least one community repo (see GitHub for details)
Changelog
v.0.1.9
CoffeeShop v.0.1.9
Installation
1. Copy wiiu_mod_store.wuhb to SD:/wiiu/apps/coffeeshop/
2. Create SD:/wiiu/apps/coffeeshop/config.json with your repo URLs
3. Launch via Homebrew Launcher
config.json
json
{
"repos": [
"https://raw.githubusercontent.com/timkicker/coffeeshop-repo-template/main/repo.json"
]
}
v0.1.8
- Fixed HOME-button exit hanging on the 'Wii U Menu loading' screen
- This was the root cause behind reports of corrupted Aroma installs from forced power-offs
- Cleaner startup logs with per-line timestamps for easier bug reports