Setup local machine
To start with Taskurai, you need to setup your local development environment.
Install Taskurai CLI
- macOS
- Windows
- Linux
To install the Taskurai CLI on macOS, you can choose between homebrew or dotnet tool installation. A direct download is available as alternative option.
- Install using homebrew:
brew install taskurai/tap/taskurai
Homebrew is used for installing and updating taskurai packages.
- Install using dotnet tool installation:
dotnet tool install -g Taskurai.CLI
.NET 8.0 SDK is required to run dotnet tool.
More installation options
To install the Taskurai CLI on Windows, you can choose the dotnet tool installation. A direct download is available as alternative option.
- Install using dotnet tool installation:
dotnet tool install -g Taskurai.CLI
.NET 8.0 SDK is required to run dotnet tool.
More installation options
To install the Taskurai CLI on Windows, you can choose the dotnet tool installation or use a scripted installation. A direct download is available as alternative option.
- Install using dotnet tool installation:
dotnet tool install -g Taskurai.CLI
.NET 8.0 SDK is required to run dotnet tool.
- Install using script:
curl -fsSL https://get.taskurai.com/releases/get.sh | sh
More installation options
Install language runtime
- C#
Install .NET 8.0 SDK
Access credentials
Taskurai CLI requires your existing Entra credentials, used to setup the Taskurai subscription to manage Taskurai resources.