> Is it something a small team could conceivably do if you placed reasonable constraints on it: one platform at first, no cloud sync, minimal feature set, etc.?
I believe so, yes.
There's a `webkitdev` Docker image which includes the required software to build WebKit on Windows¹, and you can use Playwright to run WebKit (including Web Inspector) on Windows very easily². If you wanted to start with Linux, WebKitGTK would presumably be extremely helpful.³ (Tauru uses WebKit on Linux through through `webkit2gtk`, for example.)
I believe so, yes.
There's a `webkitdev` Docker image which includes the required software to build WebKit on Windows¹, and you can use Playwright to run WebKit (including Web Inspector) on Windows very easily². If you wanted to start with Linux, WebKitGTK would presumably be extremely helpful.³ (Tauru uses WebKit on Linux through through `webkit2gtk`, for example.)
¹ https://github.com/WebKitForWindows/docker-webkit-dev ² https://dev.to/dustinbrett/running-the-latest-safari-webkit-... ³ https://webkitgtk.org/