Retour au classement

brave/browser-laptop

JavaScriptbrave.com

[DEPRECATED] Please see https://github.com/brave/brave-browser for the current version of Brave

bravebrowsermuonelectronjavascriptlinuxwindowsmacosbat
Croissance des étoiles
Étoiles
7.9k
Forks
955
Croissance hebdomadaire
Issues
298
2k4k6k
janv. 2016juil. 2019janv. 2023juil. 2026
Artefactsnpmnpm install browser-laptop
README

Lint Unit Tests codecov.io JavaScript Style Guide Open Source Helpers

Brave Browser

Desktop browser for macOS, Windows, and Linux.

Deprecation notice: this repository is for the older Muon (our fork of Electron) version of Brave.
The newer version of the browser (brave-core) can be found here.
Development is being wound down on this version as issues are migrated to the new code-base

If you're experiencing issues with Brave or would like to contribute, please check out the new code-base instead

For other versions of our browser, please see:

Downloads

To download the latest release, see our releases page.

You can also visit our website to get the latest stable release (along with a more user-friendly download page).

The Muon version of Brave has only one active release channel: Release. This will be deprecated as we move to brave-core. Both the Beta channel and Developer channel are already using the brave-core code-base.

Community

Join the Q&A community if you'd like to get more involved with Brave. You can ask for help, discuss features you'd like to see, and a lot more. We'd love to have your help so that we can continue improving Brave.

Useful documentation

Running from source

If you're setting up using Windows, please see the Building on Windows wiki entry for a full walkthrough.

For other platforms (macOS, Linux) You'll need certain packages installed before you can build and run Brave locally.

Prerequisites

  1. the current LTS version of nodejs

    Install from your package manager, nvm, or download from https://nodejs.org

  2. npm version 5 or greater (to make use of the package-lock.json)

On Debian / Ubuntu /Mint

apt-get install build-essential rpm ninja-build

On Fedora

dnf install rpm-build
dnf group install "Development Tools" "C Development Tools and Libraries"

Installation

After installing the prerequisites:

  1. Clone the git repository from GitHub:

     # For beta testers:
     git clone --depth 1 https://github.com/brave/browser-laptop
    
     # For devs over HTTPS:
     git clone https://github.com/brave/browser-laptop
    
     # For devs over SSH:
     git clone git@github.com:brave/browser-laptop.git
    
  2. Open the working directory:

     cd browser-laptop
    
  3. Install the Node dependencies:

     npm install
    

Instead of npm install you may also install with yarn running yarn install.

Troubleshooting

Additional notes on troubleshooting installation issues are in the Troubleshooting page in the Wiki.

Preconfigured VMs

Some platforms are available as pre-configured VMs. See the readme for details.

Running Brave

To run a development version of the browser requires a few steps. The easiest way is just to use two terminals. One terminal can be used just to watch for changes to the code

npm run watch

Now actually run Brave in another terminal

npm start

Some errors related to brave/electron update can be fixed by doing a clean install:

rm -rf node_modules/
npm install

If this does not work, please clear out your ~/.electron first and try again.

Running webdriver tests

To run the webdriver tests

npm run watch-test  or  npm run watch-all

Now run tests in another terminal

npm test

See docs/tests.md for more information.

Port

Brave uses port 8080 to communicate between its client and server sides by default. If you are using port 8080 for something else (e.g. a web proxy) then you can set the node config to make it use a different one.

e.g. npm config set brave:port 9001

Additional notes on troubleshooting development issues are in the Troubleshooting page in the Wiki.

Running inside of a development version of Muon

By default, we provide pre-built binaries when you npm install with our own fork of electron-prebuilt.

If you want to modify the code to Muon (Brave's Electron fork), then you'll need to build it. An example of why you might do that would be exposing a new event to the webview (from Muon).

To start this process, you'll want to check out our browser-laptop-bootstrap repo. From there, you can follow the steps in our wiki to get up and running.

Packaging for bundles, installers, and updates

Please see our wiki entry for more information about packaging.

Dépôts similaires
searxng/searxng

SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.

PythonPyPIGNU Affero General Public License v3.0metasearchsearch
docs.searxng.org
34.2k3.2k
brave/brave-browser

Brave browser for Android, iOS, Linux, macOS, Windows.

Mozilla Public License 2.0bravebrowser
brave.com
23.1k3.2k
MetaMask/metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

TypeScriptnpmOtherchromeextension
metamask.io
13.2k5.6k
LearningCircuit/local-deep-research

~95% on SimpleQA (e.g. Qwen3.6-27B on a 3090). Supports all local and cloud LLMs (llama.cpp, Ollama, Google, ...). 10+ search engines - arXiv, PubMed, your private documents. Everything Local & Encrypted.

PythonPyPIMIT Licenseacademiaarxiv
8.8k769
obsidianmd/obsidian-clipper

Highlight and capture the web in your favorite browser. The official Web Clipper extension for Obsidian.

TypeScriptnpmMIT Licensebrowser-extensionchrome-extension
obsidian.md/clipper
4.8k642
yokoffing/filterlists

Collection of blocklists to fill in the gaps

privacyadblock
3.5k92
StellarSand/privacy-settings

Guide to privacy settings for most major software and services.

MIT Licenseprivacyprivacy-online
2k69
brave/brave-ios

Brave iOS Browser

SwiftMozilla Public License 2.0swiftbrowser
brave.com
1.7k445
xaitax/Chrome-App-Bound-Encryption-Decryption

Bypass Chromium's App-Bound Encryption via Direct Syscall-based Reflective Process Hollowing. Extract cookies, passwords, payment methods & tokens from Chrome, Edge, Brave & Avast - fileless, user-mode, no admin required.

CMIT Licenseapp-boundbrave
primepage.de
1.7k288
YouG-o/YouTube-No-Translation

Web browser add-on that prevents YouTube's automatic translations! It keeps titles, descriptions, and audio in their original language.

TypeScriptnpmGNU Affero General Public License v3.0translationyoutube
youtube-no-translation.vercel.app
1.2k20
JingMatrix/ChromeXt

UserScript and DevTools supports for Chromium based and WebView based browsers

KotlinGNU General Public License v3.0androidchrome
jingmatrix.github.io/ChromeXt/
1.1k89