cicd-integrations
2025.10
true
- Overview
- UiPath CLI
- About UiPath CLI
- Downloading UiPath CLI
- Compatibility matrix
- Running UiPath CLI
- Managing NuGet feeds
- Test Manager Support
- Packing projects into a package
- Signing project packages
- Analyzing a project
- Deploying a package to Orchestrator
- Running a job inside Orchestrator
- Testing a package or running a test set
- Testing multiple packages
- Deploying assets to Orchestrator
- Deleting assets from Orchestrator
- Running tasks using JSON configuration
- Restoring automation dependencies
- Troubleshooting UiPath CLI
- Azure DevOps extension
- Jenkins plugin

CI/CD integrations user guide
Last updated Nov 18, 2025
Downloading UiPath CLI
UiPath CLI feeds
You can download any version of the UiPath CLI from the following public feeds:
- UiPath Official Public Feed – primary distribution (includes Windows, Linux, Legacy variants).
- NuGet.org – public distribution for .NET tool consumption.
Install UiPath CLI using dotnet tool
If you prefer installing as a global .NET tool (Windows / Linux), use NuGet.org:
dotnet tool install -g UiPath.CLI.Windows # Windows# ordotnet tool install -g UiPath.CLI.Linux # Linuxdotnet tool install -g UiPath.CLI.Windows # Windows# ordotnet tool install -g UiPath.CLI.Linux # LinuxSpecify an explicit version or if you need a pre-release revision (e.g. build-suffixed version):
dotnet tool install -g UiPath.CLI.Windows --version 25.10.1-20251105-9dotnet tool install -g UiPath.CLI.Windows --version 25.10.1-20251105-9To upgrade:
dotnet tool update -g UiPath.CLI.Windowsdotnet tool update -g UiPath.CLI.WindowsDownloading UiPath CLI directly from UiPath Official feed
- Navigate to the feed and filter by keywords:
uipath.cli. - Select the package matching your platform:
UiPath.CLI.Windows— for Windows devicesUiPath.CLI.Linux— for Linux devicesUiPath.CLI.Windows.Legacy— for Windows devices and for RPA projects of type Windows Legacy
- Go to the Versions tab and select the version you want to download (for 25.10 choose version 25.10.x).
- Download the
.nupkgfile. - Extract the
.nupkg fileto a local folder:- After extraction, open the
toolsfolder. This folder contains the UiPath CLI executables:uipcli.exe(for Windows.Legacy)uipcli.dll(for Windows/Linux/macOS)
- After extraction, open the
Runtime requirement
All UiPath CLI packages require .NET 8.
- On Windows: Install the .NET Desktop Runtime * (included with the SDK).
- On Linux: Ensure the .NET Runtime 8 is available.
- Compatible with UiPath Robot 2025.10 and newer.
Next steps
- Refer to Running UiPath CLI to learn about authentication, global flags, and usage.
- Continue with Managing NuGet Feeds to configure where your packages are published.