Installation

The CLI can be run as standalone executable or as dotnet tool.

Single Executable

Download the executable directly from the Curiosity CLI Releases page and run it on your machine.

dotnet Tool

The Curiosity CLI requires .NET 9.0 or later. To install the tool globally, run:

dotnet tool install --global Curiosity.CLI

You can also install the tool locally scoped to a specific project. For more information on installing dotnet tools, refer to the .NET documentation.

Last updated