{"id":15043831,"url":"https://github.com/raluvy95/felidabrowser","last_synced_at":"2025-02-26T05:31:36.665Z","repository":{"id":257827416,"uuid":"271485606","full_name":"raluvy95/FelidaBrowser","owner":"raluvy95","description":"A lightweight Chromium Browser using Electron.js!","archived":true,"fork":false,"pushed_at":"2025-02-07T20:56:39.000Z","size":1803,"stargazers_count":42,"open_issues_count":5,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-17T19:21:58.720Z","etag":null,"topics":["browser","chromium","chromium-browser","chromium-browsers","electron","electronjs","javascript","lightweight","open-source"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raluvy95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-11T07:53:24.000Z","updated_at":"2025-02-11T13:38:20.000Z","dependencies_parsed_at":"2024-10-15T17:44:18.453Z","dependency_job_id":"cd6e16dd-3faa-42c6-be66-c715e9db15e2","html_url":"https://github.com/raluvy95/FelidaBrowser","commit_stats":null,"previous_names":["raluvy95/felidabrowser"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raluvy95%2FFelidaBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raluvy95%2FFelidaBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raluvy95%2FFelidaBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raluvy95%2FFelidaBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raluvy95","download_url":"https://codeload.github.com/raluvy95/FelidaBrowser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240799710,"owners_count":19859638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","chromium","chromium-browser","chromium-browsers","electron","electronjs","javascript","lightweight","open-source"],"created_at":"2024-09-24T20:49:39.410Z","updated_at":"2025-02-26T05:31:36.568Z","avatar_url":"https://github.com/raluvy95.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The project has been archived.\n~~Looking for new maintainers\nI 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.~~\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"250\" height=\"250\" src=\"./assets/mascot.svg\" alt=\"Felida icon\"\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eFelida Browser\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/\"\u003e\u003cimg alt=\"GPLv3 License\" src=\"https://img.shields.io/badge/License-GPL%20v3-yellow.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"#badges\"\u003e\u003cimg alt=\"Downloads\" src=\"https://img.shields.io/github/downloads/raluvy95/FelidaBrowser/total.svg?style=flat\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/raluvy95/FelidaBrowser/issues\"\u003e\u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues-raw/raluvy95/FelidaBrowser.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/raluvy95/FelidaBrowser\"\u003e\u003cimg alt=\"Fork\" src=\"https://img.shields.io/github/forks/raluvy95/FelidaBrowser.svg?style=social\u0026label=Fork\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/cliqz-oss/adblocker\"\u003e\u003cimg alt=\"powered by Cliqz\" src=\"https://img.shields.io/badge/cliqz-powered-blue?logo=cliqz\"\u003e\u003c/a\u003e\n\u003c/p\u003e\u003cbr\u003e\n\u003cimg src=\"./assets/screenshot.png\" alt=\"Felida icon\"\u003e\n\n# Features\n\n  - #### Multiple tabs support\n  - #### Featured AdBlock build-in (using `@cliqz/adblocker-electron` which contains EasyList and uBlock Origin project!)\n\n# TODO\n  - Browsing history (small bug currently)\n  - Chrome extensions\n  - Dark theme on all websites\n  - Bookmarks\n  - Fully customizable\n    - For example: Custom Background, CSS, Menu bar and much more.\n\n# Building \u0026 installing\nThere's no new precompiled build yet, so the only option is to build it yourself.\u003cbr\u003e\u003cbr\u003e\n\nYou 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`.\u003cbr\u003e\nAlternatively, use `npm run build` to build a binary version (make sure to have `electron-packager` installed locally)\n\n# System Requirements\n\nThe 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)\u003cbr\u003e\nAll operating systems requires to have 64 bit. Other arhitectures are supported, but not in the releases so you need to compile from source instead.\n\n| Windows | MacOS | Linux |\n| --- | --- | --- |\n| 7 and later | Not yet released\u003cbr\u003eYou need to compile from source code instead. | Ubuntu 16.04\u003cbr\u003eFedora 21\u003cbr\u003eDebian 8 |\n\n# Known issues\n## Some buttons in \"More\" context menu doesn't work!\nStill working in progress.\n\n## (node:17625) electron: Failed to load URL: ... ERR_BLOCKED_BY_CLIENT\nIt'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.\n\n# Notes\n\nThis browser is in BETA. If you found a bug in the browser feel free to submit a new issue! \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraluvy95%2Ffelidabrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraluvy95%2Ffelidabrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraluvy95%2Ffelidabrowser/lists"}