Installation
This page covers the supported ways to install jNO and set up an environment for running examples and training models.
Prerequisites
Conda Environment
Create and activate a fresh conda environment first if you want an isolated Python setup:
pip Installation
Install jNO directly with pip:
If a Nvidia GPU is avaiable install:
For editable local development from a cloned repository:
Additionally, install the dev extra for development dependencies:
For deployment scenarios, jNO supports exporting compiled models via IREE:
Installation with uv
jNO uses uv for environment and dependency management. uv installs packages into a virtual environment under your user directory, so no sudo is required.
CPU (default)
GPU / CUDA
Developer tools
IREE ahead-of-time compiler
Windows - allow script execution first
Next Step
After installation, continue with Getting Started to run your first example and learn the basic jNO workflow.