Quick downloads
Tip
Choose the Universal build on Android and macOS. Windows users should choose the EXE installer; Linux users should choose the DEB package on Debian and Ubuntu.
| Platform | Device | Recommended download | Alternative | Best for |
|---|---|---|---|---|
| Android | Universal | SyncTV-1.1.24+23-android-universal-signed.apk |
AAB publishing bundle | Most phones and tablets |
| Android | arm64 | SyncTV-1.1.24+23-android-arm64-signed.apk |
- | Current 64-bit Android devices |
| Android | armv7 | SyncTV-1.1.24+23-android-armv7-signed.apk |
- | 32-bit Android devices |
| Android | x64 | SyncTV-1.1.24+23-android-x64-signed.apk |
- | x86_64 devices and emulators |
| iOS | arm64 | SyncTV-1.1.24+23-ios-signed.ipa |
- | App Store distribution archive |
| macOS | Universal | SyncTV-1.1.24+23-macos-universal-signed.dmg |
Portable ZIP | Apple silicon and Intel Macs |
| macOS | Apple silicon | SyncTV-1.1.24+23-macos-arm64-signed.dmg |
Portable ZIP | Apple silicon Macs |
| macOS | Intel | SyncTV-1.1.24+23-macos-x64-signed.dmg |
Portable ZIP | Intel Macs |
| Windows | x64 | SyncTV-1.1.24+23-windows-x64-setup.exe |
Portable ZIP | 64-bit Windows 10 and 11 |
| Linux | x64 | SyncTV-1.1.24+23-linux-x64.deb |
Portable TAR.GZ | Debian and Ubuntu on Intel or AMD |
| Linux | arm64 | SyncTV-1.1.24+23-linux-arm64.deb |
Portable TAR.GZ | Debian and Ubuntu on ARM64 |
| Checksums | All files | - | Integrity verification |
Installation notes
- Android filenames identify stable
signedand ephemeraldevelopmentsigning modes. - Signed Android releases include a public
android-passkey-server-config.yamlfile for self-hosted servers. - Windows publishes an x64 EXE installer and portable ZIP. Official builds use Authenticode when signing secrets are configured.
- Linux publishes DEB installers and portable TAR.GZ archives for x64 and ARM64.
- macOS publishes DMG installers and portable ZIPs for Universal, Apple silicon, and Intel builds. Signed releases carry stapled Apple notarization tickets.
- iOS publishes a signed IPA when signing secrets are configured and an unsigned re-signable archive for fork builds.
SHA256SUMS.txtauthenticates every attached SyncTV artifact.
What's Changed
- feat: add playback history management by @zijiren233 in #50
- perf: keep startup responsive during slow server loads by @zijiren233 in #51
- feat(web): add production browser client by @zijiren233 in #52
- fix(web): harden OAuth and playback lifecycle by @zijiren233 in #53
- test(playback): cover seek precision across native and web by @zijiren233 in #54
- feat(rtmp): complete publish workflow and web live playback by @zijiren233 in #56
- feat(emby): support passwordless account binding by @zijiren233 in #57
- feat(synctv_opaque): accelerate web OPAQUE KSF with WASM Argon2 by @NoelOrin in #55
- feat(admin): add async chat moderation UI by @zijiren233 in #58
- feat(livestream): sync WHIP and WHEP frontend contracts by @zijiren233 in #60
- chore: upgrade Flutter and project dependencies by @zijiren233 in #64
- release: prepare v1.1.24 by @zijiren233 in #65
New Contributors
Full Changelog: v1.1.23...v1.1.24