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 (applicationIdsuffixed.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.