automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white

Automation Suite on Linux Installation Guide

Last updated Jan 27, 2025

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

https://download.uipath.com/automation-suite/2024.10.1/installer-2024.10.1.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.1/installer-2024.10.1.zipwget -O as-installer.zip https://download.uipath.com/automation-suite/2024.10.1/installer-2024.10.1.zip
  • Windows:

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

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.

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

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

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1.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.1/as-2024.10.1.tar.gzwget -O as.tar.gz https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1.tar.gz
  • Windows:

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

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.

Split 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 split as.tar.gz is designed for users with restricted networks, or those who may encounter challenges when downloading larger files.
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.1

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-001

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-002

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-003

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-004

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-005

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-006

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-007

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-008

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-009

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-010

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-011

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-012

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-013

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-014

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-015

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-016

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-017

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-018

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-019

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-020

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-021

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-022

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-023

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-024

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-025

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-026

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-027

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-028

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-029

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-030

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-031

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-032

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-033

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-034

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-035

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-036

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-037

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-038

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-039

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-040

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-041

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-042

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-043

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-044

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-045

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-046

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-047

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-048

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-049

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-050

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-051

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-052

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-053

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-054

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-055

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-056

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-057

https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-058

For the checksum file, click here.

  • Linux:

    To download each split file on a Linux machine, you can use the wget command. The command to download the first part is provided here:
    wget https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-001wget https://download.uipath.com/automation-suite/2024.10.1/as-2024.10.1-part-001

    Repeat this process for each subsequent part by incrementing the part number in the file name.

    After downloading all parts, run the following command to concatenate the parts into a single as.tar.gz file:
    cat as-2024.10.1-part-* > as.tar.gzcat as-2024.10.1-part-* > as.tar.gz
  • Windows:

    Download each part of the split file individually, by clicking the corresponding download links provided above. Each link represents a part of the full as.tar.gz file.
    After downloading all parts, run the following command via Command Prompt to concatenate the parts into a single as.tar.gz file:
    copy /b as-2024.10.1-part-* as.tar.gzcopy /b as-2024.10.1-part-* 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.1

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

    To download cv-ondemand.tar.gz on a Windows machine, click here and rename the file 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, 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.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.gzwget -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.gzwget -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.gzwget -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.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.1

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.

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

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.

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

https://download.uipath.com/automation-suite/2024.10.1/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.1/mirror-registry.shwget -O mirror-registry.sh https://download.uipath.com/automation-suite/2024.10.1/mirror-registry.sh
  • Windows:

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

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

https://download.uipath.com/automation-suite/2024.10.1/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.1/hydrate-registry.shwget -O hydrate-registry.sh https://download.uipath.com/automation-suite/2024.10.1/hydrate-registry.sh
  • Windows:

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

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

https://download.uipath.com/automation-suite/2024.10.1/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.1/embedded-images.txtwget -O as-images.txt https://download.uipath.com/automation-suite/2024.10.1/embedded-images.txt
  • Windows:

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

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

https://download.uipath.com/automation-suite/2024.10.1/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.1/embedded-helm-charts.txtwget -O as-helm-charts.txt https://download.uipath.com/automation-suite/2024.10.1/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.

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

https://download.uipath.com/automation-suite/2024.10.1/as-fs-2024.10.1.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.1/as-fs-2024.10.1.tar.gzwget -O as-fs.tar.gz https://download.uipath.com/automation-suite/2024.10.1/as-fs-2024.10.1.tar.gz
  • Windows:

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

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

https://download.uipath.com/automation-suite/2024.10.1/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.1/versions.jsonwget -O versions.json https://download.uipath.com/automation-suite/2024.10.1/versions.json
  • Windows:

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

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-2025 UiPath. All rights reserved.