Skip to content

Instantly share code, notes, and snippets.

@VVispy
Last active December 11, 2024 01:11
Show Gist options
  • Save VVispy/044cd8005260b270728e1d9aa8f6af51 to your computer and use it in GitHub Desktop.
Save VVispy/044cd8005260b270728e1d9aa8f6af51 to your computer and use it in GitHub Desktop.
LG TV Homebrew Guide

How to Install Third Party Apps on LG Brand TVs

  • Homebrew allows users to install select extra apps that are not on the LG content store to their LG TV such as Ad-free YouTube (Sponsorblock included) and Kodi.
  • It's known to work on C and G series LG TVs. May work on others.
  • This is done using webOS dev manager + LG developer mode auto-renewal using GitHub actions. Completely for free.
  • This will not void your warranty and will not break anything if done correctly.
  • This guide is pretty easy and quick to do, so don't be overwhelmed

Guide

Pair TV to Computer and Install Homebrew

  1. Create an LG account on lg.com. (Skip if you own an existing LG account)
  2. Press the home button on your remote and open the app store on your TV and search for 'Developer Mode' app and install it.
  3. Press the home button on your remote and open the developer mode app you installed and login when prompted.
  4. Enable 'Dev Mode Status' & 'Key Server'. Note down the 'Paraphrase' code and the wired/wireless 'IP Address'.
  5. Download + install the latest version of webOS Dev Manager on your computer using this link, WebOS Dev Manager, within 'Assets'. (Works on Windows, Linux, and macOS)
  6. Open webOS dev manager app → Click 'Add Device' on the left → Type in paraphrase → Type in IP address in Host Address box. These are copied from the TV app on Step 4. Leave the other boxes as default and press 'Add'. (TV must be on for this and remaining steps)
  7. Press the 'Apps' button on the left.
  8. Install 'Homebrew Channel' app.
  9. Press the home button on your remote and open the newly installed 'Homebrew Channel' app.
  10. This is where you will find all third party apps available to install to your TV. Click on the apps you want and read the description for any information. (EG: YouTube Ad-free needs the original YouTube uninstalled before installing) This app will also be where you update third party apps.

Auto Renew LG Developer Mode (Highly Recommended)

Important

LG Dev Mode gets disabled after about 6 weeks and when this happens, all your installed Homebrew apps will get wiped and you will have to start over with the guide. Using this guide you will be able to renew/refresh the dev mode every day automatically using GitHub. I have made the repository already with the script in it so that its easy to setup.

  1. Open webOS dev manager on your computer → Open the 'Info' tab on the left → Click 'Renew Automatically' → Copy the link from Manual Setup. It says manual, but we make it automatic. (TV must be on for this step)
  2. Visit script template in your browser → Click the green 'Use this template' button in the top right → Create a new repository.
  3. Name the repository anything you want, leave the rest as default. (You can make it private repository)
  4. After the repository is created, click on the '.github/workflows' folder, then click on 'renewaction.yml'.
  5. Click on the pen icon on the right to edit the file.
  6. Replace the word 'URL' at the bottom of the script with your renewal link copied from step 1.
  7. Click save, and you don't have to worry about it again

Other

Stremio - Free streaming app for watching movies/TV shows. It can be installed from the TV LG app store and configured on your computer. Use this guide to set up.

Jellyfin - Free self hosted media server. It can be installed from the TV LG app store or Homebrew channel app (Faster updates) and server self hosted on a computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment