Streambert is a cross-platform Electron desktop application for streaming and downloading movies, TV series, and anime with no advertisements or tracking.
The tool addresses the desire to access video content from multiple sources through a single interface. It retrieves video streams primarily from VidSrc, with fallback options to Videasy and Vidking, while sourcing metadata from TMDB for movies and series or from AniList for anime content. For downloading, the application extracts m3u8 playlist file links and uses a separate command-line tool alongside ffmpeg to download full video files that can be watched in-app or transferred to other devices. Anime content is handled distinctly, with media files scraped directly as mp4 files from AllManga.to. The application includes subtitle management, a library for tracking watched content and managing downloads, discovery features showing trending content, and customizable interface options.
Streambert suits users seeking a consolidated streaming and downloading experience without the friction of browser-based alternatives or advertisement interruption. It requires a free TMDB API key for operation and depends on external tools including ffmpeg and a separate downloader utility. The application supports multiple Linux package formats alongside Windows installation, with prebuilt binaries available to avoid requiring Node.js installation.
The project maintains active development with regular updates addressing functionality and user experience. Code changes are frequent and substantive, indicating ongoing refinement of core features. The maintainer engages with user feedback and incorporates suggestions into the codebase. Documentation is present but selective, covering essential setup requirements while leaving some implementation details to user discovery.