> For the complete documentation index, see [llms.txt](https://docs.noports.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.noports.com/installation/windows/cli-client.md).

# Windows CLI Client Installation

### Step 1: Download the Installer

Download the installer [from GitHub](https://github.com/atsign-foundation/noports/releases/download/v5.8.7/NoPortsInstaller-windows-x64.zip).

### Step 2: Client Install

Launch the NoPorts-x64.msi program and allow it administrative permissions:

<figure><img src="https://2080310565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxDhnoLkxryJhtCjj7mE2%2Fuploads%2FQDOcn8IoNOcFm3U3qHDN%2FCleanShot%202025-01-20%20at%2016.44.12%402x.png?alt=media&amp;token=5f185196-8e46-450b-a48c-c43bda6e01de" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2080310565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxDhnoLkxryJhtCjj7mE2%2Fuploads%2FmUWqxzo5APw3C4QebZtz%2FCleanShot%202025-01-20%20at%2016.44.39%402x.png?alt=media&amp;token=0d843233-28f0-47a7-bf18-5ac0afa1e10b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2080310565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxDhnoLkxryJhtCjj7mE2%2Fuploads%2FYrXP8i94FKIi49I35MOG%2FCleanShot%202025-01-20%20at%2016.45.20%402x.png?alt=media&amp;token=d3d168bc-871a-4ffe-a0b9-00a010cdcc2a" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2080310565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxDhnoLkxryJhtCjj7mE2%2Fuploads%2FzrRTKyPkE1j8hehpkZ77%2FCleanShot%202025-01-20%20at%2016.45.45%402x.png?alt=media&amp;token=3cd28b43-0738-4f31-a49b-4ebc53b05b43" alt=""><figcaption></figcaption></figure>

### Step 3: Activate your client Atsign

{% hint style="warning" %}
If you've activated your **client** atSign on another device already, this step will not work. Instead, follow this guide: [Reuse your client Atsign on another machine](/installation-faq/reuse-your-client-atsign-on-another-machine.md)
{% endhint %}

#### Step 3.1 Open the Windows installer and click "Activate atSign"

<figure><img src="https://2080310565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxDhnoLkxryJhtCjj7mE2%2Fuploads%2F3wGvh4TNH8vhBa7EgvfC%2FCleanShot%202025-01-20%20at%2016.48.11%402x.png?alt=media&amp;token=9b7788bb-8cab-4595-a353-106e6e0957a4" alt=""><figcaption></figcaption></figure>

#### Step 3.2 Enter the atSign you wish to activate and click "Submit"

<figure><img src="https://2080310565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxDhnoLkxryJhtCjj7mE2%2Fuploads%2FsH7yFjQdn71A14UP6GXY%2FCleanShot%202025-01-20%20at%2018.42.07%402x.png?alt=media&amp;token=709c648b-4ba3-435a-a397-741ce64858d6" alt=""><figcaption></figcaption></figure>

#### Step 3.3 Wait for the OTP (One time pincode) then enter it and press "Generate"

<figure><img src="https://2080310565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxDhnoLkxryJhtCjj7mE2%2Fuploads%2FisMjCSmYSxHYre13U680%2FCleanShot%202025-01-20%20at%2018.42.40%402x.png?alt=media&amp;token=f294ca31-4e17-4e8d-b294-bacbb7b45690" alt=""><figcaption></figcaption></figure>

#### Step 3.4 Wait for the keys to generate, then you may either exit the program or go home

<figure><img src="https://2080310565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxDhnoLkxryJhtCjj7mE2%2Fuploads%2F4zCum7kWQPnPsaGbb0EA%2FCleanShot%202025-01-20%20at%2017.44.52%402x.png?alt=media&amp;token=a07e2ecd-9607-46da-9de9-e5fdf1b3804c" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.noports.com/installation/windows/cli-client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
