Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elzabrowser/elza

Private, fast and minimal web browser based on electron with built-in tor.
https://github.com/elzabrowser/elza

browser elza minimal privacy tor

Last synced: about 2 months ago
JSON representation

Private, fast and minimal web browser based on electron with built-in tor.

Awesome Lists containing this project

README

        


# Elza Browser

# About

Hi! I'm **Elza Browser**. People use me as a secondary browser for privacy purposes. I am on all time incognito mode with some special abilities like tor to remain secure and private, with a minimal design.

## Features

| | Elza Browser |
| - | ------------ |
| 🕵️ | **Always Incognito** |
| 🧅 | **Built-in Onion Routing** |
| 🚫 | **Built-in Ad Blocker** |
| 🎨 | **Minimalist Interface** |
| 🛡️ | **Sandboxed** |
| 🆓 | **Always free** |
| 👐 | **Open-source** |
| 🖥️ | **Multiplatform** |

## Platforms

OS | Latest version | Comment |
---|---|--
[Linux](https://github.com/elzabrowser/elza/releases/latest) | [![Latest stable](https://img.shields.io/github/v/release/elzabrowser/elza?color=white&label=latest%20version)](https://github.com/elzabrowser/elza/releases/latest) | Stable | [
[Windows](https://github.com/elzabrowser/elza/releases/latest) | [![Latest stable](https://img.shields.io/github/v/release/elzabrowser/elza?color=white&label=latest%20version)](https://github.com/elzabrowser/elza/releases/latest) | Stable | [
[MacOS](https://github.com/elzabrowser/elza/releases/latest) | [![Latest stable](https://img.shields.io/github/v/release/elzabrowser/elza?color=white&label=latest%20version)](https://github.com/elzabrowser/elza/releases/latest) | Waiting for more peer reviews |

## Build Instructions

- Clone the repository and install required npm modules
- Install electron `npm install electron --save-dev`.
- Place the tor binary inside resources folder. If you are using Windows, tor binary is directly available at the tor website. You have to manually build tor if you are using Mac/Linux. Follow [this link](https://www.torproject.org/download/tor/) to get the tor source code. Build instructions are available [here](https://2019.www.torproject.org/docs/tor-doc-unix.html.en).
- In Windows, place tor executable at ./resources/win/Tor/tor.exe
- In Mac and Linux, place tor executable at ./resources/lin/tor
- `npm run electron-dev` to run elza browser in developer mode.
- Refer package.json for npm scripts to build elza for your platform.
- Refer the [github workflow](https://github.com/elzabrowser/elza/blob/master/.github/workflows/release.yml) to learn building elza from source.

## Bugs & Support

Found a bug in Elza Browser? You can report it by [creating a new issue](https://github.com/elzabrowser/elza/issues/new? ).

Need assistance or want to ask a question? You can [start a discussion](https://github.com/elzabrowser/elza/discussions/new) or [email us](mailto:[email protected]).

## Creators
- [Basil K Y](https://github.com/basilky)
- [Nitin Sudhakar](https://www.linkedin.com/in/nitin-sudhakar/)
- [Susmith Krishnan](https://github.com/SusmithKrishnan)