IvanCaceres / wexond

A privacy-focused, extensible and beautiful web browser

Home Page:https://wexond.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wexond

Travis Discord Downloads

Wexond is an extensible and privacy-focused web browser with a totally different user experience, built on top of Electron, TypeScript, React and styled-components. 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 powered by Cliqz adblocker, websites can load even 2 times faster!
  • Beautiful and minimalistic UI - The address bar is hidden in Overlay to take less space, but it doesn't impact on usability in any way. It's even better! Give it a shot
  • Tab groups - Easily group tabs to groups and access them really fast.
  • Partial support for Chrome extensions - Install some extensions from Chrome Web Store (see #110)
  • Overlay - It contains everything you will need. Search box, bookmarks, menu, your custom components and much more!
  • Packages - Extend Wexond for your needs, by installing or developing your own packages. They can theme the browser and even add custom components to the Overlay! (#147)
  • Organize apps in tabs - Wexond's tabs system can also contain your native apps like in Multrin! (currently only for Windows)

Screenshots

Roadmap

Supported Chrome APIs

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 and 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 Node.js installed on your machine.

When running on Windows, make sure you have build tools installed. You can install them by running 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. We will try to help as much as I can.

$ npm install

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

$ npm run dev

Other commands

You can also run other commands, for other tasks like building the app or linting the code, by using the commands described below.

Usage:

$ npm run <command>

List of available commands:

Command Description
build Bundles Wexond's source in production mode.
compile-win32 Compiles Wexond binaries for Windows.
compile-darwin Compiles Wexond binaries for macOS.
compile-linux Compiles Wexond binaries for Linux.
lint Lints code.
lint-fix Fixes eslint errors if any
start Starts Wexond.
dev Starts Wexond in the development mode

NOTE: compile-win32 command will produce publishing errors at the end. Just ignore them.

Documentation

At this moment there are no docs, however this may change in the future, see (#147).

Guides and the API reference are located in docs. It also contains documents describing how to use the browser, and create themes.

Sponsors

Sponsors

Backers

Backers

About

A privacy-focused, extensible and beautiful web browser

https://wexond.net

License:GNU General Public License v3.0


Languages

Language:TypeScript 98.4%Language:JavaScript 1.0%Language:NSIS 0.5%Language:HTML 0.1%