A hosted version of this documentation is available at https://quest-forensics.com/
This documentation provides an overview of the forensic analysis process for the Meta Quest 3. It covers the extraction of data from the device and the analysis of the extracted data.
It is intended for digital forensics professionals, law enforcement personnel, researchers, and anyone interested in the forensic analysis of the Meta Quest 3. The documentation assumes some technical knowledge but explains complex concepts clearly and concisely.
It was created as the deliverable for a Dissertation project titled Forensic Data Extraction and Analysis of Meta Quest Headsets. The project was completed in 2025 as part of a BSc in Applied Cyber Security.
This website is built using Docusaurus, a modern static website generator.
First download and install Node.JS and NPM from: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
$ npm install
$ npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ npm build
This command generates static content into the build directory and can be served using any static contents hosting service.