NVIDIA Omniverse
Last reviewed
May 24, 2026
Sources
No citations yet
Review status
Needs citations
Revision
v5 · 6,679 words
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation.
Last reviewed
May 24, 2026
Sources
No citations yet
Review status
Needs citations
Revision
v5 · 6,679 words
Add missing citations, update stale details, or suggest a clearer explanation.
NVIDIA Omniverse is a scalable, multi-GPU real-time 3D graphics collaboration and simulation platform developed by NVIDIA.[1] It is a modular development platform of SDKs, APIs, and microservices for building 3D applications and services powered by Universal Scene Description (OpenUSD) and NVIDIA RTX rendering technologies.[2] The platform enables designers, artists, and engineers to work together in a shared virtual space to create and simulate complex 3D scenes and worlds in real time, with high fidelity and physical accuracy.[3]
Initially positioned as a foundational tool for building the metaverse, Omniverse has since pivoted to focus on high-value enterprise and industrial applications, such as creating digital twins of factories and data centers, generating synthetic data for AI training, and simulating robotics and autonomous systems.[4] Since 2024 NVIDIA has rebranded Omniverse as an "operating system for physical ai," combining the platform with the nvidia cosmos world foundation models, the isaac gr00t humanoid robot foundation model, and an expanding library of Omniverse Blueprints to give industrial customers a unified stack for simulating robots, factories, and AI data centers.[5][6]
NVIDIA first unveiled Omniverse on March 18, 2019, at the GPU Technology Conference (GTC) 2019 in San Jose, California. CEO Jensen Huang introduced the platform as an "open collaboration platform" for real-time graphics and studio workflows, demonstrating live collaboration between Autodesk Maya, Adobe Substance 3D Painter, and Unreal Engine.[7]
Following the announcement, NVIDIA conducted an 18-month "lighthouse program" of closed testing with over 40 companies including Industrial Light & Magic, Ericsson, and Foster + Partners. On May 14, 2020, NVIDIA launched an early access program targeting the architecture, engineering, and construction (AEC) market, showcasing connections to Autodesk Revit, McNeel Rhino, and Trimble SketchUp.[8]
NVIDIA officially announced Omniverse's open beta phase on October 5, 2020, at its GPU Technology Conference.[3] The open beta became publicly available for download in December 2020, including the first Omniverse applications such as Omniverse View for visualization and Omniverse Create for scene composition. NVIDIA also announced that additional applications, such as Omniverse Audio2Face and Omniverse Machinima, would be released in early 2021.[9]
NVIDIA announced Omniverse Enterprise on April 12, 2021, at GTC 2021. By this time, nearly 17,000 users had downloaded the open beta.[10] Early enterprise adopters included BMW Group, which became the first car manufacturer to create a digital twin of an entire factory, along with Foster + Partners, WPP, Ericsson, and Activision.
In August 2021, at the SIGGRAPH conference, NVIDIA announced an expansion of Omniverse's capabilities and ecosystem, including new integrations with Blender and Adobe Substance 3D.[11] By that time, over 50,000 individual creators had downloaded the Omniverse open beta, and professionals at more than 500 companies were actively evaluating the platform.
On November 9, 2021, NVIDIA launched Omniverse Enterprise, a paid subscription version of the platform aimed at businesses and professional teams, with pricing starting at $9,000 per year for subscription packages.[12]
In January 2022, at CES, NVIDIA announced that Omniverse was moving out of beta and would be available for free to millions of individual creators with compatible GeForce RTX and NVIDIA RTX GPUs.[13] By early 2022, the Omniverse user base had grown to over 100,000 creators.
At GTC March 2022, NVIDIA introduced the OVX computing system, a data-center-scale design for running large-scale Omniverse digital twins, with a server template based on dual CPUs and eight NVIDIA A40 GPUs, scalable into OVX SuperPODs of 32 servers connected by NVIDIA Spectrum-3 switch fabric.[14] A second generation introduced at Computex 2022 added the L40 GPU on the Ada Lovelace architecture, and a third generation expanded networking via ConnectX-7 SmartNICs and BlueField-3 data processing units.[15]
While the underlying technology remained consistent, Omniverse's messaging shifted decisively away from the general-purpose "metaverse" towards concrete, high-value industrial applications. This shift focused on "physical AI," "industrial digitalization," and the concept of "AI factories."[4]
In mid-2022, NVIDIA and Siemens announced a partnership to connect Omniverse with the Siemens Xcelerator portfolio for industrial automation, enabling live digital twins of industrial facilities.[16]
On August 1, 2023, Pixar, Adobe, Apple, Autodesk, and NVIDIA jointly formed the Alliance for OpenUSD (AOUSD), hosted by the Joint Development Foundation, to promote the standardization and development of USD technology for 3D ecosystems.[17] Additional members later joined, including Cesium, Epic Games, Foundry, hexagon, IKEA, SideFX, and Unity, and the alliance opened a liaison with the Khronos Group to align OpenUSD with glTF.[18]
At CES 2024 NVIDIA introduced production microservices for the Avatar Cloud Engine (ACE), which lets developers wire together Audio2Face, Riva speech models, and NeMo language models inside Omniverse to drive interactive digital humans.[19] At GTC 2024 in March, NVIDIA opened Omniverse Cloud APIs and demonstrated streaming a fully interactive vehicle digital twin into the Apple Vision Pro headset through NVIDIA's Graphics Delivery Network, signalling closer alignment with Apple's spatial computing platform.[20]
The NVIDIA Omniverse Launcher was officially deprecated on October 1, 2025, transitioning the platform to direct distribution of components via GitHub, the NGC catalog, vendor web pages, and the NVIDIA Documentation Hub. The Launcher application continues to run after deprecation, but installers and the Exchange are no longer available, and the Nucleus Workstation package can no longer be reinstalled.[21]
NVIDIA Omniverse is a multi-layered platform built on several core technologies that enable its collaborative and simulation capabilities. Its architecture is modular, allowing developers to use its components to build custom tools and workflows.
The entire Omniverse platform is built on Universal Scene Description (OpenUSD), an open and extensible framework for describing, composing, simulating, and collaborating within 3D worlds.[1] OpenUSD is more than a file format; it is a scene description system with a rich set of data structures and APIs.[22]
OpenUSD organizes 3D data into a hierarchical namespace of primitives known as prims, which are the fundamental building blocks of a scene. The framework's power lies in its system of non-destructive editing through layers. Different artists or processes can work on separate layers, which are then combined through a set of rules called Composition Arcs (such as sublayers, references, and variants). The final, resolved view of all these combined layers is called a stage.[22]
A feature of OpenUSD is its extensibility via custom schemas, which let developers define new data types and properties, extending the framework to represent domain-specific information beyond standard geometry and materials. NVIDIA has been a major contributor to this ecosystem, developing schemas for physics (in collaboration with Pixar and Apple), geospatial coordinates, and international character support.[23]
At the heart of Omniverse's collaborative capabilities is Omniverse Nucleus, which functions as the platform's database and real-time collaboration engine.[24] Nucleus manages the storage and exchange of USD assets and scenes, enabling the platform's signature live-sync feature, known as OmniLive.[24]
Nucleus operates on a publish-subscribe model. When a user makes a change to a USD scene in a connected application, that application "publishes" the modification to the Nucleus server. Nucleus then transmits this change to all other "subscribed" applications and users who are viewing the same scene, ensuring that everyone sees the updates in real-time.[24]
Architecturally, Nucleus is composed of a set of services, including:
Nucleus Core, the central service for storing and retrieving file data
Discovery Service, which allows other services and clients to find and connect to Nucleus
Authentication and User Management, which handles user access, permissions using Access Control Lists (ACLs), and supports SSO
Version Control, which automatically versions files through a system of "checkpoints," preserving change history
Nucleus Navigator, a web-based interface for browsing and managing assets stored in Nucleus
Omniverse leverages NVIDIA's real-time graphics work with the NVIDIA Omniverse RTX Renderer, a scalable, physically-based renderer built specifically for NVIDIA RTX GPUs.[25] The renderer offers two primary, path-tracing-based modes:
RTX Real-Time 2.0: physically-based path tracing combined with AI-powered DLSS upscaling, enabling real-time frame rates
RTX Interactive (Path Tracing): a mode designed for maximum visual accuracy, more closely simulating the real-world behavior of light, materials, and optics
The RTX Renderer supports multi-GPU configurations for near-linear performance scaling, streaming of large-scale geometry and textures to manage memory usage, and physically-based materials defined using Material Definition Language (MDL) or the USD Preview Surface standard.[25]
A core capability of Omniverse is high-fidelity, physically accurate simulation, powered by a suite of integrated NVIDIA physics engines:[26]
PhysX 5, the primary multi-physics engine within Omniverse, providing rigid and soft body dynamics, vehicle physics, cloth simulation, and character control
NVIDIA Flow, a sparse voxel fluid simulation library optimized for real-time performance, used to create realistic fire, smoke, and combustible fluid effects
NVIDIA Blast, a destruction and fracture library used for creating destructible assets and environments
In 2025 NVIDIA, google deepmind, and Disney Research announced Newton, an open-source, GPU-accelerated physics engine for robotics, built on NVIDIA Warp and OpenUSD and managed by the Linux Foundation starting September 29, 2025. Newton is purpose-built for contact-rich tasks such as walking on rough terrain or manipulating delicate objects, and ships as a beta inside NVIDIA Isaac Lab while also interoperating with the MuJoCo Playground learning framework.[27][28]
The tight integration of these simulation engines is fundamental to Omniverse's role in physical AI development, enabling the generation of large amounts of high-quality, perfectly labeled synthetic data for training AI models.[26]
Omniverse is an extensible development platform, with the Omniverse Kit SDK serving as its foundational framework.[29] This SDK allows developers to build their own Omniverse-native applications, extensions, and microservices using Python and C++. All of NVIDIA's own Omniverse applications are built as collections of extensions running on the Kit SDK.[29]
Recent Kit SDK milestones include version 106.0 (July 2024), which dramatically reduced extension dependencies and shipped the lightweight Kit Base Editor; version 106.5 (December 2024), which added USDz export from the File menu and updated the Kit App Template flow; and version 107.0 (March 2025), which brought Fabric Scene Delegate support for omni.replicator.core, UTF-8 prim renaming, a dedicated NVCF Streaming configuration for Omniverse Cloud, and a C++ with Python Bindings extension template.[30]
| API | Function |
|---|---|
| USD Search API | For locating and organizing 3D data across projects |
| USD Code API | For scripting and automating USD content creation and pipeline tasks |
| Kit App Streaming API | For streaming interactive, GPU-accelerated Omniverse applications to web browsers |
| Omniverse Cloud Sensor RTX | For rendering camera, lidar, and radar sensor data at scale for autonomous machines[31] |
NVIDIA provides several reference applications built on the Omniverse Kit SDK, each tailored for specific workflows:
Omniverse USD Composer (formerly Omniverse Create), the primary application for world-building, scene assembly, and lighting. It serves as a central hub where users can aggregate USD assets from various sources and compose complex scenes.[9]
Omniverse USD Explorer (formerly Omniverse View), a lightweight application designed for non-technical users to visualize, review, and collaborate on 3D projects. It includes specialized viewing modes for VR and AR devices.[9]
Omniverse Machinima, an application for creating animated films and cinematic sequences, providing tools for manipulating characters, cameras, and environments to produce animated content.[32]
Omniverse Audio2Face, an AI-powered application that generates realistic facial animation from an audio file. The underlying neural network analyzes the audio input's acoustic features (phonemes and intonation) to generate accurate lip-sync and corresponding emotional expressions. On September 24, 2025 NVIDIA released the Audio2Face models, SDK, training framework, and Maya and Unreal Engine 5 plug-ins under an MIT open-source license, with regression (v2.2) and diffusion (v3.0) lip-sync models plus Audio2Emotion v2.2 and v3.0 models.[33]
nvidia isaac sim, an Omniverse-based application for robotics simulation, providing a virtual laboratory to develop and test robots using realistic physics and sensors. Built on Omniverse, it benefits from photorealistic rendering and accurate physics to model how robots perceive and interact with the environment.[34]
NVIDIA Drive Sim, an automotive simulator built on Omniverse for developing and testing autonomous vehicle systems. Drive Sim creates virtual environments including roads, traffic scenarios, weather conditions, and sensor models, enabling car makers and researchers to validate self-driving algorithms safely in simulation.[35]
A strength of the Omniverse ecosystem is its interoperability with industry-standard Digital Content Creation (DCC) tools through Omniverse Connectors, plugins that enable a live, bidirectional link between third-party applications and the Omniverse Nucleus server.[36] At GTC 2024 NVIDIA reported that connections through the extended Omniverse ecosystem had grown roughly 10x in one year, reaching 82 connections.[37]
| Category | Applications | Developer |
|---|---|---|
| 3D Modeling/Animation | Autodesk 3ds Max, Autodesk Maya, Blender, SideFX Houdini | Autodesk, Blender Foundation, SideFX |
| CAD | Autodesk Alias, Autodesk Revit, PTC Creo, Rhino, SketchUp | Autodesk, PTC, McNeel, Trimble |
| Game Engines | Unreal Engine, Unity | Epic Games, Unity Technologies |
| Industrial Software | Siemens Teamcenter, NX, Process Simulate | Siemens |
| Geospatial | Cesium, Esri ArcGIS CityEngine | Cesium, Esri |
Omniverse is being applied across many industries that work with 3D content:
This is the platform's primary and most impactful application. Companies use Omniverse to build and operate physically accurate, real-time virtual replicas of their physical assets and environments.[2]
BMW Group has deployed Omniverse across 31 factories, achieving:
30% increase in efficiency from optimized planning processes
Digital twins spanning over 1 million square meters
Virtual factory design and testing two years before physical construction, saving significant time and resources[38]
Jensen Huang participated in a virtual factory opening with BMW at a GTC keynote, with the Debrecen, Hungary plant achieving "virtual start of production" more than two years before its scheduled 2025 opening, where it produces the Neue Klasse all-electric models at a planned rate of about 150,000 cars per year. BMW Group's FactoryExplorer application, built on the Omniverse Kit SDK and OpenUSD, allows planners to collaborate in real time and is projected to deliver 30% savings from optimized factory planning and reduce change orders.[38][39]
Amazon uses Omniverse to create AI-enabled digital twins of its fulfillment centers, simulating warehouse design and material flow and training its fleet of over 500,000 mobile robots using high-quality synthetic data.[40]
foxconn uses physically accurate digital twins integrating Omniverse libraries and OpenUSD to design, deploy, and manage complex production facilities, including those producing NVIDIA GB200 Grace Blackwell Superchip systems. Foxconn's FODT platform uses standardized USD assets so that production lines can be migrated and duplicated between global sites, accelerating factory bring-up.[41]
Mercedes-Benz is using Omniverse for its "Digital First" production strategy, with the Kecskemét plant in Hungary becoming the first to receive a full factory digital twin. Mercedes-Benz reports reducing supplier coordination processes by 50% and doubling the speed of converting or constructing an assembly hall while using Omniverse Blueprints to simulate apptronik Apollo humanoid robots for vehicle assembly tasks.[42][43]
Foster + Partners implemented Omniverse Enterprise for real-time collaboration across 14 countries and 17 offices, achieving seamless data exchange between design and visualization software and significantly reduced model processing times.[44]
Firms such as Woods Bagot explored hybrid cloud workflows with Omniverse to allow globally distributed team members to collaborate on very large building models. The shared USD format helps maintain a single source of truth for projects.[45]
Ericsson collaborated with NVIDIA to use Omniverse for simulating 5G radio signal propagation in urban settings. By importing 3D city models into Omniverse and using the platform's physics and ray tracing, engineers can visualize how radio waves from proposed cell towers would bounce off structures or be obstructed, allowing them to find optimal sites for antennas and predict coverage and signal quality.[46]
Omniverse is the foundation for NVIDIA's robotics simulation platforms, including nvidia isaac sim and Isaac Lab. These tools allow robotics engineers to train, test, and validate robots in realistic, physics-based virtual environments. Companies working on autonomous mobile robots, drones, and warehouse automation use Omniverse to test their systems safely in simulation, iterating faster than would be possible using physical prototypes alone.[34]
In film and animation, Omniverse is used to streamline visual effects and animation workflows. Industrial Light & Magic (ILM) has tested Omniverse to connect its internal and external pipelines, allowing artists at different locations using different tools to collaborate on the same scene in real time. ILM reported that Omniverse's real-time RTX rendering could allow them to render final-quality VFX shots interactively.[47]
In collaboration with Lockheed Martin, NVIDIA used Omniverse Nucleus to build an AI-driven Earth Observations Digital Twin for the National Oceanic and Atmospheric Administration. The twin ingests current satellite and ground-based observations through Lockheed Martin's OpenRosetta3D platform, converts the data into USD, and renders it through the Agatha visualization environment, with sea surface temperature as the first variable to be integrated.[48]
The 2025-2026 period was decisive for NVIDIA's repositioning of Omniverse as the operating system for physical AI, with announcements concentrated around CES 2025, GTC 2025, Computex 2025, and GTC 2026.
On January 6, 2025, at CES, nvidia cosmos was announced as a platform of generative world foundation models (WFMs), advanced tokenizers, guardrails, and a video curation pipeline aimed at physical AI development.[49] The accompanying research paper, "Cosmos World Foundation Model Platform for Physical AI," was posted to arXiv on January 7, 2025 (arXiv:2501.03575). The paper describes a dataset of 20 million hours of video (approximately 2.5 billion clips, around 45 PB in raw form, equivalent to roughly 9 quadrillion tokens) and a tokenizer that achieves spatial compression rates of 8x or 16x and temporal compression of 4x or 8x, for a total compression factor up to 2048x while running up to 12x faster than competing state-of-the-art tokenizers.[50] The initial Cosmos family included an autoregressive 5B-parameter model and a 7B-parameter diffusion model, released under an open model license through Hugging Face, the NVIDIA NGC catalog, and the NVIDIA API catalog, with early adopters including 1X, Agile Robots, Agility Robotics, Figure AI, Foretellix, Uber, Waabi, and XPENG.[49]
Cosmos expanded across 2025 into three product lines:
Cosmos Predict, which generates physics-aware video futures of a scene given text, image, video, or motion inputs. Cosmos Predict 2.5, released on October 6, 2025, unified the earlier Text2World, Image2World, and Video2World models into a single architecture capable of generating up to 30-second sequences and delivering up to 10x higher accuracy after post-training on proprietary data.[51]
Cosmos Transfer, a world-to-world transfer model that bridges simulated and real-world data. Cosmos Transfer 2.5 (October 2025) is a multi-ControlNet that accepts structured inputs across modalities including RGB, depth, and segmentation, enabling photorealistic simulation under diverse environments and lighting.[51]
Cosmos Reason, an open reasoning vision language model for embodied decision-making. The first version, Cosmos Reason 1, was unveiled at GTC 2025. Cosmos Reason 2, released in December 2025 with 2B and 8B parameter checkpoints on Hugging Face, topped the Physical Reasoning leaderboard and added long chain-of-thought reasoning for spatiotemporal understanding, object localization, and motion prediction.[52][53]
On March 18, 2025, at GTC 2025, NVIDIA announced isaac gr00t N1, billed as the world's first open, fully customizable foundation model for generalized humanoid reasoning and skills.[54] GR00T N1 follows a dual-system architecture inspired by human cognition: a "System 2" vision-language module interprets the environment and plans actions, and a "System 1" diffusion-transformer policy generates fluid motor actions in real time, with the two modules jointly trained end-to-end.[55] The model was trained on a mixture of real-robot trajectories, internet-scale human videos, and synthetic data, with 780,000 synthetic trajectories (the equivalent of roughly 6,500 hours of human demonstrations) generated in 11 hours using the NVIDIA Isaac GR00T Blueprint; combining synthetic and real data improved performance by about 40% over real-data-only training.[54]
GR00T N1.5, released on June 11, 2025, was the first update, employing an NVIDIA Eagle vision-language model (2.1B parameters) frozen during pretraining and finetuning, a simplified adapter MLP with layer normalization, and a FLARE (Future LAtent Representation Alignment) loss alongside flow matching. The model was trained for 250,000 steps on 1,024 H100 GPUs with a global batch size of 16,384. Reported gains include a jump from 52.8% to 93.2% on the Language Table benchmark, 46.6% to 93.3% on Real GR-1 language-following, and 44.0% to 98.8% on the Unitree G1 task suite.[56] GR00T N1.6, announced in late 2025 and posted to Hugging Face, integrates Cosmos Reason as the "deep-thinking brain" that turns vague instructions into step-by-step plans grounded in physics and common sense.[57]
Early access partners for GR00T include 1X Technologies, Agility Robotics, boston dynamics, Mentee Robotics, and NEURA Robotics. NVIDIA's Project GR00T integration is also being used with the apptronik Apollo humanoid, which Mercedes-Benz is piloting for parts handling on automotive assembly lines.[54][43]
Also announced at CES 2025, the Mega Omniverse Blueprint provides a framework for testing multi-robot fleets at scale in industrial digital twins.[58] Mega uses the Omniverse Cloud Sensor RTX APIs to render camera, lidar, and other sensor data for every robot in the facility simultaneously, then drives a world simulator that coordinates the robots and exchanges synthetic data with nvidia isaac sim and Isaac ROS in a software-in-the-loop pipeline.[58] KION Group was the first adopter, working with Accenture to optimize warehouse operations for retail, consumer packaged goods, and parcel services. KION CEO Rob Smith described the project as reinventing warehouse automation by combining NVIDIA's AI leadership with Accenture's digital integration capabilities, while Accenture integrated Mega into its AI Refinery for Simulation and Robotics.[58]
The Omniverse Blueprint catalog expanded throughout 2025 to include:
Mega, for multi-robot fleet testing
AI Factory Digital Twins, for data center design and simulation
Isaac GR00T Blueprint, for synthetic manipulation motion generation
Video Search and Summarization, powered by NVIDIA Metropolis, for AI agents that monitor facility activity[6]
At GTC 2026 on March 16, 2026, NVIDIA released the Vera Rubin DSX AI Factory reference design alongside the general availability of the Omniverse DSX Blueprint for designing and operating large-scale AI factories.[59] The reference design covers a full stack of compute, networking, and storage for NVIDIA's next-generation Vera Rubin CPU-GPU racks together with software libraries DSX Max-Q (optimizing performance within power limits), DSX Flex (grid services), DSX Exchange (system signals), and DSX Sim (digital-twin validation). The Omniverse DSX Blueprint, available on build.nvidia.com, allows operators to model entire AI factories virtually, simulating power distribution, thermal behavior, networking, and operational policies before construction begins.[59] Industry partners contributing to the design include Cadence, Dassault Systèmes, Eaton, Jacobs, NScale, Phaidra, Procore Technologies, PTC, Schneider Electric, Siemens, Switch, Trane Technologies, and Vertiv, with energy partners Emerald AI, GE Vernova, Hitachi, and Siemens Energy.[59]
At GTC 2025 NVIDIA framed Omniverse as the "physical AI operating system" and announced wide-ranging industry expansion. Software and service providers Accenture, Ansys, Cadence, Databricks, Dematic, hexagon, Omron, SAP, Schneider Electric (with ETAP), and Siemens are integrating Omniverse data interoperability and visualization into their solutions. New manufacturing adopters announced at GTC 2025 included foxconn, General Motors, Hyundai Motor Group, KION Group, Mercedes-Benz, Pegatron, Schaeffler, and Unilever.[6] Rev Lebaredian, NVIDIA's vice president for Omniverse and simulation technology, described the platform as "an operating system that connects the world's physical data to the realm of physical AI."[6]
Specific GTC 2025 collaborations included Schaeffler and Accenture using Mega to test apptronik Apollo humanoids for material handling, Hyundai Motor Group simulating boston dynamics Atlas robots on assembly lines, Mercedes-Benz optimizing assembly with Apollo, Foxconn testing humanoids and manipulators for next-generation factories producing Blackwell systems, and Pegatron developing video analytics agents for factory operations.[6] Toyota uses idealworks' iw.sim, which incorporates tools from the Mega Omniverse Blueprint, to build a digital twin of its Georgetown, Kentucky plant. Caterpillar and Lucid Motors are also among GTC 2025 announced adopters.[60]
On June 11, 2025, at NVIDIA GTC Paris during VivaTech, siemens and NVIDIA expanded their partnership, integrating Omniverse libraries into Siemens Xcelerator and optimizing the Siemens Industrial Copilot for Operations to run on NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs on premises. The companies reported that the Copilot, paired with NeMo microservices and AI Blueprints for video search and summarization, cuts reactive maintenance time by 30%. The expanded partnership also covers the Teamcenter Digital Reality Viewer, which brings real-time ray tracing to product lifecycle management visualization, and includes HD Hyundai cutting hydrogen and ammonia vessel design iterations from days to hours and BMW achieving a reported 30x speedup for aerodynamics simulations using Simcenter Star-CCM+ on Blackwell GPUs.[61]
In August 2025 Ansys signed an agreement with NVIDIA to license, sell, and support Omniverse technology embedded inside Ansys simulation tools, beginning with CFD and autonomous solutions, with the aim of accelerating digital twin and physical AI workflows.[62] Synopsys completed its acquisition of Ansys in July 2025, so the agreement now sits within the Synopsys organization.[62]
At Computex 2025 NVIDIA announced nvidia isaac sim 5.0 and Isaac Lab 2.2 as fully open and customizable releases under an Apache 2.0 license, available on GitHub with Q2 2025 availability. Isaac Sim 5.0 added neural reconstruction and rendering, advanced synthetic data generation pipelines including MobilityGen for mobile robots, quadrupeds, and humanoids, new robot models, and improved sensor simulation with an OmniSensor USD schema. Isaac Lab 2.2 added benchmarking scripts for GR00T N1 models, synthetic motion data generation with GR00T-Mimic, and improved suction-cup gripper modeling.[63][64] In September 2025 NVIDIA published the Isaac Lab research paper "Isaac Lab: A GPU-Accelerated Simulation Framework for Multi-Modal Robot Learning," detailing batched rendering, actuator and domain randomization managers, and demonstration-collection pipelines.[65]
At GTC Washington, D.C. in October 2025, NVIDIA highlighted U.S. manufacturing and robotics leaders, including Belden, apptronik, Amazon Robotics, boston dynamics, Caterpillar, Figure, foxconn, Lucid Motors, Skild AI, Toyota, TSMC, and Wistron, building Omniverse factory digital twins as part of an "America's reindustrialization with physical AI" initiative.[60] At the same event NVIDIA introduced the OpenUSD Asset Structure Pipeline for Robotics with Disney Research and Intrinsic (an Alphabet company), providing a common language across robotics data sources.[60]
At GTC 2026 NVIDIA expanded its industrial ISV collaboration with Cadence, Dassault Systèmes, PTC, Siemens, and Synopsys to bring NVIDIA CUDA-X, Omniverse, and GPU-accelerated tools to manufacturing customers including FANUC, HD Hyundai, Honda, JLR, KION, Mercedes-Benz, MediaTek, PepsiCo, Samsung, SK hynix, and TSMC.[66] Industrial robot makers FANUC, ABB Robotics, YASKAWA, and KUKA announced they would integrate Omniverse libraries and Isaac Sim into their virtual commissioning workflows for robot applications and production validation.[66] In a stage demonstration, Disney Research showed Olaf from "Frozen" as a physical robot trained entirely in NVIDIA Omniverse using the Newton physics solver, walking onstage and holding a conversation with Huang.[66] In his keynote Huang stated that AI infrastructure orders for Blackwell and Vera Rubin systems through 2027 would reach roughly $1 trillion, underscoring the scale at which Omniverse-based digital twins are being applied to data-center construction.[67]
Assessing NVIDIA Omniverse's competitive position requires understanding that it is not designed to replace traditional 3D modeling software and game engines but rather to act as a foundational platform that unifies them.[68]
User sentiment data from platforms like G2 often shows that established tools such as Blender, Unity, and Autodesk Maya are rated more favorably on metrics like "meeting requirements" and "usability."[68] This reflects the fact that these applications are highly specialized and mature tools for specific tasks like modeling, animation, or game development.
| Competitor | Better at Meeting Requirements | More Usable | Better Support |
|---|---|---|---|
| Unity | |||
| Blender | |||
| Unreal Engine | |||
| Maya |
The more accurate view of Omniverse's competitive landscape places it in an emerging category of platforms for industrial simulation and collaboration. Its core value proposition is not in feature-for-feature parity with any single DCC tool, but in its ability to provide:
Data interoperability, through its native implementation of OpenUSD
Real-time collaboration, enabled by the Nucleus database engine
High-fidelity, physically accurate simulation, powered by the RTX renderer, the PhysX suite, and Newton
Omniverse's primary strength lies in its full-stack integration, combining the open standard of USD with NVIDIA's proprietary hardware (RTX GPUs, OVX systems, DGX systems) and AI software, creating a cohesive platform for industrial digitalization.
| Component | Minimum | Recommended | Advanced/Professional |
|---|---|---|---|
| GPU | RTX-enabled GPU 10GB VRAM | RTX-enabled GPU 24GB VRAM | Multiple RTX GPUs 48GB VRAM each |
| CPU | 8 cores @ 3.5 GHz | 12 cores @ 4.0 GHz | 16+ cores @ 4.5+ GHz |
| RAM | 16 GB | 32 GB | 64 GB |
| Storage | 50 GB to 1 TB SSD (varies by application) | 1 TB NVMe SSD | 4+ TB NVMe SSD |
| Operating System | Windows 10/11, Ubuntu 20.04/22.04/24.04 | Windows 11, Ubuntu 24.04 | Windows 11 Pro, Ubuntu 24.04 LTS |
Supported GPU architectures include:
Turing (Compute Capability 7.5)
Ampere RTX (8.6)
Ada Lovelace (8.9)
nvidia blackwell (12.0)
The platform supports multi-GPU configurations with up to 16 GPUs.[69]
Omniverse for Individuals: Free for individual users (announced January 2022)
90-day Enterprise Trial: Free evaluation with community support
Education Pricing: Free subscriptions for teaching and research institutions[13]
As of 2025:
Omniverse Enterprise per-GPU subscription: $4,500 per GPU per year
Omniverse Enterprise Creator subscription: $2,000 per floating concurrent-user license per year (minimum two licenses)
Omniverse Enterprise Reviewer subscription: $100 per floating concurrent-user license per year (minimum ten licenses)
Omniverse Enterprise Nucleus subscription: $1,000 per named user per year
Licensing now bundles NVIDIA AI Enterprise access for on-premises and cloud deployments[70]
| Category | Partners |
|---|---|
| Software | Adobe, Autodesk, Epic Games, Pixar, Bentley Systems, Trimble, Esri |
| Industrial | Siemens, Ansys, Cadence, Dassault Systèmes, hexagon, Rockwell Automation, PTC |
| Cloud Providers | AWS, Microsoft Azure, Google Cloud Platform, Oracle Cloud |
| Hardware | Dell Technologies, HP, Lenovo, Supermicro, ASUS, Cisco |
| Automotive | BMW, Mercedes-Benz, General Motors, Toyota, Hyundai, foxconn |
| Robotics | 1X Technologies, Agility Robotics, apptronik, boston dynamics, Figure, NEURA Robotics, Mentee Robotics, Skild AI |
In a key industrial partnership, Siemens became one of the first companies to integrate support for NVIDIA's Mega Omniverse Blueprint into its Xcelerator platform, allowing customers to build large-scale, high-fidelity factory digital twins that combine 3D models from Omniverse with live operational data from Siemens' industrial software.[16][61]
Key milestones and metrics:
50,000+ downloads by August 2021[11]
100,000+ creators by January 2022[13]
700+ companies using Omniverse (2022 to 2023)[71]
300,000+ individual downloads reported by mid-2025[72]
Ecosystem connections grew approximately 10x in one year to 82 by GTC 2024[37]
Target market: $50 trillion manufacturing and logistics industries, as framed by NVIDIA CEO Jensen Huang[4][73]
Universal Scene Description
PhysX
Computer-aided design
3D computer graphics
Metaverse
Industry 4.0