weolar/miniblink49

a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 8th, 2026
Created on September 27th, 2016
Open Issues & Pull Requests: 349 (+0)
GitHub issues: Enabled
Number of forks: 1,160
Total Stargazers: 7,821 (+0)
Total Subscribers: 317 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 40
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 583 days
Stale 30+ days: 40
Stale 90+ days: 40

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

miniblink49 is a lightweight browser kernel based on Chromium designed to embed HTML UI in desktop applications with minimal overhead.

The project addresses the need for a compact, embeddable rendering engine by stripping down Chromium to its essentials and exposing a simple C interface. Developers can instantiate a browser control with just a few lines of code. The tool supports headless mode for resource-constrained scenarios like web crawling, includes embedded Node.js for Electron compatibility, and provides network interception capabilities to replace or block resources. It offers HTML5 support and can simulate different browser environments through customizable configuration.

The project suits developers building Windows desktop applications who need HTML rendering without the overhead of full Electron or CEF distributions. It works across Windows XP and newer systems, supports multiple language bindings including C++, C#, and Delphi, and enables cross-domain requests when explicitly enabled. The README notes that newer kernel versions exist: a version 108 developed in collaboration with Huawei is available through a separate repository, and version 132 is forthcoming. Developers should be aware that this repository contains the older version 49 kernel.

Development is active with frequent updates, though the maintainer explicitly discourages self-compilation due to daily changes that may temporarily break the build. Pre-compiled SDK releases are provided as the recommended approach. The project maintains community engagement through multiple channels including a developer forum, WeChat groups, Telegram, and QQ groups, with direct contact available via email and messaging platforms.