Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
Fiahblade edited this page Nov 29, 2019 · 3 revisions

Legacy Chromely Wiki

This documentation is no longer maintained, links might be broken.


Chromely is a lightweight alternative to Electron.NET, Electron for .NET/.NET Core developers.

Chromely is a .NET/.NET Core HTML5 Chromium desktop framework. It is focused on building apps based on Xilium.CefGlue, CefSharp implementations of embedded Chromium (CEF) without WinForms or WPF. Chromely uses Windows and Linux native GUI API as "thin" chromium hosts. It can be extended to use WinForms or WPF.

With Chromely you can build Single Page Application (SPA) HTML5 desktop apps with 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.

In development:

  • CefGlue Vue
  • CefGlue React
Clone this wiki locally