Back to Meshery

Install Meshery CLI on Windows

docs/content/en/installation/windows/_index.md

1.0.181.2 KB
Original Source

On Windows systems, mesheryctl can be installed via Scoop or downloaded directly.

{{% mesheryctl/installation-scoop %}}

Install mesheryctl as a direct download

Follow the installation steps to install the mesheryctl CLI. Then, execute:

{{< code code="./mesheryctl system start" >}}

If you are installing Meshery on Docker, execute the following command:

{{< code code="./mesheryctl system start -p docker" >}}

Optionally, move the mesheryctl binary to a directory in your PATH.

<!-- Meshery server supports customizing authentication flow callback URL, which can be configured in the following way <pre class="codeblock-pre"> <div class="codeblock"><div class="clipboardjs">MESHERY_SERVER_CALLBACK_URL=https://custom-host ./mesheryctl system start</div></div> </pre> Type `yes` when prompted to choose to configure a file. To get started, choose Docker as your platform to deploy Meshery. -->

Related Reading

Meshery CLI Guides

Guides to using Meshery's various features and components.

{{< mesheryctl-guides-list >}}

{{< related-discussions tag="mesheryctl" >}}

Installation Options