ByteLab-Engine / Browser

ByteLab Browser, a customizable and extendable web browser made with Electron.
GNU General Public License v3.0
0 stars 0 forks source link

ByteLab Browser

ByteLab Browser is an extendable and customizable web browser built on `Electron`, `React`, and other new web technologies.

Features:

Why Electron?

Many web browsers are built on Chromium. Chromium is a powerful web engine, but it is complex and hard to work on.

Using a framework like Electron allows us to make an easy-to-develop and customize web browser that has the power of Chromium.

Performance is also as fast or faster than Chromium based web browsers thanks to Electron's low overhead.

Run locally

  1. Install NPM packages
    npm install
  2. Run the app
    npm start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Social Channels

To stay up to date with the project, submit bugs, and submit features, please join:

More social channels are coming soon

Credits

⚖ License

Distributed under the GPL-3.0 License. See LICENSE.txt for more information.