# Offline bundles installation

> Download the needed Document Understanding<sup>TM</sup> bundle. Below you can find the links for all available bundles:

Download the needed Document Understanding<sup>TM</sup> bundle. Below you can find the links for all available bundles:

* [Offline bundles 2.2510.1](https://docs.uipath.com/document-understanding/automation-suite/2.2510/user-guide/offline-bundles-225101-modern#offline-bundles-225101)
* [Offline bundles 2.2510.0](https://docs.uipath.com/document-understanding/automation-suite/2.2510/user-guide/offline-bundles-225100-modern#offline-bundles-225100)

For offline (air-gapped) installations, the downloaded bundle must be renamed to `du-ondemand.tar.gz` before uploading it to your private container registry.

1. For Windows machines, directly download through the bundle link and rename the file to `du-ondemand.tar.gz`
2. For Linux machines, from the machine having access to the internet, download the needed bundle using the following command:
   ```
   wget -O~/<bundle-name.tar.gz>'bundle-link'
   ```

   Here's an example of how to download the needed bundle for Linux:

   ```
   wget -O~/du-ondemand.tar.gz 'https://download.uipath.com/automation-suite/2024.10.0/dusemistructured-2024.10.0.tar.gz'
   ```
3. Copy the following bundle to the `/uipath/tmp` folder on the main machine of the cluster (where the install took place):
   ```
   scp ~/<bundle-name.tar.gz><username>@<node dns>:/uipath/tmp/
   ```
4. Connect to this main machine and load the bundle:
   ```
   ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du.tar.gz"--offline-tmp-folder "/uipath/tmp"
   ```

## Images for each Document Understanding bundle

### 2.2510.2

| **Document Understanding Bundle** | **Image** |
| --- | --- |
| **Document Understanding Modern Experience** | `du/du-training-service:v25.10-4.01-rc02``du/du-measure:v25.10-4.01-rc02``du/du-app-service:v25.10-4.01-rc02``du/du-framework:v25.10-4.01-rc02``du/du-framework-worker:v25.10-4.01-rc02``du/du-documents-service:v25.10-4.01-rc02``du/du-document-types-service:v25.10-4.01-rc02``du/du-document-processor-service:v25.10-4.01-rc02``du/du-annotations:v25.10-4.01-rc02``du/du-deployments:v25.10-4.01-rc02``du/du-audit:v25.10-4.01-rc02``du/ailoadbalancer:v25.10-4.01-rc02``du/du-training-classifier-2404-aitrainingproxy:v25.10-3.25-rc02``du/du-training-classifier-2404:v25.10-3.25-rc02``du/du-training-ssde-2404-aitrainingproxy:v25.10-3.25-rc02``du/du-training-ssde-2404:v25.10-3.25-rc02``du/du-aimodelhost-2404:v25.10-3.25-rc02``du/du-ai-proxy:v25.10-3.25-rc02``du/du-doc-ocr:v25.10-3.25-rc02``du/du-ml-document-type-text-classifier:v25.10-3.25-rc02``du/du-semistructured:v25.10-3.25-rc02` |

### 2.2510.1

| **Document Understanding Bundle** | **Image** |
| --- | --- |
| **Document Understanding Modern Experience** | `du/du-training-service:v25.10-12.17-rc06``du/du-measure:v25.10-12.17-rc06``du/du-app-service:v25.10-12.17-rc06``du/du-framework:v25.10-12.17-rc06``du/du-framework-worker:v25.10-12.17-rc06``du/du-documents-service:v25.10-12.17-rc06``du/du-document-types-service:v25.10-12.17-rc06``du/du-document-processor-service:v25.10-12.17-rc06``du/du-annotations:v25.10-12.17-rc06``du/du-deployments:v25.10-12.17-rc06``du/du-audit:v25.10-12.17-rc06``du/ailoadbalancer:v25.10-12.17-rc06``du/du-training-classifier-2404-aitrainingproxy:v25.10-12.15-rc01``du/du-training-classifier-2404:v25.10-12.15-rc01``du/du-training-ssde-2404-aitrainingproxy:v25.10-12.15-rc01``du/du-training-ssde-2404:v25.10-12.15-rc01``du/du-aimodelhost-2404:v25.10-12.15-rc01``du/du-ai-proxy:v25.10-12.15-rc01``du/du-doc-ocr:v25.10-12.15-rc01``du/du-ml-document-type-text-classifier:v25.10-12.15-rc01``du/du-semistructured:v25.10-12.15-rc01` |

### 2.2510.0

| **Document Understanding Bundle** | **Image** |
| --- | --- |
| **Document Understanding Modern Experience** | `du/du-training-service:v25.10-10.17-rc03``du/du-measure:v25.10-10.17-rc03``du/du-app-service:v25.10-10.17-rc03``du/du-framework:v25.10-10.23-rc07``du/du-framework-worker:v25.10-10.23-rc07``du/du-documents-service:v25.10-10.24-rc02``du/du-document-types-service:v25.10-10.23-rc07``du/du-document-processor-service:v25.10-11.05-rc03``du/du-annotations:v25.10-11.05-rc03``du/du-deployments:v25.10-10.17-rc03``du/du-audit:v25.10-10.17-rc03``du/ailoadbalancer:v25.10-10.17-rc03``du/du-training-classifier-2404-aitrainingproxy:v25.10-11.05-rc03``du/du-training-classifier-2404:v25.10-11.05-rc03``du/du-training-ssde-2404-aitrainingproxy:v25.10-11.05-rc03``du/du-training-ssde-2404:v25.10-11.05-rc03``du/du-aimodelhost-2404:v25.10-11.05-rc03``du/du-ai-proxy:v25.10-11.05-rc03``du/du-doc-ocr:v25.10-11.05-rc03``du/du-ml-document-type-text-classifier:v25.10-11.05-rc03``du/du-semistructured:v25.10-11.05-rc03` |
