June 5, 2019

640 words 4 mins read

wexond/desktop

wexond/desktop

A privacy-focused, extensible and beautiful web browser

repo name wexond/desktop
repo link https://github.com/wexond/desktop
homepage https://wexond.net
language TypeScript
size (curr.) 15490 kB
stars (curr.) 1831
created 2017-04-13
license GNU General Public License v3.0

Actions Status Downloads FOSSA Status PayPal Discord

Wexond is an extensible and privacy-focused web browser with a totally different user experience, built on top of Electron and React. It aims to be fast, private, beautiful, extensible and functional.

Features

  • Wexond Shield - Browse the web without any ads and don’t let websites to track you. Thanks to the Wexond Shield, websites can load even 2 times faster!
  • Chromium without Google services and low resources usage - Since Wexond uses Electron under the hood which is based on only several and the most important Chromium components, it’s not bloated with redundant Google tracking services and others.
  • Built-in dark mode - Wexond has a built-in dark theme, but it also changes white websites to dark with just a one click. No eyestrain at night anymore!
  • Beautiful and minimalistic UI - The address bar is hidden to take less vertical screen space, but it doesn’t impact on usability in any way. It’s even better! Give it a shot
  • Fast and fluent UI - The animations are really smooth and their timings are perfectly balanced.
  • Highly customizable new tab page - Customize almost an every aspect of the new tab page!
  • Tab groups - Easily group tabs, so it’s hard to get lost.
  • Scrollable tabs
  • Partial support for Chrome extensions - Install some extensions directly from Chrome Web Store* (see #110) (WIP)
  • Packages - Extend Wexond for your needs, by installing or developing your own packages and themes* (#147) (WIP)

Screenshots

image

image

Roadmap

Contributing

If you have found any bugs or just want to see some new features in Wexond, feel free to open an issue. We’re open to any suggestions. Bug reports would be really helpful for us and appreciated very much. Wexond is in heavy development and some bugs may occur. Also, please don’t hesitate to open a pull request. This is really important to us and for the further development of this project.

Running

Before running Wexond, please ensure you have latest Node.js installed on your machine.

When running on Windows, make sure you have build tools installed. You can install them by running this command as administrator:

$ npm i -g windows-build-tools

Firstly, run this command to install all needed dependencies. If you have encountered any problems, please report it.

$ npm install

After a successful installation, the native modules need to be rebuilt using Electron headers. To do this, run:

$ npm run rebuild

The given command below will run Wexond in the development mode.

$ npm run dev

Documentation

Guides and the API reference are located in docs directory.

Sponsors

Sponsors

Backers

Backers

License

FOSSA Status

FAQ

Why Electron?

Wexond has been hated by many people for using Electron by saying things like it’s a web browser inside a web browser. It’s somewhat true, but technically it doesn’t matter (also please keep in mind that browsers like Firefox also have the UI built with web technologies). It doesn’t make the browser any slower or heavier, it’s rather the opposite based on Wexond resources usage compared to Chrome. Choosing Electron was the best option to build the browser. We can build the UI however we want and make the customization even better. We don’t have enough resources to build Chromium for weeks and edit almost 25 million lines of code and search for weeks for example the code responsible for changing button icons. Instead we chose Electron which uses only several Chromium components required to properly display the external content without any of the Google services, which makes the browser much lighter. Despite using only some part of Chromium, it doesn’t really affect on the browser functionalities. We can implement all of the Chromium features except the Google services.

comments powered by Disqus