Releases: nrzz/open-torrent
Release list
v0.3.1
OpenTorrent 0.3.1 — live engines
All artifacts below are live libtorrent builds (not mock).
- OpenTorrent-windows-x64-live.zip — Windows portable
- OpenTorrent-Setup-0.3.1.exe — Windows installer (when built)
- OpenTorrent-android-live.apk — Android arm64 (sideload; debug-keystore if unsigned Play key absent)
- OpenTorrent-linux-x64-0.3.1.tar.gz — Ubuntu/Linux portable
- OpenTorrent_0.3.1_amd64.deb — Debian/Ubuntu package
- SHA256SUMS.txt — verify:
sha256sum -c SHA256SUMS.txt
After installing on Linux, magnet links and .torrent files open via the desktop association (opentorrent %U).
Verify checksums before installing. No telemetry, no ads.
Full Changelog: v0.3.0...v0.3.1
OpenTorrent v0.3.0
OpenTorrent 0.3.0 — Security hardening + Linux
Highlights
- Industry-grade hardening across native core, Dart networking, and Android
- Linux desktop target (CI builds tar.gz; live build scripts included)
- Live Windows + Android libtorrent engines
SHA256SUMS.txtfor artifact verification
Artifacts
- OpenTorrent-windows-x64-live.zip — Windows portable with live libtorrent
- OpenTorrent-android-live.apk — Android arm64 live engine (API 28+)
- SHA256SUMS.txt —
sha256sum -c SHA256SUMS.txt
CI also attaches mock-engine Windows/Linux/Android builds via the release workflow.
Verify
sha256sum -c SHA256SUMS.txt
See CHANGELOG.md for the full security fix list.
OpenTorrent v0.2.1
Artifacts
- OpenTorrent-android.apk — Android release APK
- OpenTorrent-windows-x64-ci.zip — Windows portable (CI mock engine)
For the live libtorrent Windows build, also attach OpenTorrent-windows-x64-live.zip from a machine with scripts/build_libtorrent_windows.ps1 (see README).
Full Changelog: v0.2.0...v0.2.1
OpenTorrent v0.2.0
Artifacts
- OpenTorrent-android.apk — Android release APK
- OpenTorrent-windows-x64-ci.zip — Windows portable (CI mock engine)
For the live libtorrent Windows build, also attach OpenTorrent-windows-x64-live.zip from a machine with scripts/build_libtorrent_windows.ps1 (see README).
Full Changelog: v0.1.0...v0.2.0
OpenTorrent v0.1.0
OpenTorrent 0.1.0
First public scaffold release.
What's included
- Windows portable zip (mock engine — UI fully usable; real libtorrent builds via scripts)
- Flutter UI: torrents, magnets, settings, RSS, sequential download, scheduler
- Native C API core with stub fallback + edge-case tests
- CI/CD workflows for future APK + Windows builds
Run
Extract and run open_torrent.exe.
Notes
- Android APK needs Android SDK (not installed on this machine). CI will build APKs.
- For real BitTorrent transfers, build core with libtorrent (see
scripts/build_libtorrent_windows.ps1).