用于桌面软件开发的浏览器

WebKitGTK

WebKitGTK = WebKit + GTK

Electron

Electron accomplishes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.

NW.js

NW.js is based on Chromium and Node.js. It lets you call Node.js code and modules directly from browser and also use Web technologies in your app. Further, you can easily package a web application to a native application.

Miniblink

其基于chromium最新版内核,去除了chromium所有多余的部件,只保留最基本的排版引擎blink。

Miniblink保持了10M左右的极简大小,是所有同类产品最小的体积,同时支持windows xp、npapi。

QtWebEngine

Qt WebEngine integrates Chromium's fast moving web capabilities into Qt.