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 is the easiest method and works on every Samsung TV released since 2017.
- Open Apps or App Settings on your Samsung TV.
- In the Apps panel, enter
12345using your remote control or the on-screen keypad. - A Developer Mode configuration popup will appear:
- Switch Developer mode to On.
- Under Host PC IP, enter
127.0.0.1.
- Click OK.
- Reboot your TV.
For more details, see Step 1 here under “Connecting the TV and SDK”.
- Download the latest
userwidget.zipfile from the TizenBrewInstaller repository. - Extract
userwidget.zipto the root of your USB drive.
Example: If your USB is drive D:, the path should look like:
D:/userwidget/app.tmg - Insert the USB drive into your Samsung TV.
The TV will automatically install the demo version of TizenBrew Installer and display a notification when the app is installing.
- Launch TizenBrew Installer on your TV.
- Click Install TizenBrew to upgrade to the full version.
Note: If you're on Tizen 7 or above, you’ll be prompted to sign in to your Samsung account. Follow the on-screen instructions to create a Samsung certificate.
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 either the TizenBrew Installer or the Command Line method.
-
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.1by 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 devicesNote 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.1by following this -
You can now launch the TizenBrew app on your TV.
To resign TizenBrew, you need to have Tizen Studio installed on your system. You can install Tizen Studio from here.
You also need to have a Samsung certificate. First connect to your TV by following this.
You can create a Samsung certificate by following this.
You'll also need to have the TizenBrew package. You can download the TizenBrew package from the releases page.
After you have all the requirements, you can resign TizenBrew by following these steps:
- Run the following command to resign TizenBrew:
tizen package -t wgt -s <profile name> -o ./resigned -- path/to/TizenBrewStandalone.wgt
# Example
# tizen package -t wgt -s MyProfile -o ./resigned -- path/to/TizenBrewStandalone.wgtNote that tizen is in C:\tizen-studio\tools\ide\bin on Windows and in ~/tizen-studio/tools/ide/bin on Linux.
- Install the resigned TizenBrew by running:
tizen install -n ./resigned/TizenBrewStandalone.wgt-
Set the Host PC IP address to
127.0.0.1by 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-nextgen/servicefolder in a terminal and run:
npm install
npx @vercel/ncc build index.js- Open up the
tizenbrew-app/TizenBrew/tizenbrew-uifolder in a terminal and run:
npm install --force
npm run build-
Open up Certificate Manager by going to
Tools > Certificate Managerand 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/TizenBrewfolder 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.wgtNote 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.1by following this -
You can now launch the TizenBrew app on your TV.