UiPath Documentation
automation-suite
2024.10
false
Automation Suite on EKS/AKS installation guide

Downloading the installation packages

Prerequisites and required tools for downloading Automation Suite installation packages on your management machine.

You must install the following software on your management machine. Management machine refers to the machine you use to operate your cluster and that can access your cluster via the kubeconfig file. Your management machine can run Linux, Windows, or macOS.

The following tools are required to successfully run the prerequisite checks, installation, and post-installation steps on your cluster via the client machine.

ToolDescriptionDownload
uipathctlRequired.
A UiPath® command-line tool that allows you to run commands against Automation Suite Kubernetes. You can use it to check prerequisites in your environment, install Automation Suite, configure and manage it from a single unified CLI.
For details, including a complete list of operations, refer to the uipathctl Reference Guide.
Download uipathctl
versions.jsonRequired.
Required to perform prerequisite checks and installation steps.
Download versions.json
kubectlOptional.
Ensure that it matches the version of your cluster.
Download kubectl
helmOptional.
Required for offline installations when configuring an OCI-compliant registry using mirror-registry.sh or hydrate-registry.sh. Helm 3.8 or later is required.
Download helm
as-cmk.tar.gzContains the container images and deployment manifests of UiPath® shared capabilities and products.Download as-cmk.tar.gz
mirror-registry.shRequired to configure an external Docker registry.Download mirror-registry.sh
hydrate-registry.shRequired to configure the external OCI-compliant registry for offline installations.Download hydrate-registry.sh
as-images.txtContains the name and version of the container images that you must pull and upload into the external Docker registry.Download as-images.txt
as-helm-charts.txtContains the details for the UiPath® application helm chart that you must pull and upload to an external Docker registry hosted on your environment.Download as-helm-charts.txt
uipathtoolsA CLI tool that contains a subset of uipathctl capabilities specific to health commands.Download uipathtools
cv-ondemand.tar.gzContains Computer Vision models and packages.Download cv-ondemand.tar.gz

This page provides a list of download links for all the artifacts you may need to install or configure Automation Suite. Make sure to select the version of the artifacts you target.

Important:

We have identified an issue with Integration Service on Automation Suite 2024.10.0 and 2024.10.1, which can cause increased infrastructure load, if misconfigured. As a result, we have removed Integration Service from the mentioned versions. Integration Service will be available again in Automation Suite 2024.10.2. To re-enable Integration Service on Automation Suite versions 2024.10.0 and 2024.10.1, you must apply the corresponding patch:

Without these patches, Integration Service will remain unavailable in the mentioned Automation Suite versions.

uipathctl

Required. uipathctl is a UiPath® command-line tool that allows you to run commands against Automation Suite. You can use uipathctl to check prerequisites in your environment, install Automation Suite, configure and manage it from a single unified CLI.

Note:

Currently, uipathctl is only compatible with the x86 architecture. You cannot run uipathctl on machines based on the ARM architecture, such as Macs with Apple Silicon (M series) CPUs.

2024.10.9

To download uipathctl for Automation Suite 2024.10.9, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathctl-2024.10.9-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathctl-2024.10.9-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathctl-2024.10.9-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathctl-2024.10.9-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathctl-2024.10.9-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathctl-2024.10.9-darwin-amd64.tar.gz
    

2024.10.8

To download uipathctl for Automation Suite 2024.10.8, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathctl-2024.10.8-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathctl-2024.10.8-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathctl-2024.10.8-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathctl-2024.10.8-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathctl-2024.10.8-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathctl-2024.10.8-darwin-amd64.tar.gz
    

2024.10.7

To download uipathctl for Automation Suite 2024.10.7, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathctl-2024.10.7-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathctl-2024.10.7-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathctl-2024.10.7-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathctl-2024.10.7-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathctl-2024.10.7-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathctl-2024.10.7-darwin-amd64.tar.gz
    

2024.10.6

To download uipathctl for Automation Suite 2024.10.6, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathctl-2024.10.6-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathctl-2024.10.6-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathctl-2024.10.6-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathctl-2024.10.6-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathctl-2024.10.6-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathctl-2024.10.6-darwin-amd64.tar.gz
    

2024.10.5

To download uipathctl for Automation Suite 2024.10.5, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathctl-2024.10.5-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathctl-2024.10.5-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathctl-2024.10.5-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathctl-2024.10.5-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathctl-2024.10.5-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathctl-2024.10.5-darwin-amd64.tar.gz
    

2024.10.4

To download uipathctl for Automation Suite 2024.10.4, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathctl-2024.10.4-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathctl-2024.10.4-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathctl-2024.10.4-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathctl-2024.10.4-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathctl-2024.10.4-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathctl-2024.10.4-darwin-amd64.tar.gz
    

2024.10.3

To download uipathctl for Automation Suite 2024.10.3, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathctl-2024.10.3-darwin-amd64.tar.gz
    

2024.10.2

To download uipathctl for Automation Suite 2024.10.2, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathctl-2024.10.2-darwin-amd64.tar.gz
    

2024.10.1

To download uipathctl for Automation Suite 2024.10.1, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathctl-2024.10.1-darwin-amd64.tar.gz
    

2024.10.0

To download uipathctl for Automation Suite 2024.10.0, run one of the following commands, depending on your OS:

  • Linux:
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-linux-amd64.tar.gz
    wget -O ~/uipathctl-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-linux-amd64.tar.gz
    
  • Windows:
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-windows-amd64.tar.gz
    wget -O ~/uipathctl-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-windows-amd64.tar.gz
    
  • macOS:
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-darwin-amd64.tar.gz
    wget -O ~/uipathctl-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathctl-2024.10.0-darwin-amd64.tar.gz
    

versions.json

Required. Needed to perform prerequisite checks and installation steps.

2024.10.9

To download versions.json for Automation Suite 2024.10.9, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.9/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.9/versions.json

2024.10.8

To download versions.json for Automation Suite 2024.10.8, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.8/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.8/versions.json

2024.10.7

To download versions.json for Automation Suite 2024.10.7, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.7/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.7/versions.json

2024.10.6

To download versions.json for Automation Suite 2024.10.6, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.6/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.6/versions.json

2024.10.5

To download versions.json for Automation Suite 2024.10.5, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.5/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.5/versions.json

2024.10.4

To download versions.json for Automation Suite 2024.10.4, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.4/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.4/versions.json

2024.10.3

To download versions.json for Automation Suite 2024.10.3, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.3/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.3/versions.json

2024.10.2

To download versions.json for Automation Suite 2024.10.2, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.2/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.2/versions.json

2024.10.1

To download versions.json for Automation Suite 2024.10.1, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.1/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.1/versions.json

2024.10.0

To download versions.json for Automation Suite 2024.10.0, run the following command:

wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.0/versions.json
wget -O ~/versions.json https://download.uipath.com/automation-suite/2024.10.0/versions.json

kubectl

Optional. Make sure that kubectl matches the version of your cluster.

To download kubectl, refer to Kubernetes documentation.

Optional. Required for offline installations when configuring an OCI-compliant registry. Helm 3.8 or later is required.

To download helm, refer to the Helm documentation.

UiPath.OrganizationMigrationApp

The UiPath.OrganizationMigrationApp tool helps you perform operations such as move the Identity data of all tenants from standalone to Automation Suite and merge organizations.

To check which UiPath.OrganizationMigrationApp version is compatible with your environment, refer to Compatibility matrix.

2024.10.5

  • Linux

    To download UiPath.OrganizationMigrationApp on a Linux machine, run the following command:

    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.5-linux.zip
    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.5-linux.zip
    
  • Windows

2024.10.4

  • Linux

    To download UiPath.OrganizationMigrationApp on a Linux machine, run the following command:

    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.4-linux.zip
    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.4-linux.zip
    
  • Windows

2024.10.3

  • Linux

    To download UiPath.OrganizationMigrationApp on a Linux machine, run the following command:

    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.3-linux.zip
    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.3-linux.zip
    
  • Windows

2024.10.2

  • Linux

    To download UiPath.OrganizationMigrationApp on a Linux machine, run the following command:

     wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.2-linux.zip
     wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.2-linux.zip
    
  • Windows

2024.10.1

  • Linux

    To download UiPath.OrganizationMigrationApp on a Linux machine, run the following command:

    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.1-linux.zip
    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.1-linux.zip
    
  • Windows

2024.10.0

  • Linux

    To download UiPath.OrganizationMigrationApp on a Linux machine, run the following command:

    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.0-linux.zip
    wget https://download.uipath.com/MSIToAutomationSuiteTenantMigrator-2024.10.0-linux.zip
    
  • Windows

as-cmk.tar.gz

as-cmk.tar.gz contains the container images and deployment manifests of UiPath® Shared Capabilities and UiPath® Product.

If you opt for the offline installation profile, you must download as-cmk.tar.gz. If you choose the online installation profile, Kubernetes will pull all the container images and deployment manifests directly from the container registry hosted in UiPath® servers.

as-cmk.tar.gz is required during installation and upgrade.

2024.10.9

For the checksum file, use the following URL: https://download.uipath.com/automation-suite/2024.10.9/as-cmk-2024.10.9-sha256sum.txt

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.9/as-cmk-2024.10.9.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.9/as-cmk-2024.10.9.tar.gz
    
  • Windows:

    On a Windows machine, open the URL in your browser to download the file, then rename it to as-cmk.tar.gz.

2024.10.8

For the checksum file, download as-cmk-2024.10.8-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.8/as-cmk-2024.10.8.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.8/as-cmk-2024.10.8.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.8.tar.gz and rename it to as-cmk.tar.gz.

2024.10.7

For the checksum file, download as-cmk-2024.10.7-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.7/as-cmk-2024.10.7.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.7/as-cmk-2024.10.7.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.7.tar.gz and rename it to as-cmk.tar.gz.

2024.10.6

For the checksum file, download as-cmk-2024.10.6-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.6/as-cmk-2024.10.6.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.6/as-cmk-2024.10.6.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.6.tar.gz and rename it to as-cmk.tar.gz.

2024.10.5

For the checksum file, download as-cmk-2024.10.5-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.5/as-cmk-2024.10.5.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.5/as-cmk-2024.10.5.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.5.tar.gz and rename it to as-cmk.tar.gz.

2024.10.4

For the checksum file, download as-cmk-2024.10.4-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.4/as-cmk-2024.10.4.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.4/as-cmk-2024.10.4.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.4.tar.gz and rename it to as-cmk.tar.gz.

2024.10.3

For the checksum file, download as-cmk-2024.10.3-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.3/as-cmk-2024.10.3.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.3/as-cmk-2024.10.3.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.3.tar.gz and rename it to as-cmk.tar.gz.

2024.10.2

For the checksum file, download as-cmk-2024.10.2-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.2/as-cmk-2024.10.2.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.2/as-cmk-2024.10.2.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.2.tar.gz and rename it to as-cmk.tar.gz.

2024.10.1

For the checksum file, download as-cmk-2024.10.1-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.1/as-cmk-2024.10.1.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.1/as-cmk-2024.10.1.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.1.tar.gz and rename it to as-cmk.tar.gz.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz
https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz

For the checksum file, download as-cmk-2024.10.0-sha256sum.txt.

  • Linux:

    To download as-cmk.tar.gz on a Linux machine, run the following command:

    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz
    wget -O ~/as-cmk.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-cmk-2024.10.0.tar.gz
    
  • Windows:

    On a Windows machine, download as-cmk-2024.10.0.tar.gz and rename it to as-cmk.tar.gz.

mirror-registry.sh

mirror-registry.sh is required to configure an external Docker registry.

2024.10.9

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.9/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.9/mirror-registry.sh
    
  • Windows:

    On a Windows machine, open the URL in your browser to download the file.

2024.10.8

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.8/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.8/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

2024.10.7

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.7/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.7/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

2024.10.6

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.6/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.6/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

2024.10.5

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.5/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.5/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

2024.10.4

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.4/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.4/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

2024.10.3

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.3/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.3/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

2024.10.2

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.2/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.2/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

2024.10.1

  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.1/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.1/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
  • Linux:

    To download mirror-registry.sh on a Linux machine, run the following command:

    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
    wget -O ~/mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
    
  • Windows:

    On a Windows machine, download mirror-registry.sh.

hydrate-registry.sh

hydrate-registry.sh is required for configuring your external OCI-compliant registry for offline installations in the Automation Suite.

2024.10.9

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.9/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.9/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, open the URL in your browser to download the file.

2024.10.8

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.8/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.8/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

2024.10.7

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.7/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.7/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

2024.10.6

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.6/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.6/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

2024.10.5

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.5/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.5/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

2024.10.4

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.4/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.4/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

2024.10.3

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.3/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.3/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

2024.10.2

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.2/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.2/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

2024.10.1

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.1/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.1/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

2024.10.0

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command:

    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.sh
    wget -O ~/hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.sh
    
  • Windows:

    On a Windows machine, download hydrate-registry.sh.

as-images.txt

as-images.txt contains the name and version of the container images that must be pulled and uploaded into the external Docker registry.

2024.10.9

  • Linux:

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.9/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.9/air-images.txt
    
  • Windows:

    On a Windows machine, open the URL in your browser to download the file, then rename it to as-images.txt.

2024.10.8

  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.8/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.8/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

2024.10.7

  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.7/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.7/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

2024.10.6

  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.6/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.6/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

2024.10.5

  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.5/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.5/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

2024.10.4

  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.4/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.4/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

2024.10.3

  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.3/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.3/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

2024.10.2

  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.2/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.2/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

2024.10.1

  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.1/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.1/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/air-images.txt
https://download.uipath.com/automation-suite/2024.10.0/air-images.txt
  • Linux

    To download air-images.txt on a Linux machine, run the following command:

    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.0/air-images.txt
    wget -O ~/as-images.txt https://download.uipath.com/automation-suite/2024.10.0/air-images.txt
    
  • Windows:

    To download air-images.txt on a Windows machine, access this link and rename the file to as-images.txt.

as-helm-charts.txt

as-helm-charts.txt contain the details for the UiPath® application helm chart that must be pulled and uploaded to an external Docker registry hosted on your environment.

2024.10.9

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.9/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.9/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, open the URL in your browser to download the file, then rename it to as-helm-charts.txt.

2024.10.8

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.8/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.8/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

2024.10.7

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.7/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.7/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

2024.10.6

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.6/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.6/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

2024.10.5

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.5/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.5/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

2024.10.4

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.4/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.4/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

2024.10.3

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.3/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.3/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

2024.10.2

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.2/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.2/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

2024.10.1

  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.1/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.1/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
  • Linux:

    To download embedded-helm-charts.txt on a Linux machine, run the following command:

    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
    wget -O ~/as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
    
  • Windows:

    On a Windows machine, download embedded-helm-charts.txt and rename it to as-helm-charts.txt.

uipathtools

uipathtools is a CLI tool that contains a subset of uipathctl capabilities specific to health commands. The tool is backward compatible and works with any supported Automation Suite version. We recommend using uipathtools as the first step if you face any issue.

2024.10.9

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux:
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathtools-2024.10.9-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathtools-2024.10.9-linux-amd64.tar.gz
    
  • Windows:
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathtools-2024.10.9-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathtools-2024.10.9-windows-amd64.tar.gz
    
  • macOS:
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathtools-2024.10.9-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.9/uipathtools-2024.10.9-darwin-amd64.tar.gz
    

2024.10.8

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathtools-2024.10.8-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathtools-2024.10.8-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathtools-2024.10.8-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathtools-2024.10.8-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathtools-2024.10.8-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.8/uipathtools-2024.10.8-darwin-amd64.tar.gz
    

2024.10.7

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathtools-2024.10.7-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathtools-2024.10.7-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathtools-2024.10.7-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathtools-2024.10.7-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathtools-2024.10.7-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.7/uipathtools-2024.10.7-darwin-amd64.tar.gz
    

2024.10.6

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathtools-2024.10.6-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathtools-2024.10.6-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathtools-2024.10.6-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathtools-2024.10.6-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathtools-2024.10.6-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.6/uipathtools-2024.10.6-darwin-amd64.tar.gz
    

2024.10.5

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathtools-2024.10.5-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathtools-2024.10.5-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathtools-2024.10.5-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathtools-2024.10.5-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathtools-2024.10.5-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.5/uipathtools-2024.10.5-darwin-amd64.tar.gz
    

2024.10.4

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathtools-2024.10.4-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathtools-2024.10.4-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathtools-2024.10.4-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathtools-2024.10.4-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathtools-2024.10.4-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.4/uipathtools-2024.10.4-darwin-amd64.tar.gz
    

2024.10.3

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.3/uipathtools-2024.10.3-darwin-amd64.tar.gz
    

2024.10.2

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.2/uipathtools-2024.10.2-darwin-amd64.tar.gz
    

2024.10.1

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.1/uipathtools-2024.10.1-darwin-amd64.tar.gz
    

2024.10.0

To download uipathtools, run one of the following commands, depending on your OS:

  • Linux
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-linux-amd64.tar.gz
    wget -O uipathtools-linux-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-linux-amd64.tar.gz
    
  • Windows
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-windows-amd64.tar.gz
    wget -O uipathtools-windows-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-windows-amd64.tar.gz
    
  • macOS
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-darwin-amd64.tar.gz
    wget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-darwin-amd64.tar.gz
    

cv-ondemand.tar.gz

cv-ondemand.tar.gz contains Computer Vision models and packages.

If you opt for the offline installation profile, you must download cv-ondemand.tar.gz. If you choose the online installation profile, Automation Suite will pull all the Computer Vision models directly from the container registry hosted in UiPath® servers.

cv-ondemand.tar.gz is required only when you want to use Computer Vision models.

2024.10.9

https://download.uipath.com/automation-suite/2024.10.9/cv2410-2024.10.9.tar.gz

For the checksum file, use the following URL: https://download.uipath.com/automation-suite/2024.10.9/cv2410-2024.10.9-sha256sum.txt

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.9/cv2410-2024.10.9.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.9/cv2410-2024.10.9.tar.gz
    
  • Windows:

    On a Windows machine, open the URL in your browser to download the file, then rename it to cv-ondemand.tar.gz.

2024.10.8

https://download.uipath.com/automation-suite/2024.10.8/cv2410-2024.10.8.tar.gz

For the checksum file, download cv2410-2024.10.8-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.8/cv2410-2024.10.8.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.8/cv2410-2024.10.8.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.8.tar.gz and rename it to cv-ondemand.tar.gz.

2024.10.7

https://download.uipath.com/automation-suite/2024.10.7/cv2410-2024.10.7.tar.gz

For the checksum file, download cv2410-2024.10.7-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.7/cv2410-2024.10.7.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.7/cv2410-2024.10.7.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.7.tar.gz and rename it to cv-ondemand.tar.gz.

2024.10.6

https://download.uipath.com/automation-suite/2024.10.6/cv2410-2024.10.6.tar.gz

For the checksum file, download cv2410-2024.10.6-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.6/cv2410-2024.10.6.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.6/cv2410-2024.10.6.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.6.tar.gz and rename it to cv-ondemand.tar.gz.

2024.10.5

https://download.uipath.com/automation-suite/2024.10.5/cv2410-2024.10.5.tar.gz

For the checksum file, download cv2410-2024.10.5-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.5/cv2410-2024.10.5.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.5/cv2410-2024.10.5.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.5.tar.gz and rename it to cv-ondemand.tar.gz.

2024.10.4

https://download.uipath.com/automation-suite/2024.10.4/cv2410-2024.10.4.tar.gz

For the checksum file, download cv2410-2024.10.4-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.4/cv2410-2024.10.4.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.4/cv2410-2024.10.4.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.4.tar.gz and rename it to cv-ondemand.tar.gz.

2024.10.3

https://download.uipath.com/automation-suite/2024.10.3/cv2410-2024.10.3.tar.gz

For the checksum file, download cv2410-2024.10.3-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.3/cv2410-2024.10.3.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.3/cv2410-2024.10.3.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.3.tar.gz and rename it to cv-ondemand.tar.gz.

2024.10.2

https://download.uipath.com/automation-suite/2024.10.2/cv2410-2024.10.2.tar.gz

For the checksum file, download cv2410-2024.10.2-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.2/cv2410-2024.10.2.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.2/cv2410-2024.10.2.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.2.tar.gz and rename it to cv-ondemand.tar.gz.

2024.10.1

https://download.uipath.com/automation-suite/2024.10.1/cv2410-2024.10.1.tar.gz

For the checksum file, download cv2410-2024.10.1-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.1/cv2410-2024.10.1.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.1/cv2410-2024.10.1.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.1.tar.gz and rename it to cv-ondemand.tar.gz.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/cv2410-2024.10.0.tar.gz

For the checksum file, download cv2410-2024.10.0-sha256sum.txt.

  • Linux:

    To download cv-ondemand.tar.gz on a Linux machine, run the following command from the terminal:

    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.0/cv2410-2024.10.0.tar.gz
    wget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.0/cv2410-2024.10.0.tar.gz
    
  • Windows:

    On a Windows machine, download cv2410-2024.10.0.tar.gz and rename it to cv-ondemand.tar.gz.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated