{"id":27973014,"url":"https://github.com/yaronkoresh/browser","last_synced_at":"2026-04-29T14:02:32.964Z","repository":{"id":289493131,"uuid":"971445247","full_name":"YaronKoresh/browser","owner":"YaronKoresh","description":"A browser written with C++ and Qt","archived":false,"fork":false,"pushed_at":"2025-04-23T14:34:44.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T10:06:00.517Z","etag":null,"topics":["browser","cpp","mit-license","qt"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YaronKoresh.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,"zenodo":null}},"created_at":"2025-04-23T14:30:28.000Z","updated_at":"2025-04-24T14:28:10.000Z","dependencies_parsed_at":"2025-04-23T15:55:03.003Z","dependency_job_id":null,"html_url":"https://github.com/YaronKoresh/browser","commit_stats":null,"previous_names":["yaronkoresh/browser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YaronKoresh/browser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaronKoresh%2Fbrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaronKoresh%2Fbrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaronKoresh%2Fbrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaronKoresh%2Fbrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YaronKoresh","download_url":"https://codeload.github.com/YaronKoresh/browser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YaronKoresh%2Fbrowser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262235779,"owners_count":23279566,"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","cpp","mit-license","qt"],"created_at":"2025-05-07T23:22:05.010Z","updated_at":"2026-04-29T14:02:32.935Z","avatar_url":"https://github.com/YaronKoresh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yaron's Browser\n\nA simple, lightweight web browser built with C++ and the Qt 6 framework, using the Qt WebEngine (Chromium) module. This project started as a single-file experiment and is now a fully structured Qt application.\n\n## Features\n* Basic web navigation (Back, Forward, Go, Refresh)\n* Address bar with URL loading\n* Loading progress bar and status bar messages\n* \"View Source\" functionality\n* Download manager with \"Save As\" dialog\n\n## How to Build\nThis project is built using `qmake` and the MSVC compiler on Windows.\n\n### Prerequisites\n1.  **Qt 6:** Download and execute the Qt Online Installer.\n    * Install `Qt 6.10.0` or newer, with:\n      * `sources`.\n      * `MSVC 2022 64-bit`.\n      * `Qt Positioning` (additional llibrary).\n      * `Qt WebChannel` (additional llibrary).\n    * Add the `Qt WebEngine` and `Qt PDF` extensions.\n2.  **Visual Studio 2022:** Download and execute the Visual Studio Installer.\n    * Install `Visual Studio 2022 Community`.\n    * Ensure you select the `Desktop development with C++` workload.\n\n### Building from Command Line\n1.  Open a `cmd` terminal.\n2.  Set up the MSVC environment (adjust path if needed):\n    ```\n    \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat\" x64\n    ```\n3.  Navigate to the project's root directory:\n    ```\n    cd path\\to\\your\\browser-repo\n    ```\n4.  Run `qmake` to generate the `Makefile` (adjust path if needed):\n    ```\n    C:\\Qt\\6.10.0\\msvc2022_64\\bin\\qmake.exe\n    ```\n5.  Run `nmake` to compile the project:\n    ```\n    nmake\n    ```\n6.  Navigate into the build output directory:\n    ```\n    cd build\n    ```\n7.  Deploy the necessary Qt DLLs using `windeployqt` (adjust path if needed):\n    ```\n    C:\\Qt\\6.10.0\\msvc2022_64\\bin\\windeployqt.exe browser.exe\n    ```\n8.  The executable (`browser.exe`) and all required files are now in the `build` directory, ready to run.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaronkoresh%2Fbrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaronkoresh%2Fbrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaronkoresh%2Fbrowser/lists"}