Skip to content

Accessing Developer Builds

Foulest edited this page Sep 4, 2025 · 1 revision

Accessing Developer Builds

Note: You need to have a GitHub account to download artifacts.

Here's how to install Osprey manually for developer builds:

Chrome/Edge

  1. Navigate to the Actions section and click Compile for Chrome or Compile for Edge.
  2. Scroll down to the Artifacts section and download the artifact file.
  3. Extract the artifact's ZIP file to a folder on your computer.
  4. Navigate to about://extensions in your browser.
  5. Enable Developer mode and click Load unpacked.
  6. Select the downloaded ZIP file and click Select Folder.

Firefox

Note: This only works for builds of Firefox that allow unsigned addons.

  1. Navigate to the Actions section and click Compile for Firefox.
  2. Scroll down to the Artifacts section and download the artifact file.
  3. Extract the artifact's ZIP file to a folder on your computer.
  4. Navigate to about:addons in your browser.
  5. Click the gear icon and select Install Add-on From File.
  6. Select the downloaded ZIP file and click Select Folder.

A developer build of Osprey should now be installed in your browser.

Clone this wiki locally