Skip to content

OpenTorrent v0.1.0

Choose a tag to compare

@nrzz nrzz released this 12 Jul 14:32
1674368

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