diff --git a/knowledge base/librewolf.md b/knowledge base/librewolf.md new file mode 100644 index 0000000..9c97e21 --- /dev/null +++ b/knowledge base/librewolf.md @@ -0,0 +1,63 @@ +# LibreWolf + +Customized version of Firefox focused on privacy, security and freedom. + +1. [TL;DR](#tldr) +1. [Further readings](#further-readings) + 1. [Sources](#sources) + +## TL;DR + +
+ Setup + +```sh +brew install --cask 'librewolf' --no-quarantine + +# Make native messaging work. +# Required by extensions like gopass bridge and KeePassXC-Browser +ln -s ~/'Library/Application Support/Mozilla/NativeMessagingHosts' ~/'Library/Application Support/LibreWolf/NativeMessagingHosts' +``` + +
+ + + + + +## Further readings + +- [Website] +- [Main repository] + +### Sources + + + + + + + +[main repository]: https://codeberg.org/librewolf +[website]: https://librewolf.net/ + +