{"id":24349097,"url":"https://github.com/webview2/EdgeSharp","last_synced_at":"2025-09-28T10:30:33.701Z","repository":{"id":38203110,"uuid":"377334627","full_name":"webview2/EdgeSharp","owner":"webview2","description":"Build .NET Win32/WinForms/WPF WebView2 HTML5 Desktop Apps","archived":false,"fork":false,"pushed_at":"2023-02-12T21:08:22.000Z","size":3154,"stargazers_count":265,"open_issues_count":5,"forks_count":30,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-15T20:17:24.171Z","etag":null,"topics":["asp-net-core","cef","chrome","chromium","css","desktop","dotnet","edge","edgesharp","electron","html5","javascript","json","owin","webview2","win32","winapi","winforms","wpf"],"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/webview2.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-06-16T01:15:44.000Z","updated_at":"2025-01-10T08:43:31.000Z","dependencies_parsed_at":"2023-02-15T22:45:46.126Z","dependency_job_id":null,"html_url":"https://github.com/webview2/EdgeSharp","commit_stats":null,"previous_names":["edgesharp/edgesharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webview2%2FEdgeSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webview2%2FEdgeSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webview2%2FEdgeSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webview2%2FEdgeSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webview2","download_url":"https://codeload.github.com/webview2/EdgeSharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234506361,"owners_count":18843895,"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":["asp-net-core","cef","chrome","chromium","css","desktop","dotnet","edge","edgesharp","electron","html5","javascript","json","owin","webview2","win32","winapi","winforms","wpf"],"created_at":"2025-01-18T12:22:12.238Z","updated_at":"2025-09-28T10:30:33.075Z","avatar_url":"https://github.com/webview2.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/edgesharp/EdgeSharp/blob/main/src/EdgeSharp.Core/edgesharp.png?raw=true\" /\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eEdgeSharp\u003c/h1\u003e\n\nEdgeSharp, an offshoot of [Chromely](https://github.com/chromelyapps/Chromely), is a .NET HTML5 Win32/WinForms/Wpf [WebView2](https://docs.microsoft.com/en-us/microsoft-edge/webview2/) desktop framework. \n\n- [Win32](https://github.com/edgesharp/EdgeSharp/tree/main/src/EdgeSharp) - Implements a .NET win32 window to host WebView2 as a browser.\n- [WinForms](https://github.com/edgesharp/EdgeSharp/tree/main/src/EdgeSharp.WinForms) - Adds value to base Microsoft WebView2 WinForms offering.\n- [Wpf](https://github.com/edgesharp/EdgeSharp/tree/main/src/EdgeSharp.Wpf) - Adds value to base Microsoft WebView2 Wpf offering.\n\n\n\n[![EdgeSharp.Core](http://img.shields.io/nuget/vpre/EdgeSharp.Core.svg?style=flat\u0026label=EdgeSharp.Core)](https://www.nuget.org/packages/EdgeSharp.Core)\n[![EdgeSharp.Core.Owin](http://img.shields.io/nuget/vpre/EdgeSharp.Core.Owin.svg?style=flat\u0026label=EdgeSharp.Core.Owin)](https://www.nuget.org/packages/EdgeSharp.Core.Owin)\n[![EdgeSharp](http://img.shields.io/nuget/vpre/EdgeSharp.svg?style=flat\u0026label=EdgeSharp)](https://www.nuget.org/packages/EdgeSharp)\n[![EdgeSharp.WinForms](http://img.shields.io/nuget/vpre/EdgeSharp.WinForms.svg?style=flat\u0026label=EdgeSharp.WinForms)](https://www.nuget.org/packages/EdgeSharp.WinForms)\n[![EdgeSharp.Wpf](http://img.shields.io/nuget/vpre/EdgeSharp.Wpf.svg?style=flat\u0026label=EdgeSharp.Wpf)](https://www.nuget.org/packages/EdgeSharp.Wpf)\n\nA basic [EdgeSharp Win32 project](https://github.com/edgesharp/EdgeSharp.Samples/tree/main/win-32/EdgeSharp.Sample) requires:\n\n````csharp\nclass Program\n{\n    [STAThread]\n    static void Main(string[] args)\n    {\n        AppBuilder\n        .Create()\n        .UseConfig\u003cSampleConfig\u003e()\n        .UseWindow\u003cSampleWindow\u003e()\n        .UseApp\u003cSampleApp\u003e()\n        .Build()\n        .Run(args);\n    }\n}\n````\n\n### EdgeSharp Samples \nGet started with using [samples](https://github.com/edgesharp/EdgeSharp.Samples). \n\n![edgesharp_screens_normal](https://user-images.githubusercontent.com/18384207/124758111-4115ba80-defc-11eb-8837-6fac14421fd4.gif)\n\n\n### References\n* WebView2 - https://docs.microsoft.com/en-us/microsoft-edge/webview2/\n* Chromium.AspNetCore.Bridge - https://github.com/amaitland/Chromium.AspNetCore.Bridge\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebview2%2FEdgeSharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebview2%2FEdgeSharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebview2%2FEdgeSharp/lists"}