Local Installation#
Caution
We have dropped support for Isaac Sim versions 4.2.0 and below. We recommend using the latest Isaac Sim 4.5.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 the full list of system requirements for Isaac Sim, please refer to the Isaac Sim system requirements.
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.
For Ubuntu 22.04 and Windows systems, we recommend using Isaac Sim pip installation. For Ubuntu 20.04 systems, we recommend installing Isaac Sim through binaries.
For users getting started with Isaac Lab, we recommend installing Isaac Lab by cloning the repo.