Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
/browser-laptopPublic archive

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

License

NotificationsYou must be signed in to change notification settings

brave/browser-laptop

Repository files navigation

LintUnit Testscodecov.ioJavaScript Style GuideOpen 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 alsovisit our website to get the latest stable release (along with a more user-friendly download page).

The Muon version of Brave has only one activerelease channel: Release. This will be deprecated as we move tobrave-core. Both theBeta channel andDeveloper channel are already using thebrave-core code-base.

Community

Join the Q&A community if you'd like to get more involved with Brave. You canask 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 theBuilding 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 ofnodejs

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

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

On Debian / Ubuntu /Mint

apt-get install build-essential rpm ninja-build

On Fedora

dnf install rpm-builddnf 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 ofnpm install you may also install withyarn runningyarn install.

Troubleshooting

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

Preconfigured VMs

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

Running Brave

To run a development version of the browser requires a few steps. The easiest way is just to use twoterminals. 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 tobrave/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

Seedocs/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 theTroubleshooting page in the Wiki.

Running inside of a development version ofMuon

By default, we provide pre-built binaries when younpm install with our own fork ofelectron-prebuilt.

If you want to modify the code toMuon (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 ourbrowser-laptop-bootstrap repo. From there,you can follow the steps in our wiki to get up and running.

Packaging for bundles, installers, and updates

Pleasesee our wiki entry for more information about packaging.


[8]ページ先頭

©2009-2025 Movatter.jp