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.
A fan-made Metal Gear Solid VR build for the Meta Quest 3 went public this week, and the reaction has been loud. People are calling it a port. Some are calling it a remake.
It is neither, and the actual answer is more interesting than both.
MGS VR Standalone is a PS1 emulator wearing a VR costume. The game running inside it is Metal Gear Solid, the 1998 PlayStation disc, unmodified. The project supplies the headset rendering and the motion controls. You supply the game.
That distinction changes almost everything about who can use this and what to expect from it.
The Short Version
- What it is: a standalone Quest 3 app that runs the original PS1 Metal Gear Solid in VR, with no PC involved
- What it is not: a remake, a remaster, or a port of the game's code
- Version: v0.1 beta, marked as a prerelease
- Released: 15 September 2026, the same day the repository was created
- Size: a single 194 MB APK
- Install: sideload through SideQuest or equivalent. It is not on the Quest store
- You must supply: the
.binand.cuefiles from both discs of your own copy - Languages: Spanish, English, French, German, Italian and Japanese, each needing that region's discs
- Source code: not published. The repository holds a README and nothing else
- License: none stated
- Cost: free
It Is an Emulator, and That Is the Whole Story
Here is the detail that tells you everything. To play it, you launch the app once so it creates its folders, then you copy the .bin and .cue files from Disc 1 and Disc 2 into the folder matching your language.
.bin and .cue are PlayStation disc images. Nothing that was rebuilt in a game engine would ask you for those.
So what is happening is that a PS1 emulator is running on the Quest 3's chip, and a VR layer sits on top of it, taking the game's output and presenting it to each eye while mapping the headset's controllers to the PlayStation pad. The game does not know it is in VR. It is running exactly as it ran in 1998.
The project does not say which emulator is doing that work, and we are not going to guess.
This is not a criticism. Wrapping an emulator in VR is a legitimate and genuinely clever way to get an old 3D game into a headset, and it is how most of these projects work. But it means the ceiling is set by the original game, not by the wrapper.
The Control Scheme Suggests Real Work
The README lists a full mapping rather than a generic gamepad passthrough, which is a good sign that somebody thought about this.
The left controller handles movement on the stick, plus the radio, the pause menu, and a toggle between VR and mixed reality. The right controller handles shooting, melee, the first-person view, crouching and weapon selection.
That is a deliberate layout. Putting first-person on its own button matters, because Metal Gear Solid's first-person mode was a static look-around toggle, not a way to play. In a headset that toggle becomes something different.
The Catch Nobody Is Mentioning
Back in April, a developer called VRified Games showed off a PS1 emulator doing much the same thing: stereoscopic 3D, first and third person modes, and 6DoF head tracking, using Metal Gear Solid as the demo. That project was PC only, with a Quest version listed as a maybe.
The interesting part was the problem they hit. Head tracking runs at 90fps. Metal Gear Solid runs at 30. When you move your head, the tracking wants to update three times for every frame the game produces, and the result was described as jerky.
That mismatch is not a bug anyone can patch out. It is what happens when you put a locked 30fps game inside a headset that updates at 90. Any project taking this approach inherits it.
We have not tested MGS VR Standalone, so we cannot tell you how bad it feels here. But if you are prone to motion sickness, go in expecting that this is the hard part, not the graphics.
What You Should Know Before Installing It
Two things, stated plainly and without accusation.
The source is not published. The repository contains a README and a 194 MB APK release. No code, no build instructions, no license. That means nobody outside the developer can see what is inside the file you are about to install, and the account is one day old at the time of writing.
The developer says they used AI tools and are not a professional developer. That is in the README, volunteered rather than discovered, which is more transparency than most projects offer.
Neither of those makes it malware. Plenty of good software starts as an anonymous binary. But a source-unavailable APK is a different risk profile from an open project you can compile yourself, and you should know which one you are choosing. Our guide to downloading emulators safely covers how to think about this generally.
The Legal Side
The project is explicit about it, and the wording is careful. It states that it is unofficial, that it is not affiliated with or endorsed by Konami, Kojima Productions or Meta, and that it does not include Metal Gear Solid, ROMs, disc images or any original game files.
That is the right posture, and it is the same posture the better fan projects take. You are expected to use files from a copy you own. We only ever cover playing games you legally own, and we do not point anyone at where to get anything else.
Whether Konami takes an interest is a separate question. Fan projects built on active IP have had a rough couple of years, and we covered the takedown wave that hit emulator projects when it happened. Nothing has been sent here as far as we know. That can change quickly.
Why This Matters to a Handheld Site
Fair question, since a Quest 3 is not a handheld.
It matters because the wall between headsets and handheld emulation just came down. Valve's Steam Frame launched on 14 September, one day before this project went public. It is a standalone headset running SteamOS, with Proton, FEX-Emu and an Android runtime built in. That is three separate routes to running emulators on a device you wear.
So a headset is now a thing that runs your library, and the projects figuring out what emulation looks like in VR are worth watching even if you never buy a Quest. MGS VR Standalone is an early, rough example of the category.
Should You Try It
If you own a Quest 3, own Metal Gear Solid on disc, and enjoy tinkering, it costs you nothing but an install and a dump.
If you are hoping for a polished Metal Gear Solid VR experience, wait. This is a v0.1 beta from a two-day-old project, the developer says so directly, and the head-tracking problem that comes with a 30fps source is unsolved in every project we have seen take this approach.
And if you were hoping it makes the game playable on your Retroid or your Anbernic, it does not. This is a Quest 3 APK and nothing else.
Frequently Asked Questions
Is MGS VR Standalone a remake of Metal Gear Solid?
No. It runs the original PS1 game through an emulator with a VR layer on top. You have to supply the .bin and .cue disc images from your own copy of the game, which is the clearest sign that nothing was rebuilt.
Do I need a PC to run it?
No. It is a standalone Quest 3 app, so the emulation runs on the headset's own chip. You do need a computer once, to sideload the APK and copy your disc images across.
What do I need to supply myself?
The .bin and .cue files from both discs of your own copy of Metal Gear Solid, placed in the language folder the app creates on first launch. The project ships no game files and does not link to any.
Is it on the Meta Quest store?
No. It is distributed as an APK on GitHub and installed by sideloading through SideQuest or a similar tool.
Does it work on Quest 2 or Quest 3S?
The project only names the Quest 3. Nothing in its documentation addresses other headsets either way, so treat anything else as untested.
Is the source code available?
No. At the time of writing the repository contains a README and a release APK, with no source, no build instructions and no license file. That is worth knowing before you install a 194 MB binary from a new account.
Will this make me motion sick?
Possibly, and the reason is structural. The game is locked to 30fps while headset tracking runs at 90, and a similar PS1 VR project described the resulting head tracking as jerky. We have not tested this one, so go in cautiously.
Can I play it on a retro handheld?
No. It is a Quest 3 APK. For Metal Gear Solid on a handheld you want a normal PS1 emulator, which our PS1 emulation guide covers.
Related Reading
- Can You Emulate Retro Games on the Steam Frame?
- How to Download Emulators Safely
- Best Handhelds for PS1 Emulation
- 18 Best Stealth Games for Handhelds
- Nintendo Switch Emulator Takedowns in 2026
- Emulation and the Law: Where Things Stand in 2026
Written 17 September 2026. MGS VR Standalone is two days old and marked as a prerelease beta, so the picture will change fast. Everything above is from the project's own README and its GitHub release data on that date. We have not run it on hardware.

