# Download and Installation

The CLI is released as open-source on [GitHub](https://github.com/seal-community/cli). Its latest version is available [here](https://github.com/seal-community/cli/releases/tag/latest).

#### Linux:

1. Download the [latest](https://github.com/seal-community/cli/releases/tag/latest) version for Linux.
2. Unzip it and extract the `seal` file. No installation is needed.
3. For ease of use it's recommended to put the `seal` file in the project directory, or add the directory it's in to the `PATH` environment variable.

#### Mac:

1. Download the [latest](https://github.com/seal-community/cli/releases/tag/latest) version for Mac (it's the `pkg` file).
2. Install the `pkg` file normally.
3. The installation defaults to `/usr/local/bin/seal`.

#### Windows:

{% hint style="info" %}
Due to the rarity of some CI setups, the Windows version of the CLI may have less features than the Linux and Mac versions.
{% endhint %}

1. Download the [latest](https://github.com/seal-community/cli/releases/tag/latest) version for Windows.
2. Unzip it and extract the `seal.exe` file. No installation is needed.
3. For ease of use it's recommended to put the `seal.exe` file in the project directory, or add the directory it's in to the `Path` environment variable.

For instructions on how to incorporate the CLI as part of your CI refer to this [section](/fundamentals/cli/integrating-with-the-ci.md).


---

# Agent Instructions: 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:

```
GET https://docs.sealsecurity.io/fundamentals/cli/download-and-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
