> For the complete documentation index, see [llms.txt](https://stakpak.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stakpak.gitbook.io/docs/get-started/install-stakpak/installation-on-windows.md).

# Installation on Windows

This is a step-by-step guide to installing Stakpak CLI on Windows.

1. Go to <https://github.com/stakpak/agent/releases>
2. Download the [stakpak-windows-x86\_64.zip](https://github.com/stakpak/cli/releases/download/v0.1.26/stakpak-windows-x86_64.zip) of the latest release.
3. Unzip the folder and open your cmd in the same directory.
4. Create an API key from your Stakpak console [Manage API Keys](/docs/api/manage-api-keys.md)
5. Login to Stakpak CLI.

```bash
stakpak.exe login --api-key $STAKPAK_API_KEY
```

6. Confirm the login by viewing your account.

```bash
stakpak.exe account
```

7. Stakpak CLI is now ready to use.

```
stakpak.exe -h
```

<figure><img src="https://2684022488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOFDKnFMEMmJjoclGx9Hr%2Fuploads%2FoBzykqkkLBj59CuxelPL%2Fimage.png?alt=media&amp;token=60848539-d99a-4793-8056-8e44052da2e6" alt="" width="375"><figcaption><p>Stakpak CLI on Windows</p></figcaption></figure>
