{"id":13594948,"url":"https://github.com/chromelyapps/CefSharp","last_synced_at":"2025-04-09T10:32:27.404Z","repository":{"id":52790609,"uuid":"281830890","full_name":"chromelyapps/CefSharp","owner":"chromelyapps","description":"Build HTML Desktop Apps on .NET/.NET Core/.NET 5 using native GUI, HTML5, JavaScript, CSS","archived":true,"fork":false,"pushed_at":"2023-01-15T23:17:26.000Z","size":405,"stargazers_count":101,"open_issues_count":1,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-04T17:49:45.663Z","etag":null,"topics":[],"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/chromelyapps.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}},"created_at":"2020-07-23T02:31:08.000Z","updated_at":"2025-04-01T09:02:54.000Z","dependencies_parsed_at":"2023-02-10T00:00:57.717Z","dependency_job_id":null,"html_url":"https://github.com/chromelyapps/CefSharp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chromelyapps%2FCefSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chromelyapps%2FCefSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chromelyapps%2FCefSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chromelyapps%2FCefSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chromelyapps","download_url":"https://codeload.github.com/chromelyapps/CefSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248020593,"owners_count":21034459,"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":[],"created_at":"2024-08-01T16:01:41.361Z","updated_at":"2025-04-09T10:32:22.395Z","avatar_url":"https://github.com/chromelyapps.png","language":"C#","funding_links":[],"categories":["C#","C\\#"],"sub_categories":[],"readme":"# ** Announcement ** - Chromely CefSharp is no longer being maintained! \n\nFor those who would like to continue working on the project via forks or alternative approaches, please send mattkol the appropriate links and they will be added here.\n\nThanks to all the contributors over the years for making the platform a great learning place.\n\nThank you all.\n------------------------------------------------------------------------------------------------------------------------------------------\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/chromelyapps/Chromely/blob/master/nugets/chromely.ico?raw=true\" /\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eChromely CefSharp\u003c/h1\u003e\n\nChromely is a lightweight alternative to \u003ca href=\"https://github.com/ElectronNET/Electron.NET\"\u003eElectron.NET\u003c/a\u003e, \u003ca href=\"https://github.com/electron/electron\"\u003eElectron\u003c/a\u003e for .NET/.NET Core developers.\n\nChromely is a .NET/.NET Core HTML5 Chromium desktop framework. It is focused on building apps based on [Xilium.CefGlue](https://gitlab.com/xiliumhq/chromiumembedded/cefglue), [CefSharp](https://github.com/cefsharp/CefSharp) implementations of  embedded Chromium ([CEF](https://bitbucket.org/chromiumembedded/cef)) **without WinForms or WPF**, but can be extended to use WinForms or WPF. Chromely uses **Windows**, **Linux** and **MacOS** native GUI API as \"thin\" chromium hosts.\n\nWith Chromely you can build Single Page Application (SPA) HTML5 desktop apps with or without Node/npm. Building SPA apps using Blazor or javascript frameworks like Angular, React, Vue or similar is easy. You can use Visual Studio Code or any IDE you are familiar with as long as Chromely knows the entry html file from the compiled/bundled files. For more info please see - [Blazor-Demos](https://github.com/chromelyapps/demo-projects/tree/master/blazor) and [Chromely-Apps](https://github.com/chromelyapps/demo-projects/tree/master/angular-react-vue).\n\n##### If you like Chromely, please give it a star - it helps! #####\n\nHave a quick question? Wanna chat? Connect on  [![Join the chat at https://gitter.im/chromely_/Lobby](https://badges.gitter.im/chromely_/Lobby.svg)](https://gitter.im/chromely_/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nHave an app/project/tool using Chromely - [please share!](https://github.com/chromelyapps/Chromely/issues/63)\n\n[![Chromely.Core](http://img.shields.io/nuget/vpre/Chromely.Core.svg?style=flat\u0026label=Chromely.Core)](https://www.nuget.org/packages/Chromely.Core)\n[![Chromely.CefSharp](http://img.shields.io/nuget/vpre/Chromely.CefSharp.svg?style=flat\u0026label=Chromely.CefSharp)](https://www.nuget.org/packages/Chromely.CefSharp)\n\nA basic Chromely project requires: - [Demos](https://github.com/chromelyapps/demo-projects/tree/master/regular-chromely/CefSharpDemo)\n\n````csharp\nclass Program\n{\n   [STAThread]\n   static void Main(string[] args)\n   {\n       AppBuilder\n       .Create()\n       .UseApp\u003cChromelyBasicApp\u003e()\n       .Build()\n       .Run(args);\n    }\n}\n````\n\n### Chromely Demos \nGet started with our [demos](https://github.com/chromelyapps/demo-projects/tree/master/regular-chromely/CefSharpDemo). \n![](https://github.com/chromelyapps/Chromely/blob/master/Screenshots/chromely_screens_n3.gif)\n\n### References\n* CEF - https://bitbucket.org/chromiumembedded/cef\n* CefSharp - https://github.com/cefsharp/CefSharp\n\nContributing\n---\nContributions are always welcome, via PRs, issues raised, or any other means. To become a dedicated contributor, please [contact the Chromely team](https://github.com/orgs/chromelyapps/people) or [raise an issue](https://github.com/chromelyapps/Chromely/issues) mentioning your intent.\n\nLicense\n---\nChromely is MIT licensed. For dependency licenses [please see](https://github.com/chromelyapps/Chromely/blob/master/LICENSE.md).\n\nCredits\n---\nThanks to [JetBrains](https://www.jetbrains.com) for the OSS license of Resharper Ultimate.\n\nImproved and optimized using:\n\n\u003ca href=\"https://www.jetbrains.com/resharper/\n\"\u003e\u003cimg src=\"https://blog.jetbrains.com/wp-content/uploads/2014/04/logo_resharper.gif\" alt=\"Resharper logo\" width=\"100\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchromelyapps%2FCefSharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchromelyapps%2FCefSharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchromelyapps%2FCefSharp/lists"}