> For the complete documentation index, see [llms.txt](https://tk233.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tk233.gitbook.io/notes/ml-rl/setting-up-nvidia-tools/setting-up-omniverse-on-ubuntu-24.04-2025-ver.md).

# Setting up Omniverse on Ubuntu 24.04 (2025 Ver)

NVIDIA is [deprecating support for Omniverse Launcher](https://developer.nvidia.com/omniverse/legacy-tools).

Instead, each application and extension should be installed separately.

Omniverse now comes as [Omniverse Kit SDK](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/omniverse/collections/kit).

## Download Kit

Go to the [Omniverse website](https://developer.nvidia.com/omniverse/) and scroll to the Get Started section.

<figure><img src="/files/e4NXcn0xRcHt41DkrUQ1" alt=""><figcaption></figcaption></figure>

Click "Linux" to download a zip folder.

<figure><img src="/files/dA7aDbLh2yZ231tnhQgI" alt=""><figcaption></figcaption></figure>

Extract the zip folder at a known location. Here, we put it under `/home/tk/Documents/Omniverse/kit-sdk-public@106.5.0+1102.eecf68f2/`.

## Running Omniverse

To launch Omniverse, go to the kit install directory and run

```bash
./omni.app.full.sh
```

The Omniverse should now be running.

## Setting up Extensions

By default, this version of Omniverse do not have most of the Extensions enabled. We need to manually configure them in the UI interface.

### Setting up Onshape exporter

In the Omniverse application window, go to Window -> Extensions.

<figure><img src="/files/dxea6tcxhQsZNYhhbGkd" alt=""><figcaption></figcaption></figure>

Search for Physx, install, enable, and set to be autoload

<figure><img src="/files/ZkhKySjB2fvEllEzGKvB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VU1CravmVsCMpcxPKRO0" alt=""><figcaption></figcaption></figure>

Similarly, search for Physx bundle and do the same

<figure><img src="/files/X294LlbuVGREvUg0kDzT" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jqeI9oy9V7SK9LtcKtdA" alt=""><figcaption></figcaption></figure>

Then, search for onshape

<figure><img src="/files/YW6YtbOi2FtkRuNHloGV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/KZ4L4R8rcUndHro8XbXZ" alt=""><figcaption></figcaption></figure>

Now the Import from Onshape should be available under File

<figure><img src="/files/OEueKU0QK9ix8Pn1G3uS" alt=""><figcaption></figcaption></figure>

#### Configuring default scene frame

Go to Edit -> Preferences

<figure><img src="/files/Za7JhdMoNDTpaed4hpDC" alt=""><figcaption></figcaption></figure>

Under the Stage tab, set Default Up Axis to be Z.

<figure><img src="/files/kGMVMOvj4B8tXyIV1MdP" alt=""><figcaption></figcaption></figure>

Then, create a new stage with File -> New, or Ctrl + N

The frame should be updated.
