# NVIDIA Isaac Sim

> Source: https://aiwiki.ai/wiki/nvidia_isaac_sim
> Updated: 2026-06-21
> Categories: Developer Tools, NVIDIA, Robotics
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**NVIDIA Isaac Sim** is an open-source robotics simulation application built on [NVIDIA](/wiki/nvidia) [Omniverse](/wiki/nvidia_omniverse) for developing, simulating, and testing AI-driven robots in physically based virtual environments.[1] NVIDIA describes it on GitHub as "an open-source application on NVIDIA Omniverse for developing, simulating, and testing AI-driven robots in realistic virtual environments."[3] It provides high-fidelity, GPU-accelerated [physics simulation](/wiki/physics_simulation), photorealistic [OpenUSD](/wiki/openusd)-based rendering, [synthetic data generation](/wiki/synthetic_data), and integration with popular robotics frameworks such as [ROS 2](/wiki/robot_operating_system).[1] Isaac Sim serves as the core simulation component of NVIDIA's broader Isaac robotics platform, which encompasses tools for [robot learning](/wiki/robot_learning), perception, manipulation, and [sim-to-real transfer](/wiki/sim_to_real_transfer).[18]

Released under the Apache 2.0 license and freely available on GitHub (where the isaac-sim/IsaacSim repository has roughly 3.5k stars), Isaac Sim is used by leading robotics companies, research institutions, and manufacturers worldwide to train robot policies, generate labeled datasets for [computer vision](/wiki/computer_vision) models, build [digital twins](/wiki/digital_twin) of factories and warehouses, and validate robot behavior before physical deployment.[3][4] The current generally available release is Isaac Sim 6.0, which reached general availability on June 8, 2026.[21]

## History and Development

### Origins

The Isaac robotics platform traces its roots to NVIDIA's early investments in autonomous machine development. The first version of Isaac Sim, released in 2020 as a preview, was built on NVIDIA's Omniverse Kit and featured RTX graphics, [PhysX](/wiki/physx) 5.0 physics, and Python scripting for robot simulation.[4] Earlier prototypes had experimented with Unreal Engine 4 and Unity as rendering backends, but NVIDIA ultimately standardized on Omniverse as the foundation for all future development.

Isaac Sim 2020.1, announced alongside the Isaac SDK 2020.1, focused on LIDAR-based navigation of the "Carter" reference robot and demonstrated the viability of GPU-accelerated robotics simulation with ray-traced sensor models.

### Omniverse Integration and Growth (2021-2023)

Throughout 2021 and 2022, NVIDIA expanded Isaac Sim's capabilities significantly. Isaac Sim 2022.1, released in June 2022, introduced improvements aimed at bridging the simulation-to-reality gap for robotics developers. Isaac Sim 2022.2, released in December 2022, added a people simulator and conveyor belt utility to support warehouse logistics and manufacturing robotics use cases.

Isaac Sim 2023.1.0, released in October 2023, brought further refinements to the platform and represented the last version under the year-based naming convention. This release corresponded internally to version 4.0.0, marking the transition to a numeric versioning scheme.

### Modern Era (2024-Present)

Isaac Sim 4.0 launched on May 30, 2024, alongside [Isaac Lab](/wiki/isaac_lab), a unified [reinforcement learning](/wiki/reinforcement_learning) platform that replaced several earlier frameworks. This release introduced support for humanoid robot models from companies including [1X Technologies](/wiki/1x_technologies), [Unitree Robotics](/wiki/unitree), and [Boston Dynamics](/wiki/boston_dynamics).

Isaac Sim 4.5, released in early 2025 following its announcement at CES 2025, added integration with the [NVIDIA Cosmos](/wiki/nvidia_cosmos) world foundation model, improved URDF import workflows, enhanced physics simulation and modeling, and a new joint visualization tool.

Isaac Sim 5.0 achieved general availability at SIGGRAPH 2025 in August 2025, marking a milestone as the first fully open-source release on GitHub.[2] Key additions included neural reconstruction and rendering via NVIDIA Omniverse NuRec, advanced synthetic data generation pipelines, new robot models, improved sensor simulation with a new OmniSensor USD schema, full ROS 2 Jazzy Jalisco support, and a new ZeroMQ bridge for simulator control.[2]

Isaac Sim 5.1.0, released on October 21, 2025, updated the platform to Kit 107.3.3, introduced DGX Spark support, added new robot assets from Schunk, enhanced semantic segmentation for RTX sensors, and improved Docker multi-architecture support.[17]

Isaac Sim 6.0 followed an open-source early developer preview on January 5, 2026 and an early developer release at GTC 2026 in March 2026 before reaching general availability on June 8, 2026.[21] The 6.0 release delivers an architectural overhaul with multi-backend physics (both NVIDIA PhysX and NVIDIA Newton), a pluggable renderer system, and a kit-less installation mode, and adds AI-assisted development through Isaac Sim MCP integration with coding assistants, a web-based streaming client, and native Windows ROS 2 support.[21]

## Architecture and Core Technology

### Omniverse Foundation

Isaac Sim is built on [NVIDIA Omniverse](/wiki/nvidia_omniverse) Kit, a modular toolkit for constructing 3D simulation applications.[4] Omniverse Kit provides functionality through lightweight C-based plugins for performance and API stability, alongside a Python interpreter for scripting and customization.[4] The architecture is designed to be fully extensible, allowing developers to build custom [OpenUSD](/wiki/openusd)-based simulators or integrate Isaac Sim capabilities into existing testing and validation pipelines.[4]

### Universal Scene Description (USD)

At the heart of Isaac Sim is [OpenUSD](/wiki/openusd) (Universal Scene Description), an open-source 3D scene description format originally developed by Pixar.[4] USD serves as the unifying data interchange layer, enabling interoperability between different tools, teams, and workflows. Isaac Sim can ingest data from multiple source formats and convert them into USD for simulation.[4]

| Import Format | Description |
|---|---|
| URDF | Unified Robot Description Format, commonly used in [ROS](/wiki/robot_operating_system) |
| MJCF | MuJoCo XML format for physics-based robot models |
| CAD | Computer-aided design files from engineering tools |
| OnShape | Cloud-based CAD models |
| NuRec | Neural reconstructions from real-world sensor captures |

USD provides both a human-readable text format (.usda) for direct editing and a binary-encoded format (.usd) for performance and storage optimization. SimReady 3D assets built in USD can be reused across tools and loaded directly into Isaac Sim, where USDPhysics colliders, rigid body dynamics, and composition-arc-based variants enable testing of robots in virtual facilities that closely mirror real-world operations.[4]

### Physics Engines

Isaac Sim supports multiple physics backends for simulating robot dynamics and environmental interactions.[5]

**NVIDIA PhysX** is the primary physics engine, providing GPU-accelerated simulation of rigid bodies, articulated multi-joint systems, vehicle dynamics, and SDF (signed distance field) colliders.[5] For each discrete time step, PhysX advances simulation objects given their current state and additional inputs such as control-policy torques. The updated state is written back to USD, where it can be processed by the user, a reinforcement learning policy, or other extensions such as the Omniverse RTX Renderer.[5]

**NVIDIA Newton** is a next-generation open-source, GPU-accelerated physics engine co-developed by Disney Research, Google DeepMind, and NVIDIA.[8] The Linux Foundation announced the contribution of Newton on September 29, 2025, describing it as "an open source, GPU-accelerated, extensible physics engine that enables faster, more scalable simulations to lower the barrier to robotics research."[22] Built on [NVIDIA Warp](/wiki/nvidia_warp) and OpenUSD, Newton features differentiable physics for gradient propagation through simulation, making it particularly suitable for optimization-based robot learning.[8][22] Newton is licensed under Apache 2.0, became available in Isaac Lab at CoRL 2025, and is a first-class physics backend in Isaac Sim 6.0 alongside PhysX.[8][21]

| Physics Engine | License | Key Features |
|---|---|---|
| NVIDIA PhysX | Proprietary (bundled) | GPU-accelerated rigid body, articulation, vehicle dynamics, SDF colliders |
| NVIDIA Newton | Apache 2.0 | Differentiable physics, GPU-accelerated via Warp, multi-physics, OpenUSD support |

### Rendering Pipeline

Isaac Sim uses NVIDIA's RTX rendering technology for photorealistic visualization. The rendering pipeline leverages OptiX and RTX hardware for path tracing and ray tracing, with MDL-based (Material Definition Language) physically based rendering materials that enable spectral, BRDF-accurate visualization.[4] This level of rendering fidelity is critical for generating realistic synthetic data for training [computer vision](/wiki/computer_vision) and [perception](/wiki/perception) models.

In Isaac Sim 5.0, NVIDIA introduced neural reconstruction and rendering through the Omniverse NuRec libraries, which convert real-world images into interactive 3D Gaussian Splatting-based simulations.[2] This allows developers to create photorealistic digital environments directly from sensor captures of real-world locations.

## Sensor Simulation

Isaac Sim provides a comprehensive suite of simulated sensors that generate physically accurate data streams matching those of real-world hardware.[4] These sensor models are essential for developing and testing robot perception pipelines in simulation before deploying to physical robots.

### Supported Sensor Types

| Sensor Type | Simulation Method | Key Capabilities |
|---|---|---|
| RGB Camera | RTX ray-traced rendering | Photorealistic images, configurable resolution and field of view |
| Depth Camera | RTX-based depth computation | Stereo depth modeling, realistic noise profiles |
| RTX Lidar | GPU ray casting at render time | Rotary and solid-state configurations, pre-made configs for commercial sensors |
| IMU | Physics-based integration | 6-axis inertial measurement, device-side processing |
| Stereo Camera | Dual-sensor RTX rendering | ZED X and Hawk camera models with paired RGB and IMU |
| Contact Sensor | Physics collision detection | Force and torque measurements at contact points |

RTX Lidar sensors are simulated on the GPU using RTX hardware at render time. Isaac Sim ships with a library of pre-configured Lidar profiles approximating commercial sensors from publicly available specifications. The platform also supports the OmniSensor USD schema introduced in version 5.0 for standardized sensor definitions.[2]

Isaac Sim 5.1.0 added semantic segmentation support for RTX sensors and performance improvements for RTX Sensor Annotators, further enhancing the fidelity of sensor simulation for perception development.[17]

## Synthetic Data Generation

One of Isaac Sim's most powerful capabilities is its synthetic data generation (SDG) pipeline, powered by the Omniverse Replicator extension. Replicator allows developers to create large, diverse, and fully annotated datasets for training [deep learning](/wiki/deep_learning) models without the cost and time of manual data collection and labeling.[11]

### Domain Randomization

[Domain randomization](/wiki/sim_to_real_transfer) is a core technique in Isaac Sim's SDG pipeline. By introducing variability into simulated environments, domain randomization helps bridge the gap between simulation and reality, producing models that generalize better to real-world conditions.[11] Replicator supports randomization of:

- Object poses, scales, and positions
- Surface textures and materials
- Lighting conditions and directions
- Background environments and clutter
- Camera angles and perspectives
- Object colors and reflective properties

A key advantage of Replicator is its ability to perform "on-the-fly" randomization without reloading or re-parsing 3D assets. This significantly reduces computational overhead and speeds up data generation compared to approaches that require full scene reconstruction for each variation.[11]

### Annotation Types

Replicator generates ground-truth annotations alongside rendered images, supporting multiple annotation formats commonly used in [computer vision](/wiki/computer_vision) research and production.

| Annotation Type | Description |
|---|---|
| RGB | Standard color image data |
| 2D Bounding Box | Rectangular bounds around objects in image space |
| 3D Bounding Box | Oriented bounding volumes in world coordinates |
| Semantic Segmentation | Per-pixel class labels |
| Instance Segmentation | Per-pixel object instance labels |
| Depth | Per-pixel distance from camera |
| Surface Normals | Per-pixel surface orientation |

Annotated datasets can be exported in COCO and KITTI formats for direct use with popular training frameworks. The pipeline supports both object detection and pose estimation workflows.

### Cosmos Integration

Starting with Isaac Sim 4.5, the platform integrates with [NVIDIA Cosmos](/wiki/nvidia_cosmos), a world foundation model that can augment synthetic data with enhanced photorealism.[16] Developers compose SimReady 3D scenes in Isaac Sim, render images or videos of specific robot tasks, and then use Cosmos Transfer to generate photoreal video clips for retraining perception and policy models.[16] Omniverse Replicator includes a dedicated writer optimized for Cosmos Transfer input, streamlining this multi-stage data pipeline.

## Isaac Lab

[Isaac Lab](/wiki/isaac_lab) is a GPU-accelerated, open-source framework for [robot learning](/wiki/robot_learning) built on top of Isaac Sim.[6] It provides a unified platform for training robot policies using [reinforcement learning](/wiki/reinforcement_learning), [imitation learning](/wiki/imitation_learning), and other methods at scale.[6] NVIDIA describes Isaac Lab as "an open-source framework purpose-built for training and evaluating robot learning policies."[2]

### How does Isaac Lab scale robot training?

Isaac Lab's modular architecture and NVIDIA GPU-based parallelization enable running thousands of parallel simulation environments simultaneously, dramatically accelerating the training process.[9] By keeping the agent-environment loop entirely on the GPU, it avoids the inefficiencies of frequent CPU-GPU data transfers, which is especially advantageous for on-policy reinforcement learning.[19] In NVIDIA's own benchmarking, the framework's throughput scales to very large parallel workloads: "With eight GPUs and 16384 environments, the DextrAH teacher task reaches over 900,000 frames per second."[19] Key features include:

- More than 30 ready-to-train environment implementations
- Support for popular RL frameworks including RSL RL, SKRL, RL Games, and [Stable Baselines](/wiki/stable_baselines)
- Coverage of diverse robot embodiments: humanoid robots, manipulators, and autonomous mobile robots (AMRs)
- Synthetic motion generation for amplifying collected manipulation data
- Omniverse Fabric integration for faster load times and efficient physics simulations
- Tensorized suction cup gripper for dynamic gripping simulation

### Background and Evolution

Isaac Lab's development originated from the Orbit framework, which was jointly developed by NVIDIA, the AI Institute, ETH Zurich, and the University of Toronto.[7] Isaac Lab replaces several earlier frameworks:

- **IsaacGymEnvs** for the Isaac Gym Preview Release
- **OmniIsaacGymEnvs** for Isaac Sim
- **Orbit** for Isaac Sim

Isaac Lab was announced alongside [Project GR00T](/wiki/isaac_gr00t) in March 2024 and serves as the successor to [NVIDIA Isaac Gym](/wiki/isaac_gym).[12]

### Isaac Lab Versions

Isaac Lab 2.0 shipped alongside Isaac Sim 4.5 in early 2025. Isaac Lab 2.2, released at SIGGRAPH 2025 with Isaac Sim 5.0, added enhancements including cloud deployment on NVIDIA Brev and an open-source policy evaluation framework developed in collaboration with Lightwheel.[2]

Isaac Lab 3.0, built on Isaac Sim 6.0, introduces a ground-up architectural overhaul with multi-backend physics (including Newton), a pluggable renderer system, Warp-native data pipelines, and a kit-less installation mode that allows installing and using Isaac Lab with the Newton physics backend without installing Isaac Sim.[21]

### Industry Adoption

Humanoid robot developers using Isaac Lab include [1X Technologies](/wiki/1x_technologies), [Agility Robotics](/wiki/agility_robotics), Berkeley Humanoid, [Boston Dynamics](/wiki/boston_dynamics), [Fourier Intelligence](/wiki/fourier_intelligence), Galbot, [Unitree Robotics](/wiki/unitree), and XPENG Robotics.[20]

## Isaac GR00T

[Isaac GR00T](/wiki/isaac_gr00t) (Generalist Robot 00 Technology) is NVIDIA's research initiative and open development platform for general-purpose robot foundation models, with a primary focus on humanoid robotics.[12] Isaac Sim serves as the simulation backbone for GR00T model training and evaluation.[12]

### Foundation Models

The latest release, Isaac GR00T N1.6, is a reasoning vision-language-action model for robot skills that integrates [NVIDIA Cosmos](/wiki/nvidia_cosmos) Reason, an open reasoning vision language model built for [physical AI](/wiki/physical_ai). Cosmos Reason acts as the robot's planning layer, converting vague natural language instructions into step-by-step action plans. GR00T N1.6 was announced at CoRL 2025 alongside the availability of the Newton physics engine in Isaac Lab.[8]

GR00T models are trained using a combination of [imitation learning](/wiki/imitation_learning), [reinforcement learning](/wiki/reinforcement_learning), and video data within GPU-accelerated Isaac Sim environments.[12]

### GR00T-Dreams and GR00T-Mimic

**GR00T-Dreams** is a blueprint for generating vast amounts of synthetic motion data to teach robots new behaviors. NVIDIA Research used GR00T-Dreams to generate synthetic training data for GR00T N1.5 in approximately 36 hours, compared to what would have required nearly three months of manual human data collection.

**GR00T-Mimic** provides data pipelines for collecting high-quality robot demonstration data from both real-world and simulated environments via [Isaac TeleOp](/wiki/isaac_teleop).

Companies evaluating Isaac GR00T N models include AeiROBOT, Franka Robotics, LG Electronics, Lightwheel, Mentee Robotics, Neura Robotics, Solomon, Techman Robot, and UCR.

## ROS Integration

Isaac Sim provides deep integration with the [Robot Operating System (ROS)](/wiki/robot_operating_system), the most widely used middleware framework in robotics. The ROS 2 Bridge extension connects Isaac Sim to ROS 2, enabling bidirectional communication of sensor data, control commands, and transforms.[10]

### Key Integration Features

- **ROS 2 Bridge Extension**: Publishes simulated sensor data (cameras, lidar, IMU) as standard ROS 2 topics
- **Custom ROS 2 Message Support**: Allows definition and use of project-specific message types
- **Navigation Stack Integration**: Full compatibility with Nav2 for autonomous navigation
- **ROS 2 Jazzy Jalisco Support**: Added in Isaac Sim 5.0 for the latest ROS 2 distribution
- **ZeroMQ Bridge**: Introduced in Isaac Sim 5.0 for low-latency simulator control
- **Standardized Simulation Interfaces**: Developed collaboratively with [Gazebo](/wiki/gazebo_simulator) and Open 3D Engine teams

Developers can use Isaac Sim as a drop-in replacement for physical hardware during ROS 2 development, running full navigation and manipulation stacks against simulated robots and environments.[10] This enables rapid iteration on perception, planning, and control algorithms without the constraints of physical testing.

### Isaac ROS

[Isaac ROS](/wiki/isaac_ros) is a complementary collection of CUDA-accelerated ROS 2 packages that run on [NVIDIA Jetson](/wiki/nvidia_jetson_thor) and discrete GPUs.[18] It includes packages for visual SLAM (cuVSLAM), depth perception, 3D reconstruction (nvblox), and motion planning (cuMotion). While Isaac ROS is designed for deployment on physical robots, Isaac Sim provides the simulation environment for developing and testing Isaac ROS pipelines before real-world deployment.

## Manipulation and Motion Planning

Isaac Sim supports advanced robot manipulation workflows through integration with NVIDIA's CUDA-accelerated motion planning libraries.

### cuMotion

NVIDIA cuMotion is a CUDA-accelerated library for computing optimal-time, minimal-jerk trajectories for serial robot arms. It solves motion planning problems at scale by running multiple trajectory optimizations simultaneously and returning the best solution. cuMotion can avoid collisions with obstacles represented as cuboids, meshes, signed distance fields (computed from depth image streams using nvblox), or any combination of the three.

On discrete GPUs such as the RTX 6000 (Ada Generation), cuMotion computes collision-free trajectories in tens of milliseconds. Trajectories can be planned and executed on simulated robots in Isaac Sim, allowing rapid development iteration without physical hardware.

### Isaac Manipulator

NVIDIA Isaac Manipulator is a comprehensive solution that combines several GPU-accelerated tools for robotic arm development:[18]

| Component | Function |
|---|---|
| cuMotion | Collision-free motion planning and trajectory optimization |
| nvblox | Real-time 3D scene reconstruction from depth sensors |
| [FoundationPose](/wiki/foundationpose) | 6D object pose estimation |
| FoundationStereo | Stereo depth estimation |
| SyntheticaDETR | Object detection |

Isaac Manipulator accelerates the development of pick-and-place, assembly, and inspection workflows by providing AI-powered perception and planning capabilities that work seamlessly within Isaac Sim for simulation and on physical robots via Isaac ROS.

## Perception and Autonomous Navigation

### Isaac Perceptor

NVIDIA Isaac Perceptor is a collection of CUDA-accelerated libraries, AI models, and reference workflows for developing autonomous mobile robots (AMRs).[18] Built on ROS 2, it enables robots to perceive, localize, and navigate in unstructured environments such as warehouses and factories.

Key capabilities include:

- **Multi-camera AI-based depth perception**: Processing 16.5 million depth points per second per camera at 30 Hz
- **cuVSLAM**: CUDA-accelerated visual-inertial SLAM with sub-1% trajectory errors
- **nvblox**: Real-time voxel grid mapping for obstacle avoidance
- **Visual inertial odometry**: Fusing camera and IMU data for robust localization

Isaac Perceptor pipelines can be developed and tested entirely within Isaac Sim using simulated cameras, lidar, and IMU sensors before deployment on physical AMRs running on [NVIDIA Jetson](/wiki/nvidia_jetson_thor) hardware.

## Industrial Applications

### Warehouse and Logistics

Isaac Sim includes prebuilt 3D warehouse environments and practical scenarios for autonomous navigation. The platform supports simulation of conveyor belt systems, automated guided vehicles (AGVs), and AMRs operating in logistics facilities.[13] Companies use Isaac Sim to optimize fleet management, path planning, and goods-to-person workflows before deploying systems in physical warehouses.

### Manufacturing

Isaac Sim enables building intelligent factory solutions that support design, simulation, and optimization of industrial assets and processes.[15] Use cases include assembly line simulation, quality inspection with machine vision, robot work cell design, and multi-robot coordination.

### Digital Twins

Isaac Sim serves as a key tool for creating operational [digital twins](/wiki/digital_twin) of physical facilities. By combining accurate physics simulation, photorealistic rendering, and real-time data integration, manufacturers can mirror their production environments in simulation.[15] Digital twins built with Isaac Sim enable predictive maintenance, process optimization, and "what-if" scenario testing without disrupting physical operations.

## Which companies use NVIDIA Isaac Sim?

Numerous organizations across industries have adopted NVIDIA Isaac Sim for robotics development and deployment.

| Company | Application |
|---|---|
| [Amazon](/wiki/amazon) Robotics | Digital twins of warehouses; optimizing and testing the Proteus AMR |
| BMW Group | Training Smart Transport Robot (STR) and SortBot for factory logistics; multi-modal AI including motion planning, object detection, and pose estimation |
| Mercedes-Benz | Virtual factory digital twins for testing humanoid robot deployment; reducing factory planning cycles by approximately two years |
| [Foxconn](/wiki/foxconn) | Simulating screw tightening, cable insertion, and other assembly tasks; digital twin factory layouts with Fii Digital Twin platform |
| KION Group | Advancing autonomous warehouse systems using Omniverse-based digital twins with Accenture |
| [PepsiCo](/wiki/pepsico) | Evaluating physical AI capabilities for logistics optimization |
| [Siemens](/wiki/siemens) | Partnership with NVIDIA to build an industrial AI operating system integrating Omniverse and Isaac Sim |
| [Universal Robots](/wiki/universal_robots) | AI Accelerator developed on the NVIDIA Isaac platform for handling complex tasks in dynamic environments |
| [Amazon](/wiki/amazon) Lab126 | Implementing Isaac Sim and Isaac Lab for robotics development |
| [Figure AI](/wiki/figure_ai) | Using Isaac frameworks for humanoid robot development |

## System Requirements

Isaac Sim requires specific hardware and software configurations to run effectively.

### Hardware Requirements

| Component | Minimum | Recommended |
|---|---|---|
| GPU | NVIDIA RTX 4080 or A40 | NVIDIA RTX 5080 or L40S |
| VRAM | 16 GB | 16-48 GB |
| CPU | Multi-core x86_64 or ARM (aarch64) | High-performance multi-core |
| RAM | 32 GB | 64 GB or more |

GPUs without RT Cores (such as the A100 and H100, which are designed for compute workloads) are not supported because Isaac Sim relies on RTX ray tracing for rendering and sensor simulation.[4]

### Software Requirements

| Platform | Supported Versions |
|---|---|
| Linux | Ubuntu 22.04 (x86_64 and aarch64); Ubuntu 24.04 requires GCC/G++ 11 |
| Windows | Windows 10/11 (64-bit) |
| Python | 3.11 |
| NVIDIA Driver (Linux) | 580.65.06 or later |
| NVIDIA Driver (Windows) | 580.88 or later |

### Deployment Options

Isaac Sim supports multiple deployment configurations:

- **Local installation**: Build from source via the GitHub repository
- **Docker container**: Available on NVIDIA NGC for Linux deployments, with headless mode support
- **NVIDIA Brev**: One-click cloud deployment on NVIDIA GPU instances
- **AWS Marketplace**: Pre-configured container available for AWS EC2
- **Isaac Automator**: Automated deployment to AWS, GCP, Azure, and Alibaba Cloud

The Isaac Sim Compatibility Checker, a lightweight utility integrated into Isaac Sim 5.1.0, programmatically validates system requirements before installation.[17]

## Version History

| Version | Release Period | Notable Features |
|---|---|---|
| 2020.1 | 2020 | First preview; Omniverse Kit foundation, RTX graphics, PhysX 5.0 |
| 2022.1 | June 2022 | Improved sim-to-real capabilities |
| 2022.2 | December 2022 | People simulator, conveyor belt utility, warehouse logistics support |
| 2023.1.0 (4.0.0) | October 2023 | Transition to numeric versioning; Isaac Lab launch |
| 4.0 | May 2024 | Isaac Lab unified RL platform; humanoid robot support; new robot assets |
| 4.1 | 2024 | Ackermann controller; improved ROS 2 support |
| 4.2 | 2024 | RTX-based tiled rendering; deformable environments |
| 4.5 | February 2025 | Cosmos integration; improved URDF import; joint visualization |
| 5.0 | August 2025 | Open source on GitHub (Apache 2.0); neural reconstruction; NuRec; OmniSensor schema; ROS 2 Jazzy |
| 5.1 | October 2025 | Kit 107.3.3; DGX Spark support; Schunk robot assets; semantic segmentation for RTX sensors |
| 6.0 | June 2026 | General availability June 8, 2026; multi-backend physics (PhysX and Newton); pluggable renderer; kit-less mode; Isaac Sim MCP |

## Is NVIDIA Isaac Sim open source?

Isaac Sim source code is released under the Apache 2.0 open-source license, making it free to use for development, research, and commercial applications.[3] The source code is available on GitHub at the [isaac-sim/IsaacSim](https://github.com/isaac-sim/IsaacSim) repository.[3]

It is important to note that while the Isaac Sim extensions and application code are open source, building or running the platform requires additional components (such as the Omniverse Kit SDK, 3D model assets, and textures) that are covered under separate NVIDIA license terms.[3]

## See Also

- [NVIDIA](/wiki/nvidia)
- [NVIDIA Omniverse](/wiki/nvidia_omniverse)
- [Isaac Lab](/wiki/isaac_lab)
- [Isaac GR00T](/wiki/isaac_gr00t)
- [NVIDIA Cosmos](/wiki/nvidia_cosmos)
- [Reinforcement Learning](/wiki/reinforcement_learning)
- [Sim-to-Real Transfer](/wiki/sim_to_real_transfer)
- [Digital Twin](/wiki/digital_twin)
- [Robot Operating System](/wiki/robot_operating_system)
- [Synthetic Data](/wiki/synthetic_data)
- [Domain Randomization](/wiki/sim_to_real_transfer)
- [PhysX](/wiki/physx)

## References

1. NVIDIA Developer. "[Isaac Sim - Robotics Simulation and Synthetic Data Generation](https://developer.nvidia.com/isaac/sim)." NVIDIA.
2. NVIDIA Technical Blog. "[Announcing General Availability for NVIDIA Isaac Sim 5.0 and NVIDIA Isaac Lab 2.2](https://developer.nvidia.com/blog/isaac-sim-and-isaac-lab-are-now-available-for-early-developer-preview/)." NVIDIA, 2025.
3. GitHub. "[isaac-sim/IsaacSim](https://github.com/isaac-sim/IsaacSim)." NVIDIA Isaac Sim repository.
4. NVIDIA. "[Isaac Sim Documentation - What Is Isaac Sim?](https://docs.isaacsim.omniverse.nvidia.com/latest/index.html)" NVIDIA.
5. NVIDIA. "[Physics - Isaac Sim Documentation](https://docs.isaacsim.omniverse.nvidia.com/5.1.0/physics/index.html)." NVIDIA.
6. NVIDIA Developer. "[Isaac Lab - Open-Source Modular Framework](https://developer.nvidia.com/isaac/lab)." NVIDIA.
7. GitHub. "[isaac-sim/IsaacLab](https://github.com/isaac-sim/IsaacLab)." NVIDIA Isaac Lab repository.
8. NVIDIA Technical Blog. "[Announcing Newton, an Open-Source Physics Engine for Robotics Simulation](https://developer.nvidia.com/blog/announcing-newton-an-open-source-physics-engine-for-robotics-simulation/)." NVIDIA, 2025.
9. NVIDIA Technical Blog. "[Fast-Track Robot Learning in Simulation Using NVIDIA Isaac Lab](https://developer.nvidia.com/blog/fast-track-robot-learning-in-simulation-using-nvidia-isaac-lab/)." NVIDIA.
10. NVIDIA Technical Blog. "[A Beginner's Guide to Simulating and Testing Robots with ROS 2 and NVIDIA Isaac Sim](https://developer.nvidia.com/blog/a-beginners-guide-to-simulating-and-testing-robots-with-ros-2-and-nvidia-isaac-sim/)." NVIDIA.
11. NVIDIA. "[Domain Randomization With Replicator - Getting Started With Isaac Sim](https://docs.nvidia.com/learning/physical-ai/getting-started-with-isaac-sim/latest/synthetic-data-generation-for-perception-model-training-in-isaac-sim/03-domain-randomization-with-replicator.html)." NVIDIA.
12. NVIDIA Newsroom. "[NVIDIA Announces Isaac GR00T N1](https://nvidianews.nvidia.com/news/nvidia-isaac-gr00t-n1-open-humanoid-robot-foundation-model-simulation-frameworks)." NVIDIA, 2025.
13. NVIDIA. "[Amazon Robotics Builds Digital Twins of Warehouses with NVIDIA Omniverse and Isaac Sim](https://resources.nvidia.com/en-us-omniverse-industrial-digital-twins/amazon-robotics)." NVIDIA.
14. NVIDIA Newsroom. "[BMW Group Selects NVIDIA to Redefine Factory Logistics](https://nvidianews.nvidia.com/news/bmw-group-selects-nvidia-to-redefine-factory-logistics)." NVIDIA.
15. NVIDIA. "[Foxconn Develops Physical AI-Enabled Smart Factories with Digital Twins](https://www.nvidia.com/en-us/customer-stories/foxconn-develops-physical-ai-enabled-smart-factories-with-digital-twins/)." NVIDIA.
16. NVIDIA Technical Blog. "[Advancing Robot Learning, Perception, and Manipulation with Latest NVIDIA Isaac Release](https://developer.nvidia.com/blog/advancing-robot-learning-perception-and-manipulation-with-latest-nvidia-isaac-release/)." NVIDIA, 2025.
17. NVIDIA. "[Isaac Sim Release Notes - Version 5.1.0](https://docs.isaacsim.omniverse.nvidia.com/5.1.0/overview/release_notes.html)." NVIDIA.
18. NVIDIA Developer. "[Isaac - AI Robot Development Platform](https://developer.nvidia.com/isaac)." NVIDIA.
19. NVIDIA Research. "[Isaac Lab: A GPU-Accelerated Simulation Framework for Multi-Modal Robot Learning](https://arxiv.org/abs/2511.04831)." arXiv, 2025.
20. The Robot Report. "[NVIDIA Isaac Lab Accelerates Robot Training in Simulation](https://www.therobotreport.com/rbr50-company-2025/nvidia-isaac-lab-accelerates-robot-training-in-simulation/)." The Robot Report, 2025.
21. GitHub. "[Isaac Sim 6.0 General Availability](https://github.com/isaac-sim/IsaacSim/discussions/655)." NVIDIA Isaac Sim Discussions, 2026.
22. Linux Foundation. "[Linux Foundation Announces Contribution of Newton by Disney Research, Google DeepMind and NVIDIA to Accelerate Open Robot Learning](https://www.linuxfoundation.org/press/linux-foundation-announces-contribution-of-newton-by-disney-research-google-deepmind-and-nvidia-to-accelerate-open-robot-learning)." Linux Foundation, 2025.
