# Installing the Extension from source

### Install the Leather extension from source&#x20;

[Download source code](https://github.com/leather-wallet/extension/releases/latest), by getting the .zip asset from the latest release:

<figure><img src="https://2711255060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgNoCNE0bvsne0MKkDx44%2Fuploads%2FLBraT4nw96qzbHgtgyts%2Fimage.png?alt=media&#x26;token=d9919405-80a4-4e7b-b501-d0a462feb9b4" alt=""><figcaption></figcaption></figure>

Leather is an entirely open-source project since we believe it's essential that users can verify the code they run for entrusting their digital assets and identity. [Check out our repository on GitHub](https://github.com/leather-wallet/extension).

You can install the latest version of the [Leather browser extension](https://leather.io/install-extension) from source using the following instructions.

First download the source code from GitHub using the "Download source code" button above and unzip.

Then move the unzipped folder to somewhere on your computer where you can keep it safe from deletion (e.g. your home folder).

### **For Chrome, Brave or Edge:**

1. Go to: chrome://extensions
2. Toggle: **"developer mode"** on.
3. Click on: **"Load unpacked"**
4. Select the new directory, that was unzipped from leather-chromium.vX.X.X.zip.

### **Alternatively, for Firefox:**

1. Go to: about:debugging
2. Click on **"This Firefox"**
3. Click on: **"Load Temporary Add-on…"**
4. Navigate inside the new directory, that was unzipped from leather-firefox.vX.X.X.zip
5. Select the manifest.json file.

**Important:** Installations from source do *not* update automatically to newer versions, unlike those installed from [the Chrome Web Store](https://chrome.google.com/webstore/detail/stacks-wallet/ldinpeekobnhjjdofggfgjlcehhmanlj).

As such, we recommend installing from source only if you have a particular need, such as verifying the code you run on a [version-by-version](https://github.com/leather-wallet/extension/releases) basis or accessing a newer version that isn't yet available in the Chrome stores given review queues.\
\
Note: Since November 2023 Leather hasn't been in the Firefox store. The store was serving an outdated version from 2 years ago before that, which made 6.5.1 version of the extension on Firefox the last automatically updated. Manually updating to the latest version, by installing from source is recommended.&#x20;


---

# 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://leather.gitbook.io/guides/troubleshooting/installing-the-extension-from-source.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.
