Skip to main content

(kit-python-package-main-doc)=

Kit Python Package

Kit is published as a Python (PIP, wheel) package. This means that you can use Kit as a Python library in your Python projects.

It can be found PyPI index. But it is a placeholder package, to install Kit from PyPI you need pass an extra index URL to pip:

pip install omniverse-kit --extra-index-url https://pypi.nvidia.com

Getting Started

python -m venv myenv
myenv\Scripts\activate
pip install omniverse-kit --extra-index-url https://pypi.nvidia.com
python -m omni.kit_app

In this example we create a new virtual environment, activate it, install Kit into it as python package, and run Kit. It will start in the same way as if it was started from the kit.exe, but instead your python is used.

KitApp Example

The omni.kit_app module provides an initial bootstrapping and KitApp class, which is a Pythonic way to start Kit. It is a thin wrapper around the kit.exe command line interface, and it provides a way to start Kit from Python, to pass command line arguments to it, to control the basic update loop:

:language: py

In this example we startup Kit asking it to enable omni.ui extension. Use it to build a simple UI window. After that we keep app update loop running until app is signaled to exit. That will only work if among enabled extension is omni.kit.loop (or similar) which implements the main update loop interface (omni::kit::IRunLoopRunner). Otherwise Kit will exit.

The from omni.kit_app import KitApp import must be the first of omniverse imports, it sets up the environment (loads Carbonite, adds library and python paths).

Typically extensions subscribe to update loop events (like render UI every frame, process new input events, etc). However, for some applications it might be useful to have a full control over the update loop. To call explicit API of various extensions, rather than rely on their event-based API:

:language: py

In this example we startup Kit asking it to enable omni.usd extension. After that extension is available (added to sys.path, startup was called) and we can use it in our Python code.

EULA

On the first import of omni.kit_app module, it will ask you to accept the EULA. This is a one-time operation, if accepted, it will not ask again. An alternative way to accept the EULA is to set the environment variable OMNI_KIT_ACCEPT_EULA to yes.

Editable Mode

You can install Kit python package in editable mode, which means that you can modify the source code and see the changes immediately. This is useful for development and debugging.

Assuming you've built Kit from source:

pip install -e [path to kit source]/_build/packages/python/omniverse-kit

Release files for omniverse-kit 110.1.4.373314

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for omniverse-kit 110.1.4.373314
File Interpreter ABI Platform
omniverse_kit-110.1.4.373314-cp312-none-win_amd64.whl CPython 3.12 none Windows x86-64 Details
omniverse_kit-110.1.4.373314-cp312-none-manylinux_2_35_x86_64.whl CPython 3.12 none Linux glibc 2.35+ x86-64 Details
omniverse_kit-110.1.4.373314-cp312-none-manylinux_2_35_aarch64.whl CPython 3.12 none Linux glibc 2.35+ ARM64 Details

Total release size: 222.0 MB

Release files / omniverse_kit-110.1.4.373314-cp312-none-win_amd64.whl

Download URL omniverse_kit-110.1.4.373314-cp312-none-win_amd64.whl
Size 64.9 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
2143d86eb876e94cb13a2836e7cb41f3badb1e12bcaa1db24902e1c5ce206694
BLAKE2b-256 checksum
How to use checksums
e771c019dc3d7cc1bc9e5324cf3fa44e672b61d8302914f8b5d77c195fdad61f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / omniverse_kit-110.1.4.373314-cp312-none-manylinux_2_35_x86_64.whl

Download URL omniverse_kit-110.1.4.373314-cp312-none-manylinux_2_35_x86_64.whl
Size 74.4 MB
Tags CPython 3.12 Linux glibc 2.35+ x86-64
SHA-256 checksum
How to use checksums
7890b72406feb994d62261eba443cf499215b8cd11bb0481db01be7e1d15ad25
BLAKE2b-256 checksum
How to use checksums
e8546a103a9378d770ba1e8cd96777b43fd943ca979b389d72095b6eb1620f72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release files / omniverse_kit-110.1.4.373314-cp312-none-manylinux_2_35_aarch64.whl

Download URL omniverse_kit-110.1.4.373314-cp312-none-manylinux_2_35_aarch64.whl
Size 82.7 MB
Tags CPython 3.12 Linux glibc 2.35+ ARM64
SHA-256 checksum
How to use checksums
cd7d00ee9a0579788f927e5b719703df9cf75f98701be9059c1ff3b48e61a44a
BLAKE2b-256 checksum
How to use checksums
d7f23068fbe7619f91049c678776333e902ceebdbaa3792409550eecffce2330
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.7

Release history Release notifications | RSS feed

This release

110.1.4.373314 This release

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page