{"id":50296687,"url":"https://github.com/equodev/chromium","last_synced_at":"2026-05-28T09:01:50.416Z","repository":{"id":38330897,"uuid":"72766402","full_name":"equodev/chromium","owner":"equodev","description":"Create and render web UIs in Java, SWT, Swing, JavaFX(coming soon), and Eclipse RCP applications.","archived":false,"fork":false,"pushed_at":"2024-02-20T16:29:48.000Z","size":11426,"stargazers_count":149,"open_issues_count":4,"forks_count":29,"subscribers_count":43,"default_branch":"ce/116","last_synced_at":"2024-04-21T17:14:29.727Z","etag":null,"topics":["browser","cef","chromium","chromium-embedded-framework","chromium-swt","chromium-widget","desktop-app","eclipse","eclipse-plugin","eclipse-rcp","java","swing","swt","swt-browser"],"latest_commit_sha":null,"homepage":"https://www.equo.dev/chromium","language":"Java","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/equodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-11-03T16:47:28.000Z","updated_at":"2024-04-13T15:25:24.000Z","dependencies_parsed_at":"2023-01-19T15:46:32.597Z","dependency_job_id":"fe35e052-b2b1-4842-aee8-95a278ab79fc","html_url":"https://github.com/equodev/chromium","commit_stats":null,"previous_names":["equoplatform/chromium-swt"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/equodev/chromium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equodev%2Fchromium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equodev%2Fchromium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equodev%2Fchromium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equodev%2Fchromium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equodev","download_url":"https://codeload.github.com/equodev/chromium/tar.gz/refs/heads/ce/116","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equodev%2Fchromium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33601380,"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-05-28T02:00:06.440Z","response_time":99,"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","chromium","chromium-embedded-framework","chromium-swt","chromium-widget","desktop-app","eclipse","eclipse-plugin","eclipse-rcp","java","swing","swt","swt-browser"],"created_at":"2026-05-28T09:01:49.371Z","updated_at":"2026-05-28T09:01:50.410Z","avatar_url":"https://github.com/equodev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Equo Chromium Community Edition (**V116**)\n\nThe [Equo Chromium](https://www.equo.dev/chromium) Community Edition widget is a cross platform browser that allows users to create and render modern web-based UIs inside a Java application. It can be used in standalone Java applications, Windowless mode, Swing, SWT, or Eclipse RCP applications.\n\nNo more custom code for each platform, no more installations of specific libraries for Linux, no more problems in Windows with IE, no more platform-dependant and browser-specific issues at all. This is a truly **cross platform** browser that runs seamlessly in all operating systems and in embedded devices.\n\nIt is based on and uses the CEF Framework (https://bitbucket.org/chromiumembedded/cef).\n\n## Usage\n\nTo use the Equo Chromium Community Edition widget add the following import sentence to your Java classes:\n\n\n```java\nimport com.equo.chromium.swt.Browser;\n```\n\nBelow you can see an example of how to instantiate the browser in your application:\n\n```java\nimport com.equo.chromium.swt.Browser\npublic class SinglePagePart {\n\tpublic void createBrowser(Composite parent, String url) {\n\t\tBrowser browser = new Browser(parent, SWT.NONE);\n\t\tbrowser.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));\n\t\tbrowser.setUrl(url);\n\t}\n}\n```\n\n## Examples\n\nComplete Sample projects can be found [here](https://github.com/equoplatform/chromium-samples).\n\n## Distribution\n\nThe Equo Chromium Browser is provided as ready-to-use P2, MVN and OSGi repositories, which contain:\n\n- a Chromium bundle\n- a Chromium native library per platform fragments\n- a feature containing all the above\n\n### Repositories\n\nRepositories are available for Linux, Windows and macOS (x86_64 only)\n\n[Equo Chromium repositories](https://dl.equo.dev/chromium-swt-ce/oss/mvn/index.html)\n\nIf you need support for other platforms (i.e 32 bits or ARM architectures) please [contact us](https://www.equo.dev/request-a-demo).\n\n## Equo documentation\n\nhttps://docs.equo.dev/main/getting-started/introduction.html\n\n## Contributing\n\nThank you to all the people who are contributing to Equo Chromium! Please, read our [Contributors Guide](docs/CONTRIBUTING.md) if you want to contribute to this project.\n\nBy contributing you agree to our [Code of Conduct](docs/CODE_OF_CONDUCT.md)'s terms.\n\n## Build\n\nThis repo uses GIT LFS, please install (https://git-lfs.github.com/) before cloning.\n\n- Clone this repo.\n- `mvn clean package`\n\n\n## License\n\n[Equo Chromium](https://www.equo.dev/chromium) is dual-licensed under commercial and open source licenses (GPLv3). This repository is licensed under GPLv3. To get a commercial license and to not worry about the obligations associated with the GPLv3 license please contact the [Equo support team](https://www.equo.dev/request-a-demo).\n\n## Release Notes\n\nAll the release notes for the Equo Chromium browser can be found [here](https://docs.equo.dev/chromium/116.x-ce/reference/release-notes.html).\n\n## Support\n\nIf you need consultancy or support for having the widget integrated into your app, contact our [Enterprise support team](mailto:support@equo.dev).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequodev%2Fchromium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequodev%2Fchromium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequodev%2Fchromium/lists"}