A wrapper around the Copilot website to give additional support for persistent OBS connections for customers natively, and deeper browser control.
For subscribed users on Copilot's broadcaster plan, this application will provide additional support to:
- Background OBS support for infringement muting
- Background alerts for infringement muting
... with more features planned for the future.
Download the latest release from the release section. You can either download the program as a portable zip file, or install it as software. We automatically check for updates on launch, and may require you to update the application to use some services when new releases are made.
Please use the issues tracker, or speak to us on the subscriber Discord for paid feture enquiries.
You can checkout the source of this program to develop locally. Run npm i to install all necessary modules. We package the application using webpage, so you will need to run webpack locally in the folder.
Once all files are built, if you don't have access to Copilot web development locally - you can then run the nwjs by setting COPILOT_LIVE=1 and then running npm start. COPILOT_LIVE will ensure the application connects to the production site. Removing the environment variable will instead try to connect on localhost just by running npm start.
