Companion Bruno Araujo
winget install --id=brunurd.companion -e
Companion is a friendly mini browser to pin on top of any other desktop app and keep doing your things while enjoying a live stream or a youtube video.
README
Companion
Did you know Compy the companion? They are a friendly mini browser to pin on top of any other desktop app and keep doing your things while enjoying a live stream or a youtube video.
⚠️ Disclaimers:
- I've been working in an browser extension to be this app replacement, it was in a very, very early stage: https://github.com/brunurd/easy-pip
- For a full (and more secure) browser experience with the always-on-top feature I recommend use Firefox (it has the picture-in-picture feature built-in).
- At the moments the releases are made manually, I need time to create a proper continous distribution automation routine, follow the instruction on How to Compile if you want a specific version.
Tested services
|Name|Works|Info| |-|-|-| |Twitch|⚠️|Authentication issue, can't login| |Youtube|:heavy_check_mark:|Ok| |SoundCloud|:heavy_check_mark:|Ok| |Netflix|:x:|DRM problem, needs Widevine| |DisneyPlus|:x:|DRM problem|
Downloads
Windows x64 | macOS | Linux
Streamer at the screenshot: @rawrafaela member of the @wakandastreamers team.
How to Compile
Pre-requisites:
- Run on the target platform: Windows, MacOS or Linux (In Linux it uses AppImage)
- Node.js
Install dependencies with:
npm install
Run the distribution command:
# For Linux
npm run dist:linux
# For Windows
npm run dist:win
# For mac
npm run dist:mac