who knows maybe you should find your release in releases section.
please do not use pnpm, it causes problem with electron-builder
git clone https://github.com/felbsn/remotv
cd remotv && npm i
npm run build
applicaton uses single json as a db
//electron/commands.mjs
//so you should know internal data storage location...
const userDataDir = app.getPath("userData")
const commandsFilePath = `${userDataDir}/commands.json`
by default app uses port 9111 (for remote control service), if this is a problem you can specify any port with --port 2023 or -p 2000
actual app structure is much older and i am not proud of it. but it works and why not?