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-23 · System emulation
Affiliate disclosure: This guide contains affiliate links. As an Amazon Associate, we earn from qualifying purchases at no extra cost to you. Learn more.
The Fable series is a strange case for handheld gaming. Two of the games are sitting on Steam right now and need no emulation at all. One had a PC port that got delisted thirteen years ago and is effectively gone. And one, the game most people actually want, never came to PC in any form.
That last one is Fable 2, and it is the reason this guide exists in September 2026. A community recompilation shipped a build that the developer says is beatable from start to finish, which means for the first time you can play the whole series on a PC handheld without a console.
Here is the honest route for each game, and what actually goes wrong.
The Short Answer
| Game | Original platform | Route on a handheld | Verdict |
|---|---|---|---|
| Fable / The Lost Chapters | Xbox, PC | Native, on Steam | Just buy it |
| Fable Anniversary | Xbox 360, PC | Native, on Steam | Just buy it |
| Fable 2 | Xbox 360 only | Xenia Canary, or the new recompilation | The interesting one |
| Fable 3 | Xbox 360, PC | Xenia, the PC port is delisted | Awkward |
| Fable: The Journey | Xbox 360 Kinect | Nothing practical | Skip |
| Fable Heroes | Xbox 360 only | Nothing practical | Skip |
One quick disambiguation before we go further. There is a new Fable in 2026, a fresh game rather than a remaster. Nothing on this page is about that one.
Fable and Fable Anniversary
Start here because it is the easy part. Fable: The Lost Chapters and Fable Anniversary are both native PC releases available on Steam. There is no emulator, no ROM and no setup ritual. You buy them and they install.
Anniversary is the remake of the first game, so between the two you have the original covered twice over. On a Windows handheld they run like any other Steam game. On a Steam Deck they go through Proton like everything else on SteamOS.
Fable 2, the One That Never Came to PC
Fable 2 is an Xbox 360 exclusive and it stayed that way. There was no PC port, no remaster, no Steam release. The only official way a PC player has ever been able to touch it is streaming it through Xbox cloud gaming, which is not much use on a handheld with patchy wifi and is not really playing the game on your device.
So there are two real options, and they are very different from each other.
Route A: Xenia Canary
Xenia is the Xbox 360 emulator, and Fable 2 is one of the titles where the fork you pick matters. Mainline Xenia is not the right choice. Fable 2 is playable almost exclusively on Xenia Canary, which carries the game specific rendering hacks and patches that make it work.
Playable is doing some work in that sentence. Expect texture glitches and random crashes. The community read is that it is very much doable if you want it badly enough, not that it is a clean experience.
Xenia is also Windows only in practice, so this route means a Windows handheld. Our Xenia setup guide covers why Canary rather than mainline, which graphics backend to pick and how the patch system works, and best handhelds for Xbox 360 emulation covers what hardware you actually need.
Route B: Fable 2 Recomp
This is the new thing. Rather than emulating the 360, a recompilation translates the game's original PowerPC code into C++ ahead of time and compiles it into a normal Windows program. No emulator runs while you play. If the idea is new to you, our decomp vs recomp explainer covers how it differs from emulation.
Fable 2 Recomp is built on the ReXGlue SDK v0.10.0, the same toolchain behind the newer wave of Xbox 360 native ports. Guest code is statically recompiled at build time.
Release history. Four releases in under three weeks, which tells you it is being actively worked on.
| Version | Date | Notes |
|---|---|---|
| 1.0.0 | 6 September 2026 | First release, "completely beatable from start to finish" |
| 1.0.1 | 14 September 2026 | Added hash checking of your default.xex |
| 1.1.0 | 17 September 2026 | Configs and guild chests |
| 1.1.1 | 22 September 2026 | Antivirus false positive reduction, debug script |
That beatable claim is the developer's own, from the 1.0.0 release notes, and they were candid about the testing behind it. They played through as fast and minimally as possible and expect there are more crashes to patch out.
What you supply. Fable II Game of the Year Edition, USA or Europe. The project ships no game data. You need default.xex, the data/ folder which is around 6.5 GB, and nxeart/ staged next to the executable. Version 1.0.1 added hash verification of default.xex, so a wrong or modified file gets caught rather than failing somewhere deep in game code.
The build is portable. Saves, caches, logs and config all live beside the executable, so you can copy the whole folder anywhere and it keeps working. Configuration is plain TOML.
Graphics. D3D12 is the default and the one that works. A Vulkan path is in progress and has an open request against it. Frame rate is unlocked, which is the headline improvement over the 360's 30 FPS cap.
What Actually Goes Wrong
This is the part no coverage of the release included, and it is the part that decides whether you should bother yet. These are from the project's own issue tracker.
Frame rate is a real problem, and not in the direction you expect. There is an open issue reporting that the game must run at 90 FPS or it stutters badly. That is reported on desktop and on Steam Deck. A config setting meant to cap it at 30 reportedly did nothing.
Antivirus flags every release. Two separate issues cover this. Release 1.1.1 exists largely to reduce it, and the developer reports getting down to nine VirusTotal alerts with one listed as an actual problem, which they believe is also a false positive. Recompilation runtimes trip heuristic detection because of what they do, which is generate and execute translated code. We are not in a position to clear or condemn any binary, so treat this as a thing to know rather than advice either way.
Rendering bugs. The hero and the dog can render fully black, which the developer traced to an upstream ReXGlue render target issue rather than anything in this project. There are also reports of texture corruption, camera artifacts, periodic frame drops and severe screen tearing with no VSync option.
Other open items. A BaseHeap::AllocFixed reserve error, failure to detect Russian localised game files, and no support yet for the Collector's Edition DLC.
No Linux build. A Linux version has been requested and the issue is open with no ETA. Someone also asked about macOS. Right now it is Windows x64 only.
Three Repositories, One Name
If you go looking for this yourself you will find three projects with nearly identical names, and the star counts will send you to the wrong one.
Fable2Recomp/Fable2Recomp has 315 stars and zero releases. It is the older effort, created in March 2025, and its README describes hopes to port the game rather than a finished build. There is nothing to download.
himdo/Fable-2-Recomp has 157 stars and is the one with working releases. It was created at the end of August 2026 and shipped its first build a week later. This is the project the coverage is actually about, and the one with over three thousand downloads on version 1.1.0.
A third repository with a similar name appeared in mid September, after the second one shipped, and rapidly tagged eighteen releases in about eight days. We are not linking it and we would not suggest running its builds.
The general lesson holds across this whole scene. Stars measure how early a project announced itself, not whether it works. Check the releases page first.
On a Handheld
Fable 2 Recomp is a Windows x86-64 build using D3D12 by default, and that shapes everything.
Windows handhelds are the straightforward choice. A
or a Legion Go runs both the recompilation and Xenia Canary natively, with no compatibility layer in the way. If you want one device that handles every route on this page, that is it.Steam Deck is possible but unproven. With no Linux build, SteamOS means running the Windows executable through Proton with VKD3D-Proton handling D3D12, which our translation layers explainer covers. The 90 FPS stutter issue was reported on a
as well as desktop, and a Deck holding 90 FPS in a 360 era open world game is a lot to ask. We have not tested it and we are not going to guess at numbers.ARM and Android handhelds are out. The build is x86-64. Retroid, Anbernic and Android devices are ARM64, which is a different instruction set, and no setting bridges it. We cover the whole problem in can Android handhelds run recompiled games.
Fable 3 and the Games for Windows Live Problem
Fable 3 did get a PC port, and then Microsoft shut down Games for Windows Live. The game needed GFWL to run, so it was removed from Steam in December 2013 and never came back.
The result is that Fable 3 on PC is abandonware in practice. Physical copies and leftover digital keys get resold at genuinely silly prices. Microsoft's official answer is Game Pass and cloud streaming.
That leaves Xenia as the route most people take for Fable 3, with the same caveats as Fable 2. There is no recompilation of Fable 3.
One more option exists and it is not a good one yet. XeniOS, the Apple fork of Xenia, can run 360 games on an iPhone or iPad, and its public compatibility database has entries for both Fable Anniversary and Fable III. Both sit at "in game" with performance rated poor, so they start and then are not worth playing. Worth knowing the option is there, and worth not getting excited about it.
Fable: The Journey and Fable Heroes
Neither has a practical route and it is worth saying why rather than leaving them off.
Fable: The Journey is a Kinect game. Even if you get it running under an emulator, it wants a Kinect sensor and full body input. That is not a handheld experience under any interpretation.
Fable Heroes was an Xbox Live Arcade title, so there is no disc to work from in the usual way and it was delisted along with the rest of the XBLA catalogue. It is a four player couch game anyway.
Questions People Ask
Can you play Fable 2 on PC?
Yes, in two unofficial ways. Xenia Canary emulates it with texture glitches and occasional crashes, and a community recompilation called Fable 2 Recomp produces a native Windows build that the developer says is beatable from start to finish. There has never been an official PC release.
Is Fable 2 on Steam?
No. Fable 2 is the only mainline Fable game that never got a PC port. Fable: The Lost Chapters and Fable Anniversary are both on Steam, and Fable 3 was removed in December 2013.
Do I need the original game for Fable 2 Recomp?
Yes. It ships no game data. You supply default.xex, the roughly 6.5 GB data/ folder and nxeart/ from your own Fable II Game of the Year Edition copy, USA or Europe region. Version 1.0.1 added hash checking so a wrong file is caught up front.
Does Fable 2 Recomp work on Steam Deck?
There is no Linux build, so it would run through Proton. The project's own issue tracker has a report that the game stutters badly below 90 FPS on Steam Deck as well as desktop, which is a difficult target for that hardware. We have not tested it and the project does not claim Deck support.
Why does antivirus software flag Fable 2 Recomp?
Recompilation runtimes generate and execute translated code, which trips heuristic detection. The developer has been working the alerts down and says version 1.1.1 exists largely for that reason. We make no security judgement on any specific binary.
Which Fable 2 Recomp repository is the real one?
The one with working releases has 157 stars. The similarly named project with 315 stars has no releases at all and describes itself as hoping to port the game. Check the releases page rather than the star count.
Is Fable 3 playable on a handheld?
Through Xenia, with the usual caveats. The official PC port was delisted from Steam in December 2013 when Games for Windows Live shut down, and there is no recompilation of Fable 3.
Related Reading
- Xenia Setup Guide: How to Emulate Xbox 360 Games on a Handheld in 2026
- Best Handhelds for Xbox 360 Emulation
- Xbox 360 Recompiled Games List: Every Native Port So Far
- Xbox 360 Recompilation and ReXGlue Explained
- Decomp vs Recomp: How Old Games Become PC Ports
- 18 Best Xbox 360 Games for Handheld Emulation
- Every Spider-Man Recomp Project, and the Only One You Can Actually Play
- Can Android Handhelds Run Recompiled Games?
- Xbox 360 Emulation on iPhone: What XeniOS Actually Runs
Written 23 September 2026. Fable 2 Recomp details, the release table, file requirements and the known issues list come from the himdo/Fable-2-Recomp README, its GitHub releases API data and its public issue tracker, all retrieved 23 September 2026. Repository star and download counts are a snapshot. Steam availability, the Fable 3 delisting and Xenia compatibility come from store listings, press coverage and community compatibility reports on the same date. We have not played any Fable game on a handheld for this article and publish no frame rate figures of our own.

