Note: For any Isaac Lab topics, please submit your topic to its GitHub repo ( GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim ) following the instructions provided on Isaac Lab’s Contributing Guidelines ( Contribution Guidelines — Isaac Lab Documentation ).
Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.
Isaac Sim Version
4.1.0
Operating System
Windows 10
GPU Information
- Model: NVIDIA GeForce RTx 4070 Ti
- Driver Version: 571.96
Topic Description
Running Isaac Sim without Omniverse Editor (headless / Python-only execution)
Detailed Description
I would like to integrate Isaac Sim into an automation pipeline without relying on the Omniverse Editor.
Currently, the Editor is too heavy for our workflow.
I want to confirm whether Isaac Sim can:
-
Be built and run headless or as a standalone process without launching the Editor.
-
Be executed and controlled directly via Python scripts (e.g., launching a simulation or controlling environments purely with Python).
Expected: Isaac Sim can start in headless mode and execute Python scripts.
Actual: It seems the Editor dependency is still required.
Steps to Reproduce
- Install Isaac Sim 4.1.0 on Windows 10.
- Attempt to run a Python script (e.g.,
python my_script.py) without starting the Omniverse Editor. - The script fails to start the simulation or still launches the Editor components.(Add more steps as needed)
Error Messages
(If applicable, copy and paste any error messages you received)
Screenshots or Videos
(If applicable, add screenshots or links to videos that demonstrate the issue)
Additional Information
Omniverse version : 4.1.0
What I’ve Tried
- Checked documentation for headless mode.
- Tried running Isaac Sim sample scripts in standalone Python, but they did not start without Editor.
- Searched developer forums but couldn’t find a clear answer regarding standalone build support.
Related Issues
(If you’re aware of any related issues or forum posts, please link them here)
Additional Context
(Add any other context about the problem here)