Welcome to TizenBrew! TizenBrew is a way to experience modded websites (like TizenTube) and you can install newer apps without having to deal with Tizen Studio multiple times.
TizenBrew is a modular system, meaning you can install new modded websites and apps without having to mess with Tizen Studio.
To install TizenBrew, you need to have a Samsung TV (Tizen) device that has at least Tizen 3.0 (2017 or newer). There are four ways to install TizenBrew.
This method is easier than any other method and works on all Tizen versions.
-
Change the Host PC IP address to your PC's IP address by following this
-
Download the latest TizenBrew Updater for your OS from the releases page.
-
Run the TizenBrew Updater and follow the instructions.
-
Change the Host PC IP address to
127.0.0.1
by following this -
You can now launch the TizenBrew app on your TV.
Note that you can't install TizenBrew to your TV if your TV is Tizen 8 or newer (2024+). You'll have to rebuild TizenBrew from source to install it on newer TVs.
This method is easier than the USB Demo Package method, but it works only on Tizen 3.0 to 6.0 (2017 to 2021). If you have a newer TV, use the TizenBrew Updater or the USB Demo Package method or the Command Line method.
-
Change the Host PC IP address to
127.0.0.1
by following this -
Open up https://tizentube.vercel.app/installer on your TV's browser.
-
Click on the "Install TizenBrew" button.
-
You can now launch the TizenBrew app on your TV.
Note that if you want to install TizenBrew using this method, the app will be installed for only 30 days. If you want to have TizenBrew permanently installed, use the command line method. This method is the 2nd easiest way to install TizenBrew.
-
Download the latest TizenBrew USB Demo Package from the releases page.
-
Extract the contents of the zip file to a USB drive.
-
Connect the USB drive to your TV.
-
Wait for the TV to recognize the USB drive and it'll automatically install TizenBrew.
-
Change the Host PC IP address to
127.0.0.1
by following this -
You can now launch the TizenBrew app on your TV.
-
Install Tizen Studio by following the instructions here.
-
Connect to your TV using this guide.
-
Download the latest TizenBrew Widget from the releases page.
-
Check if the TV is connected by running:
sdb devices
Note that sdb is in C:\tizen-studio\tools
on Windows and in ~/tizen-studio/tools
on Linux.
- Install the TizenBrew Widget by running:
tizen install -n path/to/TizenBrewStandalone.wgt
Note that tizen is in C:\tizen-studio\tools\ide\bin
on Windows and in ~/tizen-studio/tools/ide/bin
on Linux.
-
Set the Host PC IP address to
127.0.0.1
by following this -
You can now launch the TizenBrew app on your TV.
To rebuild TizenBrew, you need to have Node.js installed on your system. You can install Node.js from here. You also need to have Tizen Studio installed on your system. You can install Tizen Studio from here.
- Download the source code from the releases page (zip file) or clone the repository by running:
git clone https://github.com/reisxd/TizenBrew.git
- Open up the
tizenbrew-app/TizenBrew/service
folder in a terminal and run:
npm install
npx @vercel/ncc build service.js
-
Open up Certificate Manager by going to
Tools > Certificate Manager
and create a new Samsung certificate. See this for more information. -
Change the Host PC IP address to your PCs IP by following this
-
Open up the
tizenbrew-app/TizenBrew
folder in a terminal and run:
sdb connect <TV IP>
tizen build-web -e ".*" -e "node_modules/*" -e "package*.json" -e "yarn.lock"
tizen package -t wgt -o ./release -- .buildResult
tizen install -n ./release/TizenBrewStandalone.wgt
Note that tizen is in C:\tizen-studio\tools\ide\bin
on Windows and in ~/tizen-studio/tools/ide/bin
on Linux. Add it to your PATH or run it using C:\tizen-studio\tools\ide\bin\tizen
on Windows and ~/tizen-studio/tools/ide/bin/tizen
on Linux. sdb is in C:\tizen-studio\tools
on Windows and in ~/tizen-studio/tools
on Linux. Do the same for sdb as you did for tizen.
-
Change the Host PC IP address to
127.0.0.1
by following this -
You can now launch the TizenBrew app on your TV.