{"id":61123,"library":"zserge-webview","title":"zserge-webview","description":"Tiny cross-platform webview library for C/C++/Golang.","status":"active","version":"0.12.0","language":"cpp","source_language":null,"source_url":null,"tags":["webview","gui","cross-platform","tiny"],"install":[{"cmd":"vcpkg install zserge-webview","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(zserge_webview CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE webview::webview)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"webview.h","correct":"#include <webview.h>"}],"quickstart":{"code":"#include \"webview.h\"\n\nint main() {\n    webview::webview w(true, nullptr);\n    w.set_title(\"Hello\");\n    w.set_html(\"<h1>Hello World</h1>\");\n    w.run();\n    return 0;\n}","lang":"cpp","description":"Create a minimal webview window displaying HTML"},"warnings":[{"fix":"Install WebKitGTK (Linux) or WebView2 (Windows) runtime","message":"Requires a WebKit or WebView2 runtime on Linux/Windows respectively","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'/golang':12 'c/c':11 'cross':6,16 'cross-platform':5,15 'gui':14 'librari':9 'platform':7,17 'tini':4,18 'webview':3,8,13 'zserg':2 'zserge-webview':1","created_at":"2026-06-17T04:39:13.760575+00:00","updated_at":"2026-06-17T04:39:13.760575+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}