Skip to content

err4o4/instagram-live-app

Repository files navigation

logo
Instagram Live

A Experimental Desktop Instagram Live Client

Instagram Live app

Installation:

git clone https://github.com/err4o4/instagram-live-app.git
cd instagram-live-app

# Install dependencies
# Have a cup of coffee ☕️ this might take a while
yarn

# Developement build
yarn dev

# Production build
yarn package

Build for Windows on MacOS:

brew install Caskroom/cask/xquartz wine mono

Build for Linux on MacOS:

brew install gnu-tar libicns graphicsmagick xz

Instructions for other operating systems can be found at the electron-builder page.