Affiliate disclosure: This guide contains affiliate links. As an Amazon Associate, we earn from qualifying purchases at no extra cost to you. Learn more.
2026-09-17 · News and analysis
Affiliate disclosure: This guide contains affiliate links. As an Amazon Associate, we earn from qualifying purchases at no extra cost to you. Learn more.
MeloCafe shipped its first public release on 14 September. It is a Cemu-based Wii U emulator for iPhone and iPad, and as far as we can tell it is the first one that exists.
The headline going around is right. Wii U emulation on an iPhone is real now.
The part being skipped is what it takes to get there, and it is not the part you would guess. The obstacle was never the chip. Your iPhone has had enough power for this for years. The obstacle is two pieces of iOS plumbing, and both of them mean you cannot get this from the App Store.
The Short Version
- What it is: a port of Cemu, the mature desktop Wii U emulator, to iOS and iPadOS
- Who made it: the developer behind MeloNX, continuing the same naming family
- Version: 1.0, the first release, published 14 September 2026
- Size: a 23.4 MB
.ipa - License: Mozilla Public License 2.0, inherited from Cemu, with exceptions for dependencies
- JIT: optional but recommended. On iOS 26 that means StikDebug
- The real requirement: the Increased Memory Limit entitlement, or it crashes
- Install: sideload with PlumeImpactor, then optionally load into SideStore for updates
- Compatibility list: none published
- Stated device minimum: none published
- Cost: free
This Is Not a Surprise Release
Worth calibrating, because the coverage is treating this as something that appeared overnight.
MeloCafe was announced in early March 2026, with demo footage showing Wii U games running without JIT at all, using Cemu's built-in interpreter. The developer's own description at the time was that performance was extremely slow and the project was in very early development.
So 1.0 is a six-month milestone, not a bolt from the blue. That matters because it tells you the hard parts have been worked on rather than hand-waved, and the release notes back that up. The features listed are full iOS support, Metal argument buffers and a cached threaded interpreter, which are the sort of things you build when you are chasing real performance.
The release notes also open with a warning, in the developer's own emphasis, that there will be bugs, glitches, performance issues and unintended behaviour. Take that at face value.
The Memory Entitlement Is the Real Gate
Here is the detail almost every writeup has left out, and it is the one that decides whether this works for you.
The project states that the Increased Memory Limit entitlement is needed for the best experience, and that without it crashes may occur, especially when using JIT.
That entitlement is what lets an iOS app ask for more RAM than the system normally hands a third-party app. Cemu is emulating a console with a lot of memory to account for, and it needs headroom. Without the entitlement, iOS kills the app when it reaches the ordinary ceiling.
This is why the App Store was never an option, and it compounds a problem we have written about before. An app that needs a debugger attached to itself will never pass review, and an app asking for expanded memory on top of that is further still from approval.
The JIT Problem, Again
We covered the mechanics of this in detail when Madeira brought Windows games to a stock iPhone, and the situation here is the same shape.
The very short version. An emulator gets its speed by translating console instructions into instructions your phone's chip can run, while the game is running. That needs memory that is both writable and executable, and iOS forbids that by design. The one documented exception is that iOS permits it when a debugger is attached, so iOS emulators attach a debugger to themselves. StikDebug is the tool that does this, and MeloCafe's release notes tell you to assign its Universal Script.
MeloCafe can run without JIT, using Cemu's interpreter. The developer's own March demos did exactly that, and described the result as extremely slow. So JIT-less is a fallback that proves the port works, not a way to play.
That StikDebug workaround has been getting harder rather than easier across recent iOS releases, and it moves often enough that we are not going to restate version specifics here. Check StikDebug's own documentation against your iOS version before you start, because anything written a month ago may already be wrong.
Then there is signing. MeloCafe is sideloaded with your own Apple ID through PlumeImpactor. A free Apple ID gives you a provisioning profile that expires in seven days, after which the app stops launching and you reinstall it. Loading it into SideStore lets you refresh it from the device instead of going back to a computer, which is the difference between an annoyance and a chore.
What We Do Not Know
We are going to be blunt about the gaps, because several writeups have filled them in with guesses.
There is no compatibility list. The project says it runs most Wii U games and homebrew in a playable state. It publishes no list of tested titles and no benchmarks.
There is no stated device requirement. No minimum iPhone, no minimum iOS version for the app itself. Given that the memory entitlement is the stated failure point, RAM headroom is the thing to watch, which in practice means newer and higher-tier phones will have an easier time. But the project does not say that, so neither will we.
Nobody has published independent testing. Everything above comes from the project's own documentation and its release data.
If you see an article quoting frame rates for specific games on a specific iPhone, check whether it names a source.
There Is a Second Project Already
A separate app called MuffinEMU is building on the same work. It keeps its own Cemu core but has pulled in MeloCafe's components, including the PowerPC interpreters, the AArch64 recompiler with iOS 26 dual-mapped JIT, and the Metal and Vulkan renderers. Metal is the default, with Vulkan available through MoltenVK.
That is worth knowing for two reasons. It means MeloCafe's cores are already being reused, which is how healthy open-source emulation tends to spread. And it means "the iOS Wii U emulator" is going to be more than one app fairly quickly, so the name in a headline may not be the app someone is actually running.
The Honest Recommendation
If you have an iPhone, a weekend, and an interest in tinkering, this is a genuinely exciting thing to try. It is the first time Wii U has been possible on the platform.
If you just want to play Wii U games, buy a PC handheld. Desktop Cemu on a Steam Deck OLED or anything stronger runs most of the library at full speed today, with no debugger, no weekly resigning and no entitlement to worry about. That has been the answer for a while and this release does not change it.
Our Wii U emulation guide covers the device hierarchy, and the Cemu setup guide gets you running on desktop or a Deck. As always, this is about playing games you own, dumped from your own console.
What It Changes for iPhone Emulation
For years the honest summary of iPhone emulation was that it stops below PS2 and GameCube, and that the reason was policy rather than power. That framing is still broadly right, but it needs a footnote now.
The App Store route, meaning apps like Delta, still stops where it always did. What has changed is that the sideload route has grown past it. Madeira put Windows games on a stock iPhone last week. MeloCafe put the Wii U on one this week. Both need the same fragile debugger trick, and both are early.
So the ceiling did not move. A second, much steeper staircase appeared next to it.
Frequently Asked Questions
Is MeloCafe the first Wii U emulator for iPhone?
As far as we can tell, yes. It is a port of Cemu to iOS and iPadOS, and we are not aware of a prior Wii U emulator on the platform. Its first public release, version 1.0, went out on 14 September 2026.
Can I get MeloCafe from the App Store?
No, and it is unlikely it ever could be. It relies on attaching a debugger to itself to enable JIT, which no App Store app is permitted to do, and it wants the Increased Memory Limit entitlement on top of that. You install it by sideloading.
Does MeloCafe need JIT?
Not strictly. It can run using Cemu's built-in interpreter, which is how the project's earliest demos worked. But the developer described that performance as extremely slow, so JIT is what makes it usable in practice. On iOS 26 that means StikDebug.
Which iPhone do I need?
The project does not state a minimum model or iOS version. What it does say is that the Increased Memory Limit entitlement is needed for the best experience and that crashes may occur without it, so memory headroom is the thing that matters most. Nobody has published tested device results yet.
Which Wii U games work?
Unknown in any specific sense. The project says it runs most Wii U games and homebrew in a playable state but publishes no compatibility list and no benchmarks. Treat any specific frame rate claim you see as unverified unless it names a source.
Is MeloCafe free and open source?
Yes. It is licensed under the Mozilla Public License 2.0, inherited from Cemu, with exceptions for some dependencies and source files.
What is MuffinEMU?
A separate iOS app that runs MeloCafe's Cemu components, including the PowerPC interpreters, the AArch64 recompiler and the Metal and Vulkan renderers, inside its own interface. It is a different app built on the same core work.
Should I use this instead of a handheld for Wii U?
No, not if your goal is playing games rather than tinkering. Desktop Cemu on a PC handheld like the Steam Deck runs most of the Wii U library at full speed with none of the sideloading, signing or entitlement friction. MeloCafe is a milestone, not yet a replacement.
Related Reading
- Wii U Emulation on Handhelds in 2026: What Actually Runs It
- Cemu Setup Guide: Wii U Emulation on Handhelds in 2026
- How to Emulate Retro Games on iPhone
- ULTRAKILL Runs on a Stock iPhone Now. Cyberpunk 2077 Does Not.
- 20 Best Wii U Games for Handheld Emulation
- FEX, Box64, Proton, DXVK: What Translation Layers Actually Do
Written 17 September 2026. MeloCafe is three days past its first release with no compatibility list and no published device requirements, so the practical picture will change quickly. Everything above comes from the project's own documentation and GitHub release data on that date.

