Can extensions on run on a roon bridge?

Hi -
Trying to get up to speed on the roon plugin model in hopes of writing a plugin to control volume on my integra receiver. But, the receiver is connected to a linux server running the roon bridge. Can the plugin run there?

Thanks
Dave

@spockfish Harry has one running in his ropieee distribution so I am positive it can be done certainly on a raspberry pi

Basically a Roon extension can run everywhere. The API consists of (a set of) Node / javascript API’s, so by far the easiest thing to do is create a Node application (see the multiple examples) and run that one on your linux box.