Installation

Currently this is individual project and you can experience and develop it in a custom browser of our reference implementation based on Firefox ESR.

It add-ons four main components for Self-Sovereign Identity - window.ssi, browser.ssi, services.ssi(credential store service) and about:selfsovereignidentity(setting page).

Also, those components can easily add-on to other firefox forks as well, so you can choose another implementation. And your implementation, too!

System Requirements

https://www.mozilla.org/en-US/firefox/128.4.0/system-requirements/

Install from source

  1. Set up your editor - https://firefox-source-docs.mozilla.org/contributing/editor.html
  2. Check out from https://gitlab.com/studioteatwo/gecko-dev-for-mvp ℹ️NOTE: for first time, depth option recommended
git clone git@gitlab.com:studioteatwo/gecko-dev-for-mvp.git --depth 1
  1. Build ℹ️NOTE: it will take an hour or more
cd gecko-dev-for-mvp
./mach build
  1. After that, you can choose ./mach run (for interactive) or ./mach package (for static).

Install from the binaries

Download the one for your platform from the distribution site.

ℹ️NOTE: Currently these builds are pre-release-style release. Please hold the ctl key and right-click on Mac and Windows.

https://github.com/studioTeaTwo/gecko-dev-pkg-distributor/releases

Install other firefox forks

Tor Browser version

  1. Set up your editor - https://firefox-source-docs.mozilla.org/contributing/editor.html
  2. Check out from https://gitlab.com/studioteatwo/gecko-dev-for-mvp
git clone git@gitlab.com:studioteatwo/gecko-dev-for-mvp.git --depth 1
git checkout mvp-tor
  1. Follow: https://gitlab.torproject.org/tpo/applications/team/-/wikis/Development-Information/Tor-Browser/dev-Build

Configure

Depending on your build, you may need to configure manually in about:config.

requirementkeyvalue
MUSTsecurity.nocertdbfalse

Versioning

These builds are forked and therefore managed by versioning both the custom add-on browser and the base browser. The version is difined below:

v<custom-browser-version><custom-browser-branch>-<base-browser-version><base-browser-suffix>

For example v0.0.1mvp-128.5.0esr is destined for a 0.0.1 release from mvp branch, based on the Mozilla Firefox 128 ESR branch. If v0.0.1beta-14.0-1tor, it means a 0.0.1 release from beta branch, based on the Tor browser 14.0-1 release.

And, to distinguish with the branding, the install path and so on of the base browser, the namespace ssb is defined.