Quickstart
This guide walks you through creating your first workspace on a Jetson device, adding dependencies, and running code.Verify your hardware
First, confirm jnc can detect your Jetson:Create a workspace
pixi.toml manifest file that defines your workspace’s dependencies, tasks, and target platform.
Add dependencies
Install packages from the conda ecosystem:pixi.lock) for reproducibility.
Set system requirements
Specify the L4T version your workspace requires. This ensures dependency resolution picks packages compatible with your Jetson: Editpixi.toml and add:
Run commands
Run any command inside the workspace environment:Define tasks
Add reusable tasks to your manifest:Enter the environment shell
Start an interactive shell with all dependencies available:What’s in the manifest?
After these steps, yourpixi.toml looks something like:
Next steps
- Basic Usage — common workflows at a glance
- Environments — manage separate dependency sets for inference, training, etc.
- Tasks — advanced task configuration
- CLI Reference — complete command documentation