Maybe after the Software Freedom Conservancy lawsuit is won, Kodi will be able to run on Vizio TVs. https://sfconservancy.org/copyleft-compliance/vizio.html
The problem is the toolkit offered, more than anything else. Kodi needs lots of native code hooks into the OS, which Tizen, WebOSTV, etc don't support, or at least don't give access freely. Otherwise Kodi could be on every platform.. Most TV OS's that aren't Android TV or Roku require you to write web-based apps (unless you're Netflix or YouTube, but another story there) which abstract all the 'good stuff' out, so im…
For the problem of running Kodi on the web and web-ish platforms, maybe WASM is the future? There is also emscripten for converting languages normally compiled to binaries to JavaScript.
For Brightscript, maybe a similar approach to emscripten would work, transpiling from other languages to Brightscript, possibly via JavaScript. Or I guess a second app based on Brightscript.