SkyrimPlatform provides support for opening links in os default browser by windows shell calls and more.
import { win32 } from "skyrimPlatform";
let url = "https://google.com"; // URL should start with prefix https://
win32.loadUrl(url);import { win32 } from "skyrimPlatform";
win32.exitProcess() // terminates the process gracefully