Get Gorbag Extension

Download the beta release of the Gorbag wallet extension for Chromium-based browsers and Firefox.

Latest Release: v0.0.2-beta

Released on: 2025-11-11

Download the latest version for Chromium-based browsers (Chrome, Edge, Brave).

Download Chrome (10.0 MB)

Older Releases

Build Locally

Install Locally Packed Extension (Chromium)

  1. Download the `.zip` file for your desired version.
  2. Unzip the file to a local folder.
  3. Open Chrome/Brave/Edge and navigate to `chrome://extensions` (or `brave://extensions`, `edge://extensions`).
  4. Enable "Developer mode" using the toggle in the top right corner.
  5. Click "Load unpacked" and select the unzipped folder.
  6. The Gorbag extension should now appear in your extensions list.

Build from Source

If you prefer to build the extension from source, follow these steps:

  1. Clone the repository:
    git clone https://github.com/GorbagWallet/gorbag-wallet.git
  2. Navigate to the project directory and install dependencies:
    pnpm install
  3. Build for Chromium-based browsers:
    pnpm chrome-build

    The build will be located in the `build/chrome-mv3-prod` directory.

  4. Build for Firefox:
    pnpm firefox-build

    The build will be located in the `build/firefox-mv2-prod` directory.

For more details, refer to the project's `package.json` scripts and documentation.