Installation
Prerequisites
- NVIDIA Jetson Orin Nano (support for additional modules coming soon)
- JetPack 6 (L4T R36.x)
- Internet connection for downloading packages
Install
curl, use wget:
~/.pixi/bin, and adds it to your PATH.
Verify Installation
After restarting your terminal, verify jnc is installed and detect your Jetson hardware:probe command should report your Orin Nano hardware, L4T version, JetPack version, and CUDA capabilities.
Alternative Installation Methods
Download From GitHub Releases
jnc is a single executable with no external dependencies. Download theaarch64 archive from the GitHub releases, unpack it, and add it to your PATH.
Install From Source
jnc is written in Rust and can be built with cargo:Installer Script Options
| Variable | Description | Default |
|---|---|---|
PIXI_VERSION | Version to install | latest |
PIXI_HOME | Home folder for global environments and configs | $HOME/.pixi |
PIXI_BIN_DIR | Directory for the binary | $PIXI_HOME/bin |
PIXI_NO_PATH_UPDATE | If set, skip PATH modification | |
PIXI_DOWNLOAD_URL | Override the download URL | GitHub releases |
Autocompletion
After installing, enable shell autocompletion:- Bash
- Zsh
- Fish
Add to
~/.bashrc:Uninstall
- Remove cached data:
- Remove environments from your workspaces:
- Remove jnc and its global environments:
- Remove
~/.pixi/binfrom yourPATHin your shell config file (e.g.,~/.bashrc).