Sideloading VR Games and Apps
The Meta Quest Store and PICO Store curate their app offerings — not everything is available. Many excellent VR experiences exist outside the official stores:
- App Lab games (Quest) — experimental/indie games not on the main store
- Community ports — games ported by enthusiasts (Doom, Half-Life, Quake)
- Adult content — not permitted in official stores
- Emulators — RetroArch VR, Dolphin VR for retro gaming in VR
- Productivity tools — alternative browsers, file managers, utilities
- Beta/testing builds — developer previews before store release
- Region-restricted apps — available in some countries but not others
AnExplorer provides the on-headset file management needed to install these — find the APK, tap to install, done. No PC required for the installation step itself.
Prerequisites by Platform
Meta Quest (Quest 3, 3S, 2, Pro)
- Create a Meta developer account at developer.meta.com (free)
- Enable developer mode: Meta app on phone → Devices → your headset → Developer Mode → on
- Install AnExplorer: Sideload via ADB from PC first (one-time), OR use SideQuest to push AnExplorer, OR transfer APK from phone and install from Quest's built-in file manager
PICO (PICO 4, 4 Ultra)
- AnExplorer available on PICO Store — install directly (no sideloading needed for AnExplorer itself)
- Enable developer mode: Settings → General → Developer → enable
- Allow unknown sources: Settings → General → Developer → Install unknown apps → AnExplorer → allow
PICO is significantly easier than Quest for sideloading — fewer restrictions, direct store availability.
Getting APKs to Your Headset
From phone (WiFi Share — no PC needed)
- Download VR APK on your phone (from SideQuest, APKMirror, developer site)
- Phone: AnExplorer → WiFi Share → select APK file
- Headset: AnExplorer → WiFi Receive → accept
- APK arrives on headset → navigate to it → tap Install
From PC via USB
- Connect headset to PC via USB-C cable
- Accept "Allow USB debugging" on headset
- Copy APK to headset's Download folder
- Disconnect → open AnExplorer on headset → Download → tap APK → Install
From cloud storage
- AnExplorer on headset → Cloud → Google Drive / Dropbox
- Navigate to uploaded APK → download to headset
- Navigate to downloaded file → Install
Handling Large VR Games (XAPK/APKS)
VR games are large (2-20 GB). They're often distributed as split packages:
- .xapk — APK + OBB data combined (APKPure format)
- .apks — multiple APK splits (APKMirror format)
AnExplorer handles both automatically:
- Tap the .xapk or .apks file
- AnExplorer extracts APK component → installs it
- Places OBB data in the correct directory (
Android/obb/[package]/) - Game launches with all assets in place
Without AnExplorer, you'd need to:
- Extract the archive manually
- Install base APK via ADB
- Copy OBB folder to the correct path via ADB push
- Much more complex and requires PC
Managing Sideloaded VR Apps
Checking installed sideloads
- Quest: App Library → top-right dropdown → Unknown Sources
- PICO: App list → Unknown Sources section
- Or: AnExplorer → browse
/data/app/(requires developer access)
Updating sideloaded apps
Sideloaded apps don't auto-update. When a new version is released:
- Download the new APK
- Transfer to headset
- Install over the existing version (data preserved, app updated)
- Or uninstall first if you get signature conflicts
Freeing space from old sideloads
VR games are huge. Uninstall games you no longer play:
- Settings → Applications → app name → Uninstall
- Or: AnExplorer can identify large app data in Android/obb
- Deleting OBB data frees space but the app needs to re-download it
Storage Impact of Sideloaded VR Games
| Game type | Typical size | Example |
|---|---|---|
| Small indie game | 100-500 MB | Side-loaded utilities |
| Medium game | 1-5 GB | App Lab games, ports |
| Large game | 5-15 GB | Full VR experiences |
| Very large game | 15-25 GB | AAA ports (GTA, RE4) |
On a 128 GB Quest 3 (~100 GB usable), you can fit 5-10 large sideloaded games alongside store purchases. AnExplorer helps manage this limited space — identify largest apps, delete unused ones.
Security Considerations
- Only install from trusted sources — SideQuest verifies apps; random sites may not
- Check permissions — review what the APK requests before installing
- Meta's tracking: Meta can see sideloaded apps (they appear in your library)
- No malware scanning — unlike store apps, sideloads aren't scanned by Meta/PICO
- Dev mode implications: Enabling developer mode on Quest shows a warning about data access — understand the implications
Related Guides
- APK Installer Feature — full APK capabilities
- File Manager for Meta Quest — Quest file management
- File Manager for PICO XR — PICO file management
- Install APK on VR Headset — comprehensive sideloading guide
