> For the complete documentation index, see [llms.txt](https://leather.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leather.gitbook.io/guides/installing/download-and-install.md).

# Download and install

{% hint style="info" %}
Wallet extensions are available for Chrome, Brave, Edge, Opera and Firefox. Desktop versions are available for Windows, MacOS and Linux. There is no other requirement for getting started with Leather.
{% endhint %}

## Leather for Web

<figure><img src="/files/GkEUugwReG73UFpz0BFw" alt=""><figcaption></figcaption></figure>

1. [Install the extension for Chrome, Brave or Firefox](https://leather.io/install-extension)
2. Open extension in your browser
3. Select "Create a new wallet" if you haven't used Leather (or previously called Hiro Wallet) before OR,
4. Navigate to the bottom of the window and select "Sign in with Secret Key"
5. If you've selected "Create a wallet", follow the instructions provided to generate and save a 24-word Secret Key.

## Leather for Desktop

<figure><img src="/files/GkEUugwReG73UFpz0BFw" alt=""><figcaption></figcaption></figure>

1. [Download for MacOS, Windows or Linux](https://leather.io/install-desktop)
2. Double click the download and drag the "Leather" icon into your "Applications" folder.
3. Double click the "Leather" application to open
4. Select "Create a new wallet" if you haven't used the Leather before. If you have a Ledger S device, ensure that it's connected and unlocked with your PIN. Ensure that the "Stacks" application is installed on your Ledger device using the "Ledger instructions" below. Then proceed to select "Use a Ledger wallet". [See Ledger instructions](https://leather.gitbook.io/guides/securing-the-wallet/using-ledger-with-leather). If you do not have a Ledger device, select "Create a software wallet".
5. If you've selected "Create a software wallet", follow the instructions provided to generate and save your 24-word Secret Key.


---

# 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://leather.gitbook.io/guides/installing/download-and-install.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.
