Wingetlywingetly
← All apps

Oculus Platform Utility

by Metav24.17.0

Last updated

The Oculus platform utility is a command-line tool that enables you upload builds to your release channels much faster than using the developer dashboard web interface, and it enables larger upload packages.

Install with winget

$ winget install --id Meta.OculusPlatformUtility --exact --version 24.17.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The Oculus platform utility is a command-line tool that enables you upload builds to your release channels much faster than using the developer dashboard web interface, and it enables larger upload packages. It also allows you to incorporate automated uploads into your existing build system. The Oculus platform utility uploads builds faster because it analyzes your build and only uploads the parts that have changed since your last upload.

Installers · v24.17.0

ArchitectureTypeScopeInstallDownload
x64Portable-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Oculus Platform Utility.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • P
    PyreflyMeta
    facebook.pyreflyv1.2.0

    A fast type checker and language server for Python

  • Z
    ZstandardMeta
    Meta.Zstandardv1.5.7

    Zstandard is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library.

  • M
    Meta Quest Remote DesktopFacebook
    Meta.QuestRemoteDesktopv104.0.1.108

    Pair your computer to your Meta Quest headset, streaming what is on your computer screen into VR.

  • OculusFacebook Technologies, LLC
    Meta.Oculusv1.115.0

    Download and install VR software to desktops or laptops. Plug your headset into your PC to configure external sensors and roomscale. Access and browse our top VR titles from your desktop, Meta Quest mobile app or while you're in virtual reality.

More from Meta or browse meta, oculus, quest.

Frequently asked questions

How do I install Oculus Platform Utility on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Meta.OculusPlatformUtility --exact --version 24.17.0. winget downloads the installer from Meta and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Oculus Platform Utility silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Meta.OculusPlatformUtility --exact 24.17.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Oculus Platform Utility via winget?
Run: winget uninstall --id Meta.OculusPlatformUtility --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Oculus Platform Utility's Apps & Features entry.
Is Oculus Platform Utility free?
Oculus Platform Utility is distributed under Proprietary. Refer to the publisher (https://developers.meta.com/horizon/resources/publish-reference-platform-command-line-utility/) for the full license terms - Wingetly itself does not charge for installation.
Does Oculus Platform Utility work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Oculus Platform Utility directly from the publisher.
How do I keep Oculus Platform Utility up to date?
Run winget upgrade --id Meta.OculusPlatformUtility --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Oculus Platform Utility from microsoft/winget-pkgs.