-
released this
2026-07-15 21:46:26 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Sat, 11 Jul 2026 11:17:14 GMT
🏷️ Git tag created: Wed, 15 Jul 2026 04:30:00 GMT📦 v2.7.0-beta — 2026-07-12
The headline of this release is a brand-new Android app — Apps2Samsung now runs on your phone as a full installer head, so you can put Tizen apps on your Samsung TV without a laptop.
📱 New: Apps2Samsung for Android
- Scan & pick your TV — finds debug-ready Samsung TVs on your network (and shows your phone's own LAN IP, since that's fiddly to find on a phone).
- App catalog — the same App / Version sources as the desktop (Jellyfin and its variants, Moonfin, Litefin, the Tizen Community bundle, …), plus a "?" catalog view with app previews, versions and descriptions.
- Install your own
.wgt— a "Custom WGT file" option installs a local package straight from the phone (works offline too). - Samsung sign-in + automatic certificate — logs in with your Samsung account and provisions the signing certificate for you.
- Download → re-sign → install, entirely in-process over the developer protocol.
- TVApp channels — add name + m3u8 stream URL pairs in Settings; they're written into the TVApp package's channel list at install time.
- Settings — GitHub token (avoids API rate limits), extra TV DUIDs (one cert can cover several TVs), and toggles for Remove old version, Open after installation, Preserve WGT file, and Show all Jellyfin versions.
- Self-update check — offers the new APK when a newer build is available.
- Post-install popup with a Ko-fi QR + "🍺 Buy me a beer".
- Ships as a sideloadable
.apk(see Assets below).
🧱 Under the hood
Apps2Samsung.Coreshared library now hosts the pieces both apps use — the TV scan, the SDB engine, certificate provisioning, the catalog (release models + fetcher), the package-modification pipeline (TVApp channel injector), the update checker, and the build-info / version helper behind the "?" view. One source of truth for the desktop and mobile heads.- PKCS#12 certificates are now built so Android can read them too.
🖥️ Desktop
- Upgraded to .NET 10.
- Added an Open Logs Folder button to the error dialog (#419).
⚠️ Beta — pre-release builds for testing. The Android APK is unsigned for the store; sideload it and allow installs from your browser/file manager.
Platform Status Notes 🤖 Android (.apk) ⚠️ Beta New! Sideload; your phone as the installer 🪟 Windows ⚠️ Beta CI-built (.zip) 🐧 Linux ⚠️ Beta x64 + ARM64 (tar.gz / .deb) 🍎 macOS ⚠️ Beta ARM64 + Intel (.app + dmg / tar.gz) Downloads
-
released this
2026-07-15 21:45:51 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Tue, 07 Jul 2026 04:45:28 GMT
🏷️ Git tag created: Tue, 07 Jul 2026 04:42:48 GMT📦 v2.6.0 — 2026-07-07
🔀 Other changes
- Fix docker-build.sh after Jellyfin2Samsung → Apps2Samsung rename (#417)
- Fix docker-build.sh after Jellyfin2Samsung → Apps2Samsung rename (#417)
docker-build.sh still targets the pre-rename project, so it fails on
current master:MSBUILD : error MSB1009: Project file does not exist. Switch: Jellyfin2Samsung-CrossOS/Jellyfin2Samsung.csproj#361 renamed the csproj/assembly to Apps2Samsung but did not update the
build
script. Fix - point the two hardcoded paths (and the header comment) at
the new name:- PROJECT → Jellyfin2Samsung-CrossOS/Apps2Samsung.csproj
- BIN → .../publish/Apps2Samsung
Verified: ran ./docker-build.sh on current master (v2.5.7) in the
sdk:8.0
container - publish succeeds and produces the Apps2Samsung binary. by @PatrickSt1991 in https://github.com/Apps2Samsung/Apps2Samsung/pull/418- Catalog: row-select preview + per-app versions (#420) + v2.6.0 (#424)
- Auto-detect OS language on first run (#421) (#423)
- Add Open Logs Folder button to error dialog (fixes #419) (#426)
New Contributors
- @eduardomozart made their first contribution in https://github.com/Apps2Samsung/Apps2Samsung/pull/426
Full Changelog: https://github.com/Apps2Samsung/Apps2Samsung/compare/v2.5.7...v2.6.0
Platform Status Notes 🍎 macOS (.app + dmg) ✅ Stable ARM64 + Intel 🍎 macOS (CLI) ✅ Stable Per-arch tar.gz 🐧 Linux ✅ Stable x64 + ARM64 (tar.gz / .deb) 🪟 Windows ✅ Stable CI-built
🛡️ Security Notice
Antivirus warnings may occur and are likely false positives.
Downloads
-
released this
2026-07-15 21:44:54 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Sun, 05 Jul 2026 08:39:55 GMT
🏷️ Git tag created: Fri, 10 Jul 2026 12:20:56 GMT📦 v2.6.0-beta — 2026-07-10
🔀 Other changes
- Catalog: row-select preview + per-app versions (#420) + v2.6.0 (#424)
- Auto-detect OS language on first run (#421) (#423)
- Add Open Logs Folder button to error dialog (fixes #419) (#426)
- Bump desktop app to .NET 10 (#428)
- Add Apps2Samsung.Core shared library (+ move CipherUtil) (#429)
New Contributors
- @eduardomozart made their first contribution in https://github.com/Apps2Samsung/Apps2Samsung/pull/426
Full Changelog: https://github.com/Apps2Samsung/Apps2Samsung/compare/v2.5.7-beta...v2.6.0-beta
Platform Status Notes 🍎 macOS (.app + dmg) ⚠️ Beta ARM64 + Intel 🍎 macOS (CLI) ⚠️ Beta Per-arch tar.gz 🐧 Linux ⚠️ Beta x64 + ARM64 (tar.gz / .deb) 🪟 Windows ⚠️ Beta CI-built Downloads
-
released this
2026-07-15 21:43:45 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Thu, 02 Jul 2026 08:03:16 GMT
🏷️ Git tag created: Thu, 02 Jul 2026 08:00:56 GMT📦 v2.5.7 — 2026-07-02
🩹 Stable release v2.5.7
Focused on install reliability, network handling, and legacy Windows support.
✨ New
- VPN / tunnel warning on the main screen when a VPN, proxy, or "secure DNS" adapter is active — a common reason a TV isn't found or an install fails.
- Smarter network scan that skips VPN/tunnel and reserved IP ranges: faster, and no more chasing phantom devices or sending the install through a tunnel.
🔀 Fixes
- Windows 7 downloads: request a modern secure (TLS) connection and tolerate older certificate stores so downloads work on legacy Windows. Best-effort — TLS 1.2 must be enabled in Windows itself. (#415)
- Clearer install errors: a dropped connection ("connection reset by peer") now shows a helpful hint instead of silently retrying, and failures report the real underlying cause.
- Corrupt download recovery: the package is validated and re-downloaded if a previous attempt left it incomplete (fixes "End of Central Directory record could not be found").
- Settings window no longer clips its bottom row, and scrollbars stay visible.
- Main window resizes correctly so nothing gets cut off.
⬆️ Updating
From v2.5.5+: auto-update works
Full Changelog: https://github.com/Apps2Samsung/Apps2Samsung/compare/v2.5.6...v2.5.7
Platform Status Notes 🍎 macOS (.app + dmg) ✅ Stable ARM64 + Intel 🍎 macOS (CLI) ✅ Stable Per-arch tar.gz 🐧 Linux ✅ Stable x64 + ARM64 (tar.gz / .deb) 🪟 Windows ✅ Stable CI-built
🛡️ Security Notice
Antivirus warnings may occur and are likely false positives.
Downloads
-
released this
2026-07-15 21:42:44 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Fri, 19 Jun 2026 07:00:12 GMT
🏷️ Git tag created: Thu, 02 Jul 2026 16:59:02 GMT📦 v2.5.7-beta — 2026-07-02
✨ New since 2.5.6
- VPN / tunnel warning — the main screen now warns you when a VPN, proxy, or "secure DNS" adapter is active, since those commonly stop the app from finding or installing to your TV.
- Smarter network scan — skips VPN/tunnel and reserved IP ranges, so scans are faster and no longer chase phantom devices or send the install through a tunnel.
🛠️ Fixes
- Windows 7 downloads — the app now requests a modern secure (TLS) connection and tolerates older certificate stores, so downloads work on legacy Windows. Best-effort: TLS 1.2 must be enabled in Windows itself. (#415)
- Clearer install errors — a dropped connection ("connection reset by peer") now shows a helpful hint instead of silently retrying, and failures report the real underlying cause.
- Corrupt download recovery — the downloaded package is validated and re-downloaded if a previous attempt left it incomplete (fixes the "End of Central Directory record could not be found" error).
- Settings window — the Application list no longer clips its bottom row, and scrollbars stay visible.
- Main window — resizes correctly so nothing gets cut off.
- Release list — the version dropdown scrollbar is now visible and usable.
Full Changelog: https://github.com/Apps2Samsung/Apps2Samsung/compare/v2.5.6-beta...v2.5.7-beta
Platform Status Notes 🍎 macOS (.app + dmg) ⚠️ Beta ARM64 + Intel 🍎 macOS (CLI) ⚠️ Beta Per-arch tar.gz 🐧 Linux ⚠️ Beta x64 + ARM64 (tar.gz / .deb) 🪟 Windows ⚠️ Beta CI-built Downloads
-
released this
2026-07-15 21:41:49 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Thu, 18 Jun 2026 07:16:06 GMT
🏷️ Git tag created: Thu, 18 Jun 2026 07:13:17 GMT📦 v2.5.6 — 2026-06-18
🩹 Stable release v2.5.6
A small follow-up release focused on error reliability, UX, and MacOS binaries.
🔀 changes
- Writing probe errors to the log instead of showing on users screen.
- Fixing the scrollbar in the releases dropdown, was not visible.
- Bundle native arm64 esbuild (fix JS transpilation on Apple Silicon) (#411)
⬆️ Updating
From v2.5.5+: auto-update works
New Contributors
- @abarbarich made their first contribution in https://github.com/Apps2Samsung/Apps2Samsung/pull/411
Full Changelog: https://github.com/Apps2Samsung/Apps2Samsung/compare/v2.5.5...v2.5.6
Platform Status Notes 🍎 macOS (.app + dmg) ✅ Stable ARM64 + Intel 🍎 macOS (CLI) ✅ Stable Per-arch tar.gz 🐧 Linux ✅ Stable x64 + ARM64 (tar.gz / .deb) 🪟 Windows ✅ Stable CI-built
🛡️ Security Notice
Antivirus warnings may occur and are likely false positives.
Downloads
-
released this
2026-07-15 21:40:55 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Thu, 18 Jun 2026 07:10:08 GMT
🏷️ Git tag created: Thu, 18 Jun 2026 13:00:49 GMT📦 v2.5.6-beta — 2026-06-18
Full Changelog: https://github.com/Apps2Samsung/Apps2Samsung/compare/v2.5.5-beta...v2.5.6-beta
Platform Status Notes 🍎 macOS (.app + dmg) ⚠️ Beta ARM64 + Intel 🍎 macOS (CLI) ⚠️ Beta Per-arch tar.gz 🐧 Linux ⚠️ Beta x64 + ARM64 (tar.gz / .deb) 🪟 Windows ⚠️ Beta CI-built Downloads
-
released this
2026-07-15 21:39:57 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Mon, 15 Jun 2026 13:31:47 GMT
🏷️ Git tag created: Mon, 15 Jun 2026 13:28:42 GMT📦 v2.5.5 — 2026-06-15
🩹 Stable release v2.5.5
A small follow-up release focused on settings reliability, app icon customization, and Samsung TV authorization improvements.
✨ New
- 🎨 Custom app icons in Settings — choose a custom PNG icon or a bundled oblong launcher icon on a per-app basis, making it easier to customize how apps appear on supported TVs (#407, #409)
- 📺 Manual TV Device ID (DUID) entry — optionally enter Samsung TV DUIDs manually to pre-authorize TVs that aren't currently available on the network (#405)
🐛 Fixed
- ⚙️ App-scoped settings no longer become frozen after updates — preserved settings.json files no longer prevent app-specific settings from updating correctly (#387)
⬆️ Updating
From v2.5.4+: auto-update works
Platform Status Notes 🍎 macOS (.app + dmg) ✅ Stable ARM64 + Intel 🍎 macOS (CLI) ✅ Stable Per-arch tar.gz 🐧 Linux ✅ Stable x64 + ARM64 (tar.gz / .deb) 🪟 Windows ✅ Stable CI-built
🛡️ Security Notice
Antivirus warnings may occur and are likely false positives.
Downloads
-
released this
2026-07-15 21:39:02 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Mon, 15 Jun 2026 13:25:16 GMT
🏷️ Git tag created: Tue, 16 Jun 2026 04:39:06 GMT📦 v2.5.5-beta — 2026-06-16
🔀 Other changes
- Bundle native arm64 esbuild (fix JS transpilation on Apple Silicon) (#411)
New Contributors
- @abarbarich made their first contribution in https://github.com/Apps2Samsung/Apps2Samsung/pull/411
Full Changelog: https://github.com/Apps2Samsung/Apps2Samsung/compare/v2.5.4-beta...v2.5.5-beta
Platform Status Notes 🍎 macOS (.app + dmg) ⚠️ Beta ARM64 + Intel 🍎 macOS (CLI) ⚠️ Beta Per-arch tar.gz 🐧 Linux ⚠️ Beta x64 + ARM64 (tar.gz / .deb) 🪟 Windows ⚠️ Beta CI-built Downloads
-
released this
2026-07-15 21:38:02 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Thu, 11 Jun 2026 11:38:35 GMT
🏷️ Git tag created: Mon, 15 Jun 2026 11:20:27 GMT📦 v2.5.4-beta — 2026-06-15
🔀 Other changes
- Fix app-scoped settings being frozen by preserved settings.json (#387)
- Add optional oblong (16:9) TVApp launcher icon for Tizen 5.5 TVs (#389)
- Update TVApp oblong icon, add Litefin oblong icon, bump v2.5.4 (#394)
- Persist signing cert across updates + clearer install-failure messages (#393) (#395)
- Clean up auto-generated release notes (beta + stable) (#397)
- Detect TVs that are on the network but not install-ready (#392) (#398)
- Fix #400: LiteFin install fails on old Tizen TVs (bundled background service) (#401)
- Gate service-strip on Tizen version (follow-up to #401) (#402)
- Fix #399: advance rolling beta tag so notes include all merged PRs (#403)
- Keep author certificate stable across TVs (#396, part 1) (#404)
- Multi-DUID distributor certs + manual DUID entry (#396, part 2) (#405)
- App icons in Settings: custom PNG or bundled oblong, per app (#407) (#409)
Full Changelog: https://github.com/Apps2Samsung/Apps2Samsung/compare/v2.5.3-beta...v2.5.4-beta
Platform Status Notes 🍎 macOS (.app + dmg) ⚠️ Beta ARM64 + Intel 🍎 macOS (CLI) ⚠️ Beta Per-arch tar.gz 🐧 Linux ⚠️ Beta x64 + ARM64 (tar.gz / .deb) 🪟 Windows ⚠️ Beta CI-built Downloads
mirror of
https://github.com/Jellyfin2Samsung/Samsung-Jellyfin-Installer.git
synced 2026-03-01 11:21:12 +03:00