UiPath Documentation
cicd-integrations
2025.10
true
CI/CD integrations user guide

Downloading UiPath CLI

Download any version of the UiPath CLI from the UiPath Official Public Feed.

Downloading UiPath CLI

You can download any version of the UiPath CLI from the following public feeds:

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
# or
dotnet tool install -g UiPath.CLI.Linux      # Linux
# or
dotnet tool install -g UiPath.CLI.macOS      # macOS
dotnet tool install -g UiPath.CLI.Windows    # Windows
# or
dotnet tool install -g UiPath.CLI.Linux      # Linux
# or
dotnet tool install -g UiPath.CLI.macOS      # macOS

Specify 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.6
dotnet tool install -g UiPath.CLI.Windows --version 25.10.6

To upgrade:

dotnet tool update -g UiPath.CLI.Windows
dotnet tool update -g UiPath.CLI.Windows

To use UiPath-Official source (when nuget.org might not be available):

dotnet tool install -g UiPath.CLI.Windows --source https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json
dotnet tool install -g UiPath.CLI.Windows --source https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json

Downloading from UiPath Official feed

  1. Navigate to the feed and filter by keywords: uipath.cli.
  2. Select the package matching your platform:
  3. Go to the Versions tab and select the version you want to download (for 25.10 choose version 25.10.x).
  4. Download the .nupkg file.
  5. Extract the .nupkg file to a local folder. The entrypoint location depends on the package:
    • UiPath.CLI.Windows / UiPath.CLI.Linux / UiPath.CLI.macOS: tools/net8.0/any/uipcli.dll
    • UiPath.CLI.Windows.Legacy: tools/uipcli.exe or tools/uipcli.dll

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

  • Downloading UiPath CLI
  • Install UiPath CLI using dotnet tool
  • Downloading from UiPath Official feed
  • Runtime requirement
  • Next steps

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated