MediaForge is a cross-platform WebUI tool for downloading anime from aniworld.to, series from s.to, and movies from filmpalast.to. It runs on Windows, macOS, and Linux.
Fork of the original AniWorld-Downloader by phoenixthrush, SiroxCW and Tmaster055 — maintained and extended here by TheMRX13 and Domekologe. The legacy CLI has been removed; everything runs through the WebUI.
| WebUI (Landing Page) | WebUI (Auto-Sync) |
|---|---|
![]() |
![]() |
Note
This images contains some modules and settings which can be enabled within the settings.
Requirements: Python ≥ 3.10 and ffmpeg available in your
PATH. New to Python? See the Installation wiki for per-OS instructions.
# Install the latest stable release
pip install mediaforge
# Launch — starts the WebUI and opens your browser
mediaforgeOpen http://localhost:8080. Authentication is enabled by default and all settings live in the WebUI — no .env file needed.
Useful launch flags: -wP <port> (custom port) · -wH 0.0.0.0 (expose to LAN/Docker/reverse proxy) · -wN (don't open the browser) · -d (debug logging).
📖 Full setup — including how to install Python & ffmpeg, the data directory and first-run steps — is on the Installation and Getting Started wiki pages.
- Browse, search & download full series, seasons or single episodes from aniworld.to, s.to and filmpalast.to
- AutoSync — keep series up to date automatically on an interval or weekly schedule, with per-job season/episode filters and a separate path for movies/specials
- Download queue & history — a real-time queue plus a searchable, filterable history (failed/cancelled/skipped, retry, bulk delete, export, auto-retention)
- Media library, favourites & statistics built in
- CineInfo (TMDB) metadata, a Calendar of upcoming episodes, plus Jellyfin/Plex and Jellyseerr/Overseerr integration
- Notifications via Web Push, Telegram, Pushover, Discord or WhatsApp
- Encoding (Stream Copy / H.264 / H.265, with NVENC, VAAPI, VideoToolbox) and Anime4K upscaling
- Full & Selective Backup — export/import settings and user data as a password-protected file to back up or migrate a MediaForge install (admin only)
- Multi-user auth & OIDC SSO, a full REST API, Docker-ready, and a UI in English & German
→ Full feature tour in the Wiki.
Everything is documented in the Wiki — available in English and Deutsch:
| Getting started | Features | Reference |
|---|---|---|
| Installation · Getting Started · Docker | AutoSync · Download History · Library · Integrations · SyncPlay · Encoding | Configuration · Authentication · Supported Sites · API Reference · Architecture |
docker pull ghcr.io/pd-codes/mediaforge:latest
docker run -it --rm -p 8080:8080 \
-v "${PWD}/Downloads:/app/Downloads" \
-v mediaforge-data:/home/mediaforge/.mediaforge \
ghcr.io/pd-codes/mediaforge:latestMount your Downloads folder for the files and the mediaforge-data volume for config/database. For Docker Compose, reverse proxy (nginx), LAN access and env-based admin setup, see the Docker wiki page.
Warning
NAS devices (UGREEN, Synology): Both are supported, but MediaForge's code is not optimized for these two NAS platforms and will not be — so expect recurring issues. We're happy to help with installation, but we do not optimize MediaForge for UGREEN or Synology. For the smoothest experience, run it via Docker on a standard Linux, Windows or macOS host.
Actively in development — current work in progress:
- Multi-Language Support — UI available in German and English
- More Extractors — additional video host support beyond the current providers
- Live Transcode / In-Browser Playback — watch downloaded files directly in the UI
- Discord Rich Presence — show what you're currently watching on your Discord profile
- More Sources — additional anime, series and movie providers (open a feature request)
- AutoSync Episode Filter — configure per job which seasons/episodes to sync, include/skip movies & specials, separate movie download path
- AutoSync Schedule — run on a fixed interval or a weekly plan (weekdays + times)
- Provider Fallback Order — automatically try the next provider if the primary one fails
- Calendar View — show upcoming episode air dates for AutoSync jobs based on TMDB data
- Bandwidth Limit / Download Time Window — throttle speed or restrict downloads to specific hours
- Download History — searchable log of all completed downloads with date, size and duration
- Generic Outgoing Webhook — send a configurable POST request on download completion (Home Assistant, n8n, etc.)
- Subtitle Support — additional language and subtitle download options
- Integrated VPN/Proxy — download through VPN or proxy servers to increase privacy
- Adding Pills to Advanced Search if a Media is already downloaded, and more
- Auto-Sync "Waitlist". If an Auto-Sync Title was not found for X Days, it will be tried again in Y week(s)
Go here for more information: Progress in Work
URLs from aniworld.to, s.to and filmpalast.to are supported, delivered behind the scenes via hosters such as VOE, Vidoza, Vidmoly, Filemoon, Doodstream, Vidara and Veev.
→ See Supported Sites for the live status of each site and extractor, and which hosters are prioritized per site.
Contributions are highly appreciated — report bugs, suggest features, submit pull requests, or improve the docs. Please check existing issues first to avoid duplicates, and feel free to discuss ideas on Discord before opening a PR.
Builds upon the work of several outstanding open-source projects and individuals:
Original authors — phoenixthrush (creator of AniWorld-Downloader), SiroxCW and Tmaster055.
Libraries & tools — mpv, Flask and Waitress.
- Jellyfin AniWorld Downloader by SiroxCW — a Jellyfin plugin to browse and download anime & series directly from AniWorld, integrated into your media server.
- AniBridge by Zzackllack — a minimal FastAPI service bridging anime and series catalogues (AniWorld, SerienStream/s.to, MegaKino) with automation tools.
- Discord Server — the fastest way to get help and chat with other users.
- GitHub Issues — preferred for installation problems, bug reports and feature requests.
If you find MediaForge useful, please ⭐ the repository — it's greatly appreciated and motivates continued development.
MediaForge is a client-side tool that enables access to content hosted on third-party websites. It does not host, upload, store, or distribute any media itself.
This software is not intended to promote piracy or copyright infringement. You are solely responsible for how you use it and for ensuring that your use complies with applicable laws and the terms of service of the websites you access.
The developer provides this project "as is" and is not responsible for third-party content, external links, or the availability, accuracy, legality or reliability of any third-party service. If you have concerns about specific content, please contact the respective website or rights holder directly.

