Install the AI Workbench Desktop App#

Overview#

The Desktop App is the main user interface for AI Workbench.

The Desktop App itself does not provide the AI Workbench services. It is a UI for managing and using projects on different machines, and it manages the AI Workbench application through an API.

You can install Desktop App in about one minute.

It is an Electron app that has no dependencies that you need to install. The file is small and downloads quickly.

After you install the Desktop App, you will need to add an AI Workbench location.

The Desktop App is a UI for locations. You must add a remote location or do the full local install.

Install on Windows#

Prerequisites: Verify you have one of the following versions of Windows.
Step One: Read and agree to the NVIDIA AI Product Agreement.

By downloading or installing NVIDIA AI Workbench, you agree to the NVIDIA AI Workbench Product Agreement.

Step Two: Download the Installer for Windows.

Click here to download the installer for Windows.

Step Three: Install the application.
  1. Locate the downloaded installer file

  2. Double click the installer file

  3. Follow the guided steps

Success: The Desktop App will open to a splash page.

You can open the Locations Manager from the splash page.

Next Steps: Add a remote location or do the full local install on Windows.

Install on MacOS#

Prerequisites: Your operating system must be MacOS 14 (Sonoma) or higher.

Step One: Read and agree to the NVIDIA AI Product Agreement.

By downloading or installing NVIDIA AI Workbench, you agree to the NVIDIA AI Workbench Product Agreement.

Step Two: Download the Desktop App for MacOS.

Click here to download the Desktop App for MacOS.

Step Three: Install the application.
  1. Double-click the NVIDIA AI Workbench installation icon

  2. Drag the AI Workbench App into the Applications folder

  3. Follow the guided steps

Success: The Desktop App will open to a splash page.

You can open the Locations Manager from the splash page.

Next Steps: Add a remote location or do the full local install on MacOS.

Install on Ubuntu Desktop#

Prerequisites:
  • A system with Ubuntu Desktop 24.04 or 22.04

  • sudo privileges

  • The curl command line tool installed

Step One: Read and agree to the NVIDIA AI Product Agreement.

By downloading or installing NVIDIA AI Workbench, you agree to the NVIDIA AI Workbench Product Agreement.

Step Two: Configure the apt package manager to install AI Workbench.
  1. Download and add NVIDIA’s public GPG key for the repository with the command:

    curl -fsSL  https://workbench.download.nvidia.com/stable/linux/gpgkey  |  sudo tee -a /etc/apt/trusted.gpg.d/ai-workbench-desktop-key.asc
    
  2. Add the Workbench Debian repository to sources.list with the command:

    echo "deb https://workbench.download.nvidia.com/stable/linux/debian default proprietary" | sudo tee -a /etc/apt/sources.list
    
  3. Update the Debian package index with the command:

    sudo apt update
    
Step Three: Install the Desktop App.

Install the Desktop App with the command:

sudo apt install nvidia-ai-workbench
Success: The Desktop App will open to a splash page.

You can open the Locations Manager from the splash page.

Next Steps: Add a remote location or do the full local install on Ubuntu Desktop.