We're no more maintaining this app, please visit https://getstreamon.com to use the web version of the app
Streamon - Instagram Live Streamer [UnOfficial]
Stream to Instagram live from PC using OBS Studio or any streaming software.
JOIN THE COMMUNITY - Telegram | Twitter
I am constantly updating and fixing things. Follow our Twitter account to stay in loop with all the new releases, fixes and security updates. To have a chat regarding features or collab, feel free to join our Telegram channel
Head over to the downloads section of the website
NOTE: Due to privacy concerns and due to Instagram's terms of services we are providing the app by removing all the branding of Instagram. We do not encourage you to redistribute the application due to this.
Please refer to INSTALL.md file for further installation instructions
Clone the project into your local machine and install the dependencies. Make sure you have latest version of Node, NPM and Python installed.
git clone https://github.com/haxzie/instagram-live-streamer.git
cd instagram-live-streamer
npm install
npm run build
Run the following command to generate installable packages for linux (Debian/Ubuntu).
npm run dist:linux
The above command will generate installable .deb
package in the dist
sub directory of the project. You can cd into the folder and install the package using dpkg.
cd dist
sudo dpkg -i instagram-live-streamer_0.1.0_amd64.deb
Run the following command to generate installable packages for Windows.
npm run dist:win
The above command will generate installable package in the dist
sub directory of the project. You can then manually install the app using the installer
Run the following command to generate installable packages for MacOS.
npm run dist:mac
The above command will generate installable package in the dist
sub directory of the project. You can then manually install the app using the installer
Please note, we are not storing any of your credentials in any servers, this is completely a client-side application
Go Live Button
Watch the video to get a better idea on how to setup instagram live streamer with OBS Studio
This application uses Electron and React with Instagram Private APIs thanks to @dilame
git clone https://github.com/haxzie/instagram-live-streamer.git
cd instagram-live-streamer
npm install
npm run electron-dev
This app or the creator is not associated or affiliated to Instagram. This is an unofficial application and stands no liability or warranty of usage. Use at your own risk.