cicd-integrations
2025.10
true
- Overview
- UiPath CLI
- About UiPath CLI
- Downloading UiPath CLI
- Compatibility matrix
- Running UiPath CLI
- Managing NuGet feeds
- Packing projects into a package
- 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 12, 2025
Downloading UiPath CLI
Downloading UiPath CLI
You can download any version of the UiPath CLI from the UiPath Official Public 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)uipcli.dll(for Linux)
- 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.