$ luarocks install lua-webview
The Lua webview module provides functions to open a web page in a dedicated window from Lua.
require('webview').open('http://www.lua.org/')
This module is a binding of the tiny cross-platform webview library.
This module is part of the luaclibs project, the binaries can be found on the luajls page.