I have been working on Glaze, a small desktop WebView toolkit for Go.

The short version: Glaze lets a Go program open a native desktop window backed by the WebView already available on the operating system, without using CGo.

It currently targets:

macOS, through WKWebView

Linux, through WebKitGTK