Title: Install UCS Tools — UCS Tools Documentation

URL Source: https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html

Published Time: Thu, 30 Oct 2025 07:23:03 GMT

Markdown Content:
Install UCS Tools[#](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html#install-ucs-tools "Link to this heading")
----------------------------------------------------------------------------------------------------------------------------

Follow the prerequisites first for generating your [NGC Personal Key](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Prerequisites.html#ngc-personal-key).

Choose from these 3 ways to use UCS Tools:

> 1.   Using the UCS debian package
> 
> 2.   Installing from source
> 
> 3.   Using the Docker image

Debian Installation[#](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html#id1 "Link to this heading")
----------------------------------------------------------------------------------------------------------------

Download the latest UCS tool release from [https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ucs-ms/resources/ucs_tools](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ucs-ms/resources/ucs_tools.md).

After downloading the package using the link above, run:

$ sudo apt remove ucs-tools  # remove old version
$ rm -rf ~/.ucf_workspace/
$ rm -rf ~/.cache/ucf_registry/ # Clear old cache
$ rm -rf ~/.config/ucf/ # Remove old config file
$ sudo dpkg -i ucf_tools_2.10.0-rc8_ubuntu22.04_f65f6256.deb
$ ucf_app_builder_cli registry repo set-api-key -a <NGC-API-KEY> # NGC Personal key with scopes appropriate scopes added
$ ucf_app_builder_cli registry repo sync

## It installs tools to /opt/nvidia/ucf-tools

UCS Tools Container Image[#](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html#id2 "Link to this heading")
----------------------------------------------------------------------------------------------------------------------

The [ucs_tools_public](https://registry.ngc.nvidia.com/orgs/eevaigoeixww/teams/ucf-25-release/containers/ucf_tools_public.md) container is available on NGC.

Get the NGC API Key - Refer to [Generating Your NGC API Key](https://docs.nvidia.com/ngc/ngc-private-registry-user-guide/index.html.md#generating-api-key)

Setup NGC API Key

ucf_app_builder_cli registry repo set-api-key -a <NGC-API-KEY>
ucf_app_builder_cli registry repo sync

Verify the installation[#](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html#verify-the-installation "Link to this heading")
----------------------------------------------------------------------------------------------------------------------------------------

### MS Builder[#](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html#ms-builder "Link to this heading")

$ ucf_ms_builder_cli --help
usage: ucf_ms_builder_cli [-h] [-v] [-va]  ...

positional arguments:

    service           Perform actions on a microservice
    registry          Perform actions on registry
    component         Perform actions on components

optional arguments:
  -h, --help          show this help message and exit
  -v, --version       Print MS Builder Version
  -va, --version-all  Print all versions

$ ucf_ms_builder_cli --version
Version:
        MS Builder: v2.10.0-rc8

$ ucf_ms_builder_cli --version-all
Versions:
        MS Builder: v2.10.0-rc8
        UCS MS Spec: v2.10.0-rc8

### App Builder[#](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html#app-builder "Link to this heading")

$ ucf_app_builder_cli --help
usage: ucf_app_builder_cli [-h] [-v] [-va]  ...

positional arguments:

    app               Perform actions on apps
    service           Perform actions on a microservice

optional arguments:
  -h, --help          show this help message and exit
  -v, --version       Print MS Builder Version
  -va, --version-all  Print all versions

$ ucf_app_builder_cli --version
Version:
        App Builder: v2.10.0-rc8

$ ucf_app_builder_cli --version-all
Versions:
        App Builder: v2.10.0-rc8
        UCS MS Spec: v2.10.0-rc8

Links/Buttons:
- [#](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Installation.html#app-builder)
- [NGC Personal Key](https://docs.nvidia.com/ucf/2.10.0/text/UCS_Prerequisites.html#ngc-personal-key)
- [https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ucs-ms/resources/ucs_tools](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ucs-ms/resources/ucs_tools.md)
- [ucs_tools_public](https://registry.ngc.nvidia.com/orgs/eevaigoeixww/teams/ucf-25-release/containers/ucf_tools_public.md)
- [Generating Your NGC API Key](https://docs.nvidia.com/ngc/ngc-private-registry-user-guide/index.html.md#generating-api-key)
