# jnc ## Docs - [Acknowledgements](https://jncpkg.org/acknowledgements.md): jnc is built on the pixi package manager by prefix.dev. - [Basic Usage](https://jncpkg.org/basic-usage.md): Common jnc workflows for managing workspaces, dependencies, and tasks. - [jnc add](https://jncpkg.org/cli/add.md): Add conda or PyPI dependencies to the workspace. - [jnc auth](https://jncpkg.org/cli/auth.md): Manage authentication for conda channels. - [jnc build](https://jncpkg.org/cli/build.md): Build a conda package from the workspace. - [jnc clean](https://jncpkg.org/cli/clean.md): Clean workspace environments and caches. - [jnc completion](https://jncpkg.org/cli/completion.md): Generate shell completion scripts for jnc. - [jnc config](https://jncpkg.org/cli/config.md): Manage jnc configuration files at system, global, and local scopes. - [jnc exec](https://jncpkg.org/cli/exec.md): Run a command in a temporary environment. - [jnc global](https://jncpkg.org/cli/global.md): Install and manage globally available packages in isolated environments. - [jnc import](https://jncpkg.org/cli/import.md): Import an environment file into a workspace. - [jnc info](https://jncpkg.org/cli/info.md): Show information about the system, workspace, and environments. - [jnc init](https://jncpkg.org/cli/init.md): Create a new workspace with a manifest file and project scaffolding. - [jnc install](https://jncpkg.org/cli/install.md): Install an environment, updating the lock file if needed. - [jnc list](https://jncpkg.org/cli/list.md): List packages in the environment. - [jnc lock](https://jncpkg.org/cli/lock.md): Solve the environment and update the lock file without installing. - [CLI Reference](https://jncpkg.org/cli/overview.md): Complete reference for all jnc commands. - [jnc probe](https://jncpkg.org/cli/probe.md): Detect NVIDIA Jetson hardware and report system profile information. - [jnc reinstall](https://jncpkg.org/cli/reinstall.md): Re-install an environment with optional package filtering. - [jnc remove](https://jncpkg.org/cli/remove.md): Remove dependencies from the workspace. - [jnc run](https://jncpkg.org/cli/run.md): Run tasks or commands in the workspace environment. - [jnc search](https://jncpkg.org/cli/search.md): Search for packages in conda channels. - [jnc shell](https://jncpkg.org/cli/shell.md): Start an interactive shell in the workspace environment. - [jnc shell-hook](https://jncpkg.org/cli/shell-hook.md): Print the environment activation script for use in shell configurations. - [jnc task](https://jncpkg.org/cli/task.md): Add, remove, alias, and list tasks in the workspace manifest. - [jnc tree](https://jncpkg.org/cli/tree.md): Show a tree of workspace dependencies. - [jnc update](https://jncpkg.org/cli/update.md): Update dependencies in the lock file. - [jnc upgrade](https://jncpkg.org/cli/upgrade.md): Upgrade dependencies with loosened version constraints. - [jnc upload](https://jncpkg.org/cli/upload.md): Upload conda packages to a channel or package repository. - [jnc workspace](https://jncpkg.org/cli/workspace.md): Modify workspace configuration including channels, platforms, environments, and more. - [Channels](https://jncpkg.org/concepts/channels.md): How jnc resolves packages from conda channels. - [Environments](https://jncpkg.org/concepts/environments.md): How jnc manages environments and features within a workspace. - [Global Tools](https://jncpkg.org/concepts/global-tools.md): Install and manage globally available CLI tools with jnc. - [Lock File](https://jncpkg.org/concepts/lockfile.md): How jnc uses lock files for reproducible environments. - [Tasks](https://jncpkg.org/concepts/tasks.md): Define and run cross-platform tasks with jnc's built-in task runner. - [Introduction](https://jncpkg.org/introduction.md): jnc is a fast, reproducible package manager for NVIDIA Jetson, built on the conda ecosystem. - [Quickstart](https://jncpkg.org/quickstart.md): Set up your first jnc workspace on a Jetson Orin Nano.