11 ms·
For running headless is it possible to not require installing libwebkitgtk-6.0.so.4
by LeSaucy 2mo ago
For running headless is it possible to not require installing libwebkitgtk-6.0.so.4
- julesrms 2mo agoAt the moment it uses a GTK webview for running server-side javascript, so it's needed right now. At some point I'll see if I can find a JS engine that I could swap in there
- julesrms 2mo agoFYI I've got a plan for this now, I'll make it fallback to using node/bun as its javascript engine if GTK isn't available. So watch out for the next release if this is a showstopper for you..