{"id":50367426,"url":"https://github.com/open-tech-foundation/web-browser","last_synced_at":"2026-06-13T13:01:42.440Z","repository":{"id":356901006,"uuid":"1234058933","full_name":"Open-Tech-Foundation/Web-Browser","owner":"Open-Tech-Foundation","description":"A fast, privacy-focused browser with hardened security, built on top of the Chromium Embedded Framework.","archived":false,"fork":false,"pushed_at":"2026-06-07T18:57:22.000Z","size":3389,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T20:21:56.237Z","etag":null,"topics":["browser","cef","chrome","chromium","firefox","privacy","safari"],"latest_commit_sha":null,"homepage":"https://browser.opentechf.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Open-Tech-Foundation.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-09T17:39:46.000Z","updated_at":"2026-06-07T18:57:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Open-Tech-Foundation/Web-Browser","commit_stats":null,"previous_names":["open-tech-foundation/web-browser"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/Open-Tech-Foundation/Web-Browser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Tech-Foundation%2FWeb-Browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Tech-Foundation%2FWeb-Browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Tech-Foundation%2FWeb-Browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Tech-Foundation%2FWeb-Browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Open-Tech-Foundation","download_url":"https://codeload.github.com/Open-Tech-Foundation/Web-Browser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Tech-Foundation%2FWeb-Browser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34285191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","cef","chrome","chromium","firefox","privacy","safari"],"created_at":"2026-05-30T05:00:58.565Z","updated_at":"2026-06-13T13:01:42.435Z","avatar_url":"https://github.com/Open-Tech-Foundation.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# OTF Web Browser \u003cimg src=\"https://img.shields.io/badge/Alpha-A855F7?style=flat-square\" align=\"center\" /\u003e\n\n**Engineered for Privacy \u0026 Security**\n\n*Part of the \u003cimg src=\"https://raw.githubusercontent.com/Open-Tech-Foundation/website/3ed7ac70ec44465eec0f94e5185cb28a9b11ed07/static/img/OTF-Logo.svg\" width=\"24\" align=\"center\" /\u003e [Open Tech Foundation](https://github.com/Open-Tech-Foundation) ecosystem.*\n\n![OTF Web Browser Screenshot](Screenshot.png)\n\n[**browser.opentechf.org**](https://browser.opentechf.org/) | [**Report Bug**](https://github.com/Open-Tech-Foundation/Web-Browser/issues)\n\n\u003c/div\u003e\n\n\u003e [!WARNING]  \n\u003e **Experimental Project**: This browser is in early development. Features, APIs, and stability are subject to significant changes.\n\n\u003e # A fast, privacy-focused browser with hardened security, built on top of the Chromium Embedded Framework.\n\n## 📥 Download\n\nYou can download the latest version of OTF Web Browser for your platform from our [**GitHub Releases**](https://github.com/Open-Tech-Foundation/Web-Browser/releases) page.\n\n| Platform | Release | Status |\n| :--- | :--- | :--- |\n| **Linux (x64)** | [Latest Tarball](https://github.com/Open-Tech-Foundation/Web-Browser/releases) | ✅ Stable |\n| **Windows (x64)** | TBD | 🚧 In Progress |\n| **macOS** | TBD | 🚧 In Progress |\n\n\u003e [!IMPORTANT]\n\u003e **Chromium sandbox status:** the `.deb`/`.rpm` packages and the install script enable the full Chromium sandbox automatically (SUID `chrome-sandbox` helper). The **AppImage runs with the sandbox disabled** (`--no-sandbox`) because AppImages cannot ship a SUID helper — prefer the packages, or extract the tarball and run `sudo chown root:root chrome-sandbox \u0026\u0026 sudo chmod 4755 chrome-sandbox` next to the binary. The in-progress **Windows builds currently run without the Chromium sandbox** (`cef_sandbox.lib` is not yet linked).\n\n\n\n## Development\n\n## 📦 Installation\n\nPrerequisites:\n- CMake (3.21+)\n- Ninja (Build system)\n- GCC 14+ (C++20 support)\n- Bun (for UI development)\n\n```bash\nbun run setup\n```\n\n## 🛠 Usage\n\nTo start the UI development server (with HMR) and launch the browser automatically:\n\n```bash\nbun run dev\n```\n\n## 🏗 Build\n\nWe use **Ninja** for high-performance builds. To build the project for production:\n\n### 1. Build UI Assets\n```bash\nbun run build:ui\n```\n\n### 2. Build C++ Engine\n```bash\nbun run build:cpp\n```\n\n## 🛣️ Roadmap\n\n- [x] MVP\n- [ ] Automated CI/CD Release Pipeline\n- [ ] Windows (x64) Support\n- [ ] macOS (Universal) Support\n\n## License\n\nThis project is licensed under the [GNU Affero General Public License v3.0](LICENSE).\n\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-tech-foundation%2Fweb-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-tech-foundation%2Fweb-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-tech-foundation%2Fweb-browser/lists"}