A comprehensive wiki for all things TizenBrew related.
BrewDocs is both a markdown-based reference wiki and a live TizenBrew module — open it directly on your Samsung TV to browse the documentation from your couch.
| Page | Description |
|---|---|
| Overview | What TizenBrew is and how it works |
| Installation | Installing TizenBrew on your Samsung TV |
| Module System | How to install and create TizenBrew modules |
| Building & Resigning | Rebuilding and resigning the TizenBrew package |
| Page | Description |
|---|---|
| TizenTube | Ad-free, sponsor-free YouTube for Samsung TVs |
| TizenPortal | Universal browser shell for Tizen OS |
| TizenPortal Usage | Day-to-day usage and remote-control reference |
| TizenBrowse | Ad-free browsing mod for Samsung TVs |
| TFlix | Netflix-like mod for Cineby.gd on Samsung TVs |
| HyperTizen | Hyperion / HyperHDR Ambilight capturer (Tizen 6.5+) |
| TwitchTB | Ad-free Twitch mod with 7TV emotes for Samsung TVs |
| PrimeVideoTB | Ad-blocking and enhanced Amazon Prime Video for Samsung TVs |
| ArtGalleryTB | Multi-museum art slideshow for Samsung TVs |
| BrewBridge | Real-time JSON data-transfer bridge for TizenBrew |
| Page | Description |
|---|---|
| Jellyfin on Tizen | Free open-source media server |
| Moonlight on Tizen | NVIDIA GameStream / Sunshine client |
| Page | Description |
|---|---|
| TizenTube Cobalt | TizenTube for Android / Google TV |
| Tizen Community Packages & Other Projects | Community bundles, failed projects |
| Page | Description |
|---|---|
| FAQ | Frequently asked questions |
| Troubleshooting | Step-by-step fixes for common errors |
BrewDocs is packaged as a TizenBrew mods module. Add it to TizenBrew with:
axelnanol/brewdocs
TizenBrew will open dist/brewdocs.html — a TV-friendly wiki viewer with full
D-pad / remote-control navigation powered by spatial navigation.
- TizenBrew
- TizenTube
- TizenTube Cobalt
- TizenPortal
- TizenBrowse
- TFlix
- HyperTizen
- Moonlight for Tizen
- Jellyfin for TizenBrew
- Jellyfin Tizen Builds
- Tizen Community Packages
- TizenBrew Installer
- PrimeVideoTB
- ArtGalleryTB
- BrewBridge
The docs/ directory is the single source of truth for all wiki content.
Do not edit dist/brewdocs.js by hand — it is generated automatically.
- Edit (or add) a Markdown file under
docs/. - If adding a new page, register it in
docs/manifest.jsonwith itsid,label,section, andfilepath. - Regenerate the site JavaScript:
npm install # first time only npm run build - Commit both the updated
docs/files and the regenerateddist/brewdocs.js.
MIT