Skip to content

Perolize/MyBrowser

Repository files navigation

MyBrowser

Desktop browser for Windows (macOS and Linux coming soon)

You can join to the Discord server for important news, announcements and get involved.

Downloads

To download the latest release, see our releases page

You can also visit our website (WIP) To get the latest stable release

Community

Join our Discord server to suggest features and get the latest features first

Build the browser

Prerequests

  1. nodejs >= 7.4.0

    You can install it from nodejs' website

  2. git

    You can install it from git-scm's website

Installation

After installing the prerequests

  1. Clone the repository:

     git clone https://github.com/Perolize/MyBrowser.git
    
  2. Open the directory:

     cd mybrowser
    
  3. Install the dependecies:

     npm install
    

Running MyBrowser

To run the latest version of the browser you'll need to run

npm start

And you're done

License

Licensed under the LGPL-3.0 License