Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raluvy95/felidabrowser

A lightweight Chromium Browser using Electron.js!
https://github.com/raluvy95/felidabrowser

browser chromium chromium-browser chromium-browsers electron electronjs javascript lightweight open-source

Last synced: about 1 month ago
JSON representation

A lightweight Chromium Browser using Electron.js!

Awesome Lists containing this project

README

        

# Looking for new maintainers
I won't add new features or fixes due to complicated technical debt reasons since this project was created with little to zero knowledge and I won't interest in this project. Rewritting this project would take a lot of time. If you wish to maintain further, please contact me from my profile or open new issue with **valid reason**. This project will become archived in approximative 2 years from now until someone becomes new maintainer of this project.

Felida icon


Felida Browser



GPLv3 License
Downloads
Issues
Fork
powered by Cliqz



Felida icon

# Features

- #### Multiple tabs support
- #### Featured AdBlock build-in (using `@cliqz/adblocker-electron` which contains EasyList and uBlock Origin project!)

# TODO
- Browsing history (small bug currently)
- Chrome extensions
- Dark theme on all websites
- Bookmarks
- Fully customizable
- For example: Custom Background, CSS, Menu bar and much more.

# Building & installing
There's no new precompiled build yet, so the only option is to build it yourself.

You need to clone this repository, then go to the folder, open in terminal and use `npm i --save`. Finally, run `./run.bat` if you're using Windows, otherwise `run.sh`.

Alternatively, use `npm run build` to build a binary version (make sure to have `electron-packager` installed locally)

# System Requirements

The browser's system requirements is same as Electron.js, so here's a [full system requirements](https://stackoverflow.com/questions/36306450/what-is-minimum-system-requirements-to-run-electron-apps)

All operating systems requires to have 64 bit. Other arhitectures are supported, but not in the releases so you need to compile from source instead.

| Windows | MacOS | Linux |
| --- | --- | --- |
| 7 and later | Not yet released
You need to compile from source code instead. | Ubuntu 16.04
Fedora 21
Debian 8 |

# Known issues
## Some buttons in "More" context menu doesn't work!
Still working in progress.

## (node:17625) electron: Failed to load URL: ... ERR_BLOCKED_BY_CLIENT
It's not an issue because the adblock plugin is doing its job to block tracking/ad urls. Disable it in Settings if you want to ditch.

# Notes

This browser is in BETA. If you found a bug in the browser feel free to submit a new issue!