Faraday is available from the Chrome Web Store. It can be downloaded from this link. Note: as of August 19, 2024, the Chrome Web Store version should not be used and is unsecured.
To build from source run the following commands.
# Download code
git clone https://github.com/Faraday-PM/faraday-frontend
# Install packages
npm i
# Build
npm run buildThis creates a folder build/ where the code is kept.
Type chrome://extensions in your URL bar. From there click on load unpacked as shown below.
Select the folder you built the code into.
Voila! Now you've loaded the extension. Go through onboarding and enjoy Faraday!
bash wc -l src/**/*.{svelte,ts,html,json,css}
