Skip to content

Releases: roieeedouek/unboxed-android

Unboxed 1.7.1 — TorBox edition

Choose a tag to compare

@roieeedouek roieeedouek released this 08 Aug 09:11
6c8218d

Unboxed is a fork of Unchained rebuilt to
talk to TorBox instead of Real-Debrid.

What changed from Unchained

  • Full TorBox migration — every network call, auth flow, and data model rebuilt against
    TorBox's API (api.torbox.app) instead of Real-Debrid's: torrents, web downloads/unrestrict,
    streaming, user info, all backed by TorBox's {success, error, detail, data} response envelope
    and permanent API-key auth (paste-a-key or TorBox's device-code login, no more OAuth
    refresh-token juggling).
  • Renamed to Unboxed, with a new teal/navy app icon.
  • New package ID (com.github.roieeedouek.unboxed) so it installs side-by-side with the
    original Unchained app instead of colliding with it.
  • Real-Debrid-only features with no TorBox equivalent were removed rather than stubbed out:
    container-file (.rsdf/.ccf/.dlc) upload and the "remote traffic" toggle.
  • Search plugins (1337x, nyaa, rlsbb, etc.) are untouched — they're just torrent-site scrapers,
    unrelated to the debrid backend — but the default plugin repository URL was fixed (it 404'd).

Downloads

  • release-1.7.1.apk — minified release build, signed with a throwaway self-signed key (not
    a Play Store / verified publisher signature — Android will warn about an "unknown source" on
    install, which is expected for a sideloaded personal build).
  • debug-1.7.1-dev.apk — unoptimized debug build (applicationId suffixed .debug, installs
    alongside the release build too).

Since the package ID changed, this always installs fresh — no need to uninstall anything first.

Credits

All credit for the original app, its architecture, and the vast majority of its code goes to
LivingWithHippos and the Unchained project - see the
README for full credits.