{"id":14965109,"url":"https://github.com/outsystems/cefglue","last_synced_at":"2025-04-08T11:09:30.071Z","repository":{"id":40249360,"uuid":"358014151","full_name":"OutSystems/CefGlue","owner":"OutSystems","description":".NET binding for The Chromium Embedded Framework (CEF)","archived":false,"fork":false,"pushed_at":"2025-04-07T15:38:42.000Z","size":7235,"stargazers_count":339,"open_issues_count":27,"forks_count":51,"subscribers_count":44,"default_branch":"main","last_synced_at":"2025-04-08T11:09:07.024Z","etag":null,"topics":["avalonia","browser","cef","csharp","dotnet","linux","macos","odc","snyk-service-studio","webview","windows","wpf","xaml"],"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/OutSystems.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":"2021-04-14T19:06:36.000Z","updated_at":"2025-04-07T00:02:29.000Z","dependencies_parsed_at":"2023-12-20T12:50:36.871Z","dependency_job_id":"96174057-f3dc-4fda-bf07-f5acf8676f3b","html_url":"https://github.com/OutSystems/CefGlue","commit_stats":{"total_commits":639,"total_committers":42,"mean_commits":"15.214285714285714","dds":0.6463223787167449,"last_synced_commit":"00cea3eb2b612ac86af204bf91b8848383a7a558"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FCefGlue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FCefGlue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FCefGlue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FCefGlue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OutSystems","download_url":"https://codeload.github.com/OutSystems/CefGlue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829498,"owners_count":21002996,"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":["avalonia","browser","cef","csharp","dotnet","linux","macos","odc","snyk-service-studio","webview","windows","wpf","xaml"],"created_at":"2024-09-24T13:34:14.058Z","updated_at":"2025-04-08T11:09:30.045Z","avatar_url":"https://github.com/OutSystems.png","language":"C#","readme":"# CefGlue\n.NET binding for The Chromium Embedded Framework (CEF). \n\nCefGlue lets you embed Chromium in .NET apps. It is a .NET wrapper control around the Chromium Embedded Framework ([CEF](https://bitbucket.org/chromiumembedded/cef/src/master/)). \nIt can be used from C# or any other CLR language and provides both Avalonia and WPF web browser control implementations.\n\nHere's a table for supported architectures, frameworks and operating systems:\n\n| OS      | x64 | ARM64 | WPF | Avalonia |\n|---------|-----|-------|-----|----------|\n| Windows | ✔️  | ✔️    | ✔️  | ✔️      |\n| macOS   | ✔️  | ✔️    | ❌  | ✔️      |\n| Linux   | ✔️  | 🔘    | ❌  | ✔️      |\n\n✔️ Supported\n❌ Not supported\n🔘 Works with issues.\n\nSee [LINUX.md](./LINUX.md) for more information about issues and tested distribution list. \n\nCurrently only x64 and ARM64 architectures are supported.\n\n## Releases\nStable binaries are released on NuGet, and contain everything you need to embed Chromium in your .NET/CLR application. \n- [![CefGlue.Avalonia](https://img.shields.io/nuget/v/CefGlue.Avalonia.svg?style=flat\u0026label=CefGlue-Avalonia)](https://www.nuget.org/packages/CefGlue.Avalonia/)\n- [![CefGlue.Avalonia.ARM64](https://img.shields.io/nuget/v/CefGlue.Avalonia.ARM64.svg?style=flat\u0026label=CefGlue-Avalonia-ARM64)](https://www.nuget.org/packages/CefGlue.Avalonia.ARM64/)\n- [![CefGlue.Common](https://img.shields.io/nuget/v/CefGlue.Common.svg?style=flat\u0026label=CefGlue-Common)](https://www.nuget.org/packages/CefGlue.Common/)\n- [![CefGlue.Common.ARM64](https://img.shields.io/nuget/v/CefGlue.Common.ARM64.svg?style=flat\u0026label=CefGlue-Common-ARM64)](https://www.nuget.org/packages/CefGlue.Common.ARM64/)\n- [![CefGlue.WPF](https://img.shields.io/nuget/v/CefGlue.WPF.svg?style=flat\u0026label=CefGlue-WPF)](https://www.nuget.org/packages/CefGlue.WPF/)\n- [![CefGlue.WPF.ARM64](https://img.shields.io/nuget/v/CefGlue.WPF.ARM64.svg?style=flat\u0026label=CefGlue-WPF-ARM64)](https://www.nuget.org/packages/CefGlue.WPF.ARM64/)\n\n## Documentation \nSee the [Avalonia sample](CefGlue.Demo.Avalonia) or [WPF sample](CefGlue.Demo.WPF) projects for example web browsers built with CefGlue. They demo some of the available features.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutsystems%2Fcefglue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutsystems%2Fcefglue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutsystems%2Fcefglue/lists"}