Table of Contents

Enum InstallKind

Namespace
JD.AI.Core.Installation
Assembly
JD.AI.Core.dll

How JD.AI was installed on the current machine.

public enum InstallKind

Fields

Apt = 6

APT / dpkg (apt install jdai).

Brew = 5

Homebrew (brew install jdai).

Chocolatey = 3

Chocolatey (choco install jdai).

DotnetTool = 0

.NET global tool (dotnet tool install -g JD.AI).

NativeBinary = 1

Self-contained native binary downloaded from GitHub Releases.

Scoop = 4

Scoop (scoop install jdai).

Unknown = 7

Unable to determine installation method.

Winget = 2

Windows Package Manager (winget install JD.AI).