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).