Isaac Launchable Usage
January 27, 2026 ยท View on GitHub
This project provides a simple way to interact with Isaac Lab and Isaac Sim, either on the cloud or locally. See the project repo for more detailed instructions, but below is a quickstart guide.
Web Viewer for Isaac Sim UI
To view in a separate tab
- Run a command that starts Isaac Sim, or Isaac Lab (see below)
- Copy your current URL (ie
https://isaac.brevlab-1234) - Open a new tab in your browser and paste the URL, changing the end to
/viewer/(iehttps://isaac.brevlab-1234/viewer) - The Isaac Sim UI will appear when the app is ready. The page will say "Waiting for stream..." until then.
To view inside VSCode
- Run a command that starts Isaac Sim, or Isaac Lab (see below)
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) - Type "Simple Browser: Show"
- Enter URL:
/viewer/ - The Isaac Sim UI will appear when the app is ready. The page will say "Waiting for stream..." until then.
Running Isaac Lab 2.3
You can run any of the Isaac Lab scripts with the streaming Isaac Sim experience with the following command:
cd /workspace/isaaclab
./isaaclab.sh -p scripts/tutorials/00_sim/create_empty.py --livestream 2
To run any other Isaac Lab commands, simply append the same argument as shown above: --livestream 2.
Then follow the Web Viewer for Isaac Sim UI instructions, if not using headless mode.
Running Isaac Sim 5.1
You can run the streaming Isaac Sim application at any time with the following command.
# Option 1: requires EULA acceptance
/isaac-sim/runheadless.sh
# Option 2: to automatically accept the EULA:
ACCEPT_EULA=y /isaac-sim/runheadless.sh
Then follow the Web Viewer for Isaac Sim UI instructions above, if not using headless mode.