# cefsharp/CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

Repository: https://github.com/cefsharp/CefSharp
Canonical: https://ross.abutalabs.com/products/cefsharp
Homepage: http://cefsharp.github.io/
Language: C#
License: NOASSERTION
License Family: other
Topics: cefsharp, c-sharp, c-plus-plus, wpf, winforms, browser, framework
Last push: 2026-08-16T03:08:57+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 5752, "days_push": 17, "days_rel": 17, "gap_med": 20.0, "n_releases_24m": 35}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10246, forks 2924 (observed 2026-08-28T04:10:41.276589+00:00)

## What it is
CefSharp is a .NET wrapper around the Chromium Embedded Framework (CEF) that lets you embed a full Chromium browser in WPF, WinForms, or offscreen .NET applications. It supports JavaScript interop, DevTools access, HTML5/WebGL, and headless browser automation.

## Use cases
- embed a web browser in a wpf application
- display html5 ui inside a winforms desktop app
- run headless chromium for web automation in c#
- execute javascript from .net and expose .net classes to javascript
- render remote web content in a native desktop application
- scrape or automate web pages with chromium in .net

## When to choose
- you need a full-featured, standards-compliant browser engine (HTML5, WebGL, PDF) inside a Windows .NET app
- you need deep JS/.NET interop or direct DevTools protocol access
- you want headless Chromium automation without a remote debugging port

## When to avoid
- you target macOS or Linux - CefSharp is Windows-only
- you only need a lightweight web view and can use WebView2 instead
- you cannot tolerate ~120 MB of added binaries in your app

## Facets
- artifact type: library
- maturity: active
- function: ui-components, web-framework, developer-tools
- domain: web-development, desktop-applications, cross-platform
- platform: windows, dotnet
- tags: chromium, cef, wpf, winforms, browser-control, webview, headless-browser, javascript-interop, desktop

## Member repositories
- cefsharp/CefSharp (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:41.276589+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:19:24.737385+00:00, confidence not recorded.
  - readme: https://github.com/cefsharp/CefSharp (fetched 2026-08-28T04:10:41.276589+00:00, sha 14305acf0c23)
  - homepage: http://cefsharp.github.io/ (fetched 2026-08-29T08:18:50.167457+00:00, sha 317e92fc528b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
