No description
Find a file
2026-06-24 22:21:41 +09:30
webOSTVjs-1.2.13 initial dump 2026-06-18 22:12:27 +09:30
appinfo.json Update appinfo.json 2026-06-19 14:38:59 +09:30
icon.png initial dump 2026-06-18 22:12:27 +09:30
index.html initial dump 2026-06-18 22:12:27 +09:30
largeIcon.png initial dump 2026-06-18 22:12:27 +09:30
org.01x2.tv_0.6.7_all.ipk initial dump 2026-06-18 22:12:27 +09:30
README.md Update README.md 2026-06-24 22:21:41 +09:30

This guide's for devices running webOS, this is mainly just LG TV's.

This is also here just for reference, for most people this will be too complicated to install yourself.

  • Download the IPK file: HERE

Install Instructions

  1. Enable Developer Mode on the TV
  2. Open the LG Content Store
  3. Install the Developer Mode app (sometimes called “Dev Mode”)
  4. Sign in with this account:
  • Username: lofoha2628@ocuser.com
  • Password: ABC123!!!
  1. Launch the app and:
    1. Turn Developer Mode = ON
    2. Turn Key Server = ON
    3. Note the TVs IP address shown in the app

⚠️ Keep the TV awake (Developer Mode will disable some sleep behaviors).

Next part on the computer:

Replace IP below with the IP of the TV

  • Open Command Prompt on Windows, Terminal/Bash on Mac/Linux should also work
  • scp app.ipk prisoner@192.168.1.50:/tmp/app.ipk
  • ssh prisoner@192.168.1.50 -p 9922
  • luna-send-pub -i -f luna://com.webos.appInstallService/dev/install '{"id":"my.app","ipkUrl":"/tmp/app.ipk","subscribe":true}'