Skip to content

AppJail-makejails/librewolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreWolf

LibreWolf is a free and open source web browser descended from the Mozilla Application Suite. It is small, fast and easy to use, and offers many advanced features:

Features:

  • Popup Blocking
  • Tabbed Browsing
  • Live Bookmarks (ie. RSS)
  • Extensions
  • Themes
  • FastFind
  • Improved Security

librewolf.net

librewolf logo

How to use this Makejail

Open a shell and run appjail makejail and appjail start:

appjail makejail -j librewolf -f gh+AppJail-makejails/librewolf \
    -o virtualnet=":<random> default" \
    -o nat \
    -o x11
appjail start librewolf

After Makejail builds the jail, you can run LibreWolf using the librewolf_open custom stage:

xhost +
appjail run -s librewolf_open librewolf
# or to open a specific website:
appjail run -s librewolf_open -V URL=http://example.org librewolf

Arguments

  • librewolf_tag (default: 13.5-full): see #tags.
  • librewolf_ajspec (default: gh+AppJail-makejails/librewolf): Entry point where the appjail-ajspec(5) file is located.
  • librewolf_sound_devices (default: 1): Enables sndstat, mixer* and dsp* devices.
  • librewolf_3d_devices (default: 1): Enables dri, dri/*, drm, drm/* and pci devices.
  • librewolf_webcam_devices (default: 1): Enables cuse*, video*, usb and usb/* devices.

Recommendation

1.- Use hardware acceleration when available.

2.- Enable WebRender.

Tags

Tag Arch Version Type librewolf_enable_3d librewolf_enable_webcamd
13.5-full amd64 13.5-RELEASE thin 1 1
14.3-full amd64 14.3-RELEASE thin 1 1

About

Custom version of Firefox, focused on privacy, security and freedom.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages