automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white
Automation Suite on Linux Installation Guide
Last updated Nov 21, 2024

Installation packages download links

Package

Purpose

as-installer.zip

  • Installation
  • Upgrade
  • Restore
  • New node

as.tar.gz

  • Installation
  • Upgrade
uipathctl
  • Diagnostic and troubleshooting

du-ondemand.tar.gz

  • Document Understanding installation

cv-ondemand.tar.gz

  • Computer Vision installation

objectstore-migration.sh

  • Objectstore data migration in online and offline installations

automation-suite-util.tar.gz

  • Objectstore data migration in offline installations

mirror-registry.txt

  • Installation and configuration when using an external OCI-compliant registry

hydrate-registry.sh
  • Installation and configuration when using an external OCI-compliant registry

as-images.txt

  • Installation and configuration when using an external OCI-compliant registry

as-helm-charts.txt

  • Installation and configuration when using an external OCI-compliant registry

as-fs.tar.gz
  • Installation and configuration when using a temporary registry

versions.json

  • Prerequisite checks and installation

Tip: This page provides instructions on downloading the files to the current directory of the current user. If you want to change the directory, make sure to provide the path to download using the -O parameter.

as-installer.zip

as-installer.zip is an installation package that contains the main installation and supporting scripts. The package also contains the uipathctl tool.
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.
If you choose the offline installation profile, you must download as-installer.zip. If you opt for the online installation profile, as-installer.zip is automatically downloaded by the interactive installation wizard.
The as-installer.zip file is required during installation, upgrade, cluster restore in the event of disaster, and while adding new node to existing cluster.

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/installer-2024.10.0.zip

  • Linux:

    To download as-installer.zip on a Linux machine, run the following command from the terminal:
    wget -O as-installer.zip https://download.uipath.com/automation-suite/2024.10.0/installer-2024.10.0.zipwget -O as-installer.zip https://download.uipath.com/automation-suite/2024.10.0/installer-2024.10.0.zip
  • Windows:

    To download as-installer.zip on a Windows machine, click here and rename the file to as-installer.zip.

Full as.tar.gz

as.tar.gz contains the container images and deployment manifests of UiPath® Shared Capabilities and UiPath® Product. The bundle is approximately 30 GiB in size.
The full as.tar.gz is ideal for users with strong network connections who wish to download the complete file in one go.
If you opt for the offline installation profile, you must download as.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.tar.gz is required during installation and upgrade only on server node when using internal Docker registry.

2024.10.0

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

For the checksum file, click here.

  • Linux:

    To download as.tar.gz on a Linux machine, run the following command from the terminal:
    wget -O as.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-2024.10.0.tar.gzwget -O as.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-2024.10.0.tar.gz
  • Windows:

    To download as.tar.gz, click here and rename the file to as.tar.gz.

du-ondemand.tar.gz

du-ondemand.tar.gz contains base images to install Document Understanding packages.
If you opt for the offline installation profile, you need to download du-ondemand.tar.gz. If you choose the online installation profile, Automation Suite pulls all the Document Understanding base images directly from the container registry hosted in UiPath® servers.
du-ondemand.tar.gz is required only when Document Understanding is installed.

For download instructions, see ML Packages Offline Installation.

Important: After downloading Document Understanding packages, make sure to rename them to du-ondemand.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.0

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

For the checksum file, click here.

  • 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.gzwget -O cv-ondemand.tar.gz https://download.uipath.com/automation-suite/2024.10.0/cv2410-2024.10.0.tar.gz
  • Windows:

    To download cv-ondemand.tar.gz on a Windows machine, click here and rename the file to cv-ondemand.tar.gz.

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.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.gzwget -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.gzwget -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.gzwget -O uipathtools-darwin-amd64.tar.gz https://download.uipath.com/uipathctl/2024.10.0/uipathtools-2024.10.0-darwin-amd64.tar.gz

objectstore-migration.sh

objectstore-migration.sh helps you migrate Objectstore data in online and offline installations.

2024.10.0

https://download.uipath.com/automation-suite/objectstore-migration.sh

  • Linux:

    To download objectstore-migration.sh on a Linux machine, run the following command from the terminal:
    wget -O objectstore-migration.sh https://download.uipath.com/automation-suite/objectstore-migration.shwget -O objectstore-migration.sh https://download.uipath.com/automation-suite/objectstore-migration.sh
  • Windows:

    To download objectstore-migration.sh on a Windows machine, click here.

automation-suite-util.tar.gz

automation-suite-util.tar.gz helps you migrate Objectstore data in offline installations.

2024.10.0

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

  • Linux:

    To download automation-suite-util.tar.gz on a Linux machine, run the following command from the terminal:
    wget -O automation-suite-util.tar.gz https://download.uipath.com/automation-suite/automation-suite-util.tar.gzwget -O automation-suite-util.tar.gz https://download.uipath.com/automation-suite/automation-suite-util.tar.gz
  • Windows:

    To download automation-suite-util.tar.gz on a Windows machine, click here.

mirror-registry.sh

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

2024.10.0

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 from the terminal:
    wget -O mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.shwget -O mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.0/mirror-registry.sh
  • Windows:

    To download mirror-registry.sh on a Windows machine, click here.

hydrate-registry.sh

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

2024.10.0

https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.sh

  • Linux:

    To download hydrate-registry.sh on a Linux machine, run the following command from the terminal:
    wget -O hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.shwget -O hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.0/hydrate-registry.sh
  • Windows:

    To download hydrate-registry.sh on a Windows machine, click here.

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.0

https://download.uipath.com/automation-suite/2024.10.0/embedded-images.txt

  • Linux:

    To download embedded-images.txt on a Linux machine, run the following command from the terminal:
    wget -O as-images.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-images.txtwget -O as-images.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-images.txt
  • Windows:

    To download embedded-images.txt on a Windows machine, click here
    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.0

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 from the terminal:
    wget -O as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txtwget -O as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.0/embedded-helm-charts.txt
  • Windows:

    To download embedded-helm-charts.txt on a Windows machine, click here
    and rename the file to as-helm-charts.txt.

as-fs.tar.gz

as-fs.tar.gz contains the Helm charts and images to deploy the shared components and the service components in offline mode.

2024.10.0

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

For the checksum file, click here.

  • Linux:

    To download as-fs.tar.gz on a Linux machine, run the following command from the terminal:
    wget -O as-fs.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-fs-2024.10.0.tar.gzwget -O as-fs.tar.gz https://download.uipath.com/automation-suite/2024.10.0/as-fs-2024.10.0.tar.gz
  • Windows:

    To download as-fs.tar.gz on a Windows machine, click here.

versions.json

Needed to perform prerequisite checks and installation steps.

2024.10.0

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

  • Linux:

    To download versions.json on a Linux machine, run the following command from the terminal:
    wget -O versions.json https://download.uipath.com/automation-suite/2024.10.0/versions.jsonwget -O versions.json https://download.uipath.com/automation-suite/2024.10.0/versions.json
  • Windows:

    To download versions.json on a Windows machine, click here.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.