{"id":46327624,"url":"https://github.com/ksharindam/quartz-browser-qt5","last_synced_at":"2026-03-04T16:33:38.049Z","repository":{"id":131592294,"uuid":"99646786","full_name":"ksharindam/quartz-browser-qt5","owner":"ksharindam","description":"Light-weight fast web Browser based of PyQt5 QtWebkit","archived":false,"fork":false,"pushed_at":"2024-05-21T12:43:52.000Z","size":318,"stargazers_count":26,"open_issues_count":2,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-21T13:53:26.536Z","etag":null,"topics":["browser","download-manager","pyqt5","qt5","qtwebkit"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ksharindam.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":"2017-08-08T03:39:04.000Z","updated_at":"2024-05-21T12:43:56.000Z","dependencies_parsed_at":"2023-06-10T18:00:15.839Z","dependency_job_id":null,"html_url":"https://github.com/ksharindam/quartz-browser-qt5","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ksharindam/quartz-browser-qt5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fquartz-browser-qt5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fquartz-browser-qt5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fquartz-browser-qt5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fquartz-browser-qt5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksharindam","download_url":"https://codeload.github.com/ksharindam/quartz-browser-qt5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksharindam%2Fquartz-browser-qt5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30086452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","download-manager","pyqt5","qt5","qtwebkit"],"created_at":"2026-03-04T16:33:37.959Z","updated_at":"2026-03-04T16:33:38.030Z","avatar_url":"https://github.com/ksharindam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![License](https://img.shields.io/github/license/ksharindam/quartz-browser-qt5)\n![Release](https://img.shields.io/github/v/release/ksharindam/quartz-browser-qt5)\n![Release Date](https://img.shields.io/github/release-date/ksharindam/quartz-browser-qt5)\n![Downloads Total](https://img.shields.io/github/downloads/ksharindam/quartz-browser-qt5/total)\n![Downloads Latest](https://img.shields.io/github/downloads/ksharindam/quartz-browser-qt5/latest/total)\n\n# Quartz Browser\n\nA useful fast Web Browser for Windows and Linux written in pyqt5 webkit  \n\n### Description\n\nThis browser is aimed at ease of use, faster page loading, very short startup time.  \nThis has minimal settings to avoid confusion.Yet it has most useful settings, such as load images on/off, javascript on/off, change font.  \nTo save pages to read later, print feature can be used to save as pdf. And it can also export the whole page as png image.  \n\n### Installation\n\nFor linux you can download AppImage from releases page. Dont need to install any dependencies, just mark it executable and double click to run.  \n\nIf you wan to install using pip, first install these dependencies...  \n\n* python3  \n* python3-pyqt5  \n* python3-pyqt5.qtwebkit  \n* gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-alsa, gstreamer1.0-libav (Optional, for video support)  \n\nTo Install the browser open terminal inside quartz-browser-qt5 directory. \nAnd then run following command..  \n`$ sudo pip3 install .`  \n\nQuartz Browser will be automatically added to applications menu.  \n\nTo uninstall run..  \n`$ sudo pip3 uninstall quartz-browser`    \n\n### Usage\n\nTo run after installing, type command..  \n`$ quartz_browser`  \n\nOr  \n\n`$ quartz_browser http://www.google.com`  \n\nIf you want to run the browser without/before installing, then  \nOpen terminal and change directory to quartz-browser-qt5 and run  \n`$ ./quartz`  \n\nOr  \n\n`$ ./quartz http://www.google.com`  \n\n### Command Line Options\n--kiosk = Enable kiosk mode  \n\n### Important Features :\n\n* Auto Refresh Mode, Kiosk Mode  \n* Turn Javascript, Load Images on/off  option in main menu  \n* Save as PDF, Save as HTML  \n* Export full page as PNG/JPEG image, HTML file  \n* Custom User Agent  \n* Internal Download Manager with pause/resume support  \n* Download remaining file that was partially downloaded in another browser  \n* External Download Manager support (e.g - wget, uGet )  \n* Play video with RTSP protocol using a media player (e.g omxplayer, mplayer)  \n* YouTube video download support. (Download button automatically appears)  \n* HTML5 Video download support.  \n\n### Screenshot\n\n![Main Window](files/Screenshot.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksharindam%2Fquartz-browser-qt5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksharindam%2Fquartz-browser-qt5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksharindam%2Fquartz-browser-qt5/lists"}