Stream a video from a torrent link in your browser without waiting for the full file to finish downloading.
Host a private, password-protected video player on your own home server or VPS.
Watch torrented video on your phone with iOS Safari or Android Chrome, with automatic subtitle loading.
Requires Docker or Node.js 18+, consider the legal status of torrenting in your jurisdiction before deploying.
SeedBox Lite is a self-hosted web application that lets you stream video from a torrent link without waiting for the full file to finish downloading. You give it a torrent, it starts downloading in the background, and you can begin watching in your browser almost immediately. The interface is designed to look and feel like a standard video streaming service. The application has two parts: a Node.js backend that handles the torrent downloading and video serving, and a React frontend that provides the browser interface. You deploy both on your own server or computer, then access the player from any browser on your network. Supported video formats include MP4, MKV, AVI, and others. Subtitles are detected and loaded automatically when available. The interface is built to work well on mobile devices as well as desktop browsers, with gesture controls and full support for iOS Safari and Android Chrome. Access is protected by a password you set during configuration. The README lists Docker as the recommended way to get everything running quickly, with a single docker-compose command starting both the backend and frontend. A PM2-based setup is also described for those who prefer to run Node.js processes directly without containers. Both approaches require Node.js 18 or newer. The project supports Windows, macOS, and several Linux distributions. The README includes sections on environment variable configuration, health check endpoints, and testing commands. No specific license is mentioned in the README itself. The project is described as production-ready, though users should consider the legal status of torrenting in their jurisdiction before deploying it.
← hotheadhacker on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.