Local Installation#
Caution
We have dropped support for Isaac Sim versions 4.2.0 and below. We recommend using the latest Isaac Sim 5.0.0 release to benefit from the latest features and improvements.
For more information, please refer to the Isaac Sim release notes.
Note
We recommend system requirements with at least 32GB RAM and 16GB VRAM for Isaac Lab. For workflows with rendering enabled, additional VRAM may be required. For the full list of system requirements for Isaac Sim, please refer to the Isaac Sim system requirements.
For details on driver requirements, please see the Technical Requirements guide
See Linux Troubleshooting to resolve driver installation issues in linux
If you are on a new GPU or are experiencing issues with the current drivers, we recommend installing the latest production branch version drivers from the Unix Driver Archive using the
.run
installer on Linux.NVIDIA driver version
535.216.01
or later is recommended when upgrading to Ubuntu 22.04.5 kernel 6.8.0-48-generic or later
Isaac Lab is built on top of the Isaac Sim platform. Therefore, it is required to first install Isaac Sim before using Isaac Lab.
Both Isaac Sim and Isaac Lab provide two ways of installation:
either through binary download/source file, or through Python’s package installer pip
.
The method of installation may depend on the use case and the level of customization desired from users. For example, installing Isaac Sim from pip will be a simpler process than installing it from binaries, but the source code will then only be accessible through the installed source package and not through the direct binary download.
Similarly, installing Isaac Lab through pip is only recommended for workflows that use external launch scripts outside of Isaac Lab. The Isaac Lab pip packages only provide the core framework extensions for Isaac Lab and does not include any of the standalone training, inferencing, and example scripts. Therefore, this workflow is recommended for projects that are built as external extensions outside of Isaac Lab, which utilizes user-defined runner scripts.
We recommend using Isaac Sim pip installation for a simplified installation experience.
For users getting started with Isaac Lab, we recommend installing Isaac Lab by cloning the repo.