Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.09 KB

Brave-AppImage

This is an unofficial appimage of Brave browser.

Download

Download the latest release from Here

How to run

File Manager (GUI)

On some systems all you have to do is to click on the appimage and it will run, on others, however, you would have to do a few things before being able to just double click on the appimage:

  1. Right click on the appimage
  2. Go to properties
  3. Go to Permissions
  4. Allow file to run as executable

*Terms used may be a little different depending on your File Manager/Desktop Environment

Terminal

chmod +x Brave-*.AppImage
./Brave-*.AppImage

If you do not have FUSE installed on your system you can still run the AppImage like this:

./Brave-*.AppImage --appimage-extract
cd squashfs-root
./AppRun

Note

This is an unofficial AppImage of Brave. Here is the link to the official page: https://brave.com/ there you can find official releases of Brave for Linux, Windows and MacOS as well as the source code of the software and details about the licence.