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.
Companion is a friendly mini browser designed to stay pinned on top of any other desktop app, allowing users to enjoy live streams, YouTube videos, or consult web content while continuing their work in another application.
Key Features:
- Always-on-top functionality to keep your stream or video visible while working
- Cross-platform support for Windows, macOS, and Linux
- Lightweight design that integrates seamlessly with your workflow without affecting performance
- Customizable interface with adjustable size and positioning options
- Compatibility with popular platforms like Twitch and YouTube for uninterrupted streaming
- Privacy-focused experience as a standalone browser
- Installable via winget
Audience & Benefit:
Ideal for content creators, gamers, and multitaskers who want to enjoy live streams or video content without interrupting their workflow. Companion provides an efficient way to stay connected with your audience while maintaining focus on other tasks.
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:
- 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