Portable, Lightweight, and Full OS API access.
DownloadYou can easily embed and use the WebUI library in your project using your preferred programming language, which gives you straightforward and easy-to-use APIs to create UI using web technologies.
Think of WebUI like a WebView controller, but instead of embedding the WebView controller in your program, which makes it big and non-portable, as it needs the WebView runtimes. Instead, using WebUI, you use a tiny static/dynamic library to run any installed web browser and use it as GUI, making your program small, fast, and portable. All it needs is a web browser.
WebUI supports many popular programming languages, such as C/C++, Python, Go, Rust, JavaScript, TypeScript, and more...
WebUI supports many different web browsers, such as Chrome, Firefox, Edge, Safari, and more... Additionally, you can also use any other tool or an external program as a web browser via a simple function call. This means your program will always run on all machines, as all it needs is an installed web browser.
WebUI's primary focus is using web browsers as GUI, but starting from v2.5, WebUI can also use WebView if you need to use WebView instead of a web browser.
Download the latest stable WebUI prebuilt binaries for Windows
Download the latest stable WebUI prebuilt binaries for Linux
Download the latest stable WebUI prebuilt binaries for macOS
WebUI is written in pure C. It is lightweight and has an easy-to-use API.
Due to its high interoperability, it has wrappers in multiple different languages.
You can contribute to the WebUI project using your preferred programming language.