Help us keep the list up to date and submit new video software here.






Software Home »


Complete Version history / Release notes / Changelog / What's New for MediaGo


MediaGo v3.5.0
This release brings support for more sites, a brand-new browser extension, and deep integration with AI assistants. Overall, it runs faster and uses fewer resources.

Browser Extension (Chrome / Edge)
See a video you like while browsing? Send it to MediaGo with one click.

Automatically detects downloadable videos on web pages — the toolbar icon shows the count detected on the current page
Works with most major video sites, including Bilibili, YouTube, and more
Bilingual interface (English / Chinese) that follows your browser language by default
No need to install from the store — after installing MediaGo, find the extension files under Settings More Settings Browser Extension Directory
YouTube and 1000+ Sites Supported
Added support for YouTube, Twitter/X, Instagram, Reddit, and over a thousand other video sites. Previously supported formats are now more stable too, especially for overseas sites.

Download with a Single Sentence via AI Assistants (OpenClaw Skill)
If you use AI coding tools like Claude Code or Cursor, you can now just tell your AI:

"Download this video for me: https://..."

The AI will automatically call MediaGo to handle the download. To install:

npx clawhub@latest install mediago
Both English and Chinese commands are recognized.

Let Other Tools Integrate with MediaGo
A full set of APIs is now open, letting scripts, automation tools, and even other apps call MediaGo — you're no longer confined to the desktop window. The browser extension itself communicates with the desktop app through these APIs, and power users can build them into their own workflows.

Convert Formats Right After Downloading
Once a video finishes downloading, you can convert its format and choose quality settings directly inside MediaGo — no need to open another tool.

Easier Docker Deployment
Deploy with a single command. Works on both Intel and ARM chips:

docker run -d --name mediago -p 8899:8899 \
-v /path/to/mediago:/app/mediago \
ghcr.io/caorushizi/mediago:3.5.0
If you're using the desktop version, phones and tablets on the same home network can also open MediaGo's web interface — no extra configuration needed.

Performance and Experience
Faster startup and lower memory footprint
Built-in video player — no need to launch a separate app
Some long-standing issues are fixed: download logs can now be copied, the download task list auto-refreshes when tasks are imported externally, and special characters in filenames are handled automatically — no more "can't find the file after it finishes downloading"
Notes for macOS Users

[Intel chips] Install the x64 version from the release page. After installation, you'll need to allow apps from unidentified developers in your Mac's security settings.

[Apple Silicon] Install the arm64 version from the release page. After installation, run the following command in Terminal:

sudo xattr -dr com.apple.quarantine /Applications/mediago-community.app


3.5.0-beta.1 Pre-release
New
Added YouTube downloads via yt-dlp, supporting 1000+ sites
Improved
Consolidated binary path args into a single --deps-dir flag
Redesigned download dialog and resource extraction page
Cleaned up unused browser extension dependencies
Fixed
Download failure logs showing [object Object] instead of actual output
Electron deprecation warnings and update check crash
Missing translation for password confirmation on sign-in page
Hardcoded Chinese strings in Skills setup commands


3.1.0-beta.0
What's Changed
fix: change the name of the detected video by @caorushizi in #412
build(deps-dev): bump vite from 5.2.11 to 6.1.0 by @dependabot[bot] in #411
build(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 5.1.0 by @dependabot[bot] in #385
build(deps-dev): bump stylelint-config-standard from 36.0.0 to 37.0.0 by @dependabot[bot] in #400
build(deps): bump react-dom and @types/react-dom by @dependabot[bot] in #382
build(deps): bump socket.io-client from 4.8.0 to 4.8.1 by @dependabot[bot] in #384
build(deps): bump i18next-browser-languagedetector from 8.0.0 to 8.0.2 by @dependabot[bot] in #381
feat: straight link download by @caorushizi in #413
Revert "build(deps): bump react-dom and @types/react-dom" by @IOLOII in #418
fix: url encode by @caorushizi in #419
fix: scheme open app in macOs by @y2hlbg in #420
fix: bilibili ele bug fix by @y2hlbg in #421
fix: ts fix by @y2hlbg in #426
fix: bilibili video name by @y2hlbg in #427
feat: support for pushing download links to docker by @caorushizi in #432
feat: by @zhou-xh in #467
refactor: reconstruct the video download service by @caorushizi in #482
refactor: optimize socket.io by @caorushizi in #483
Refactor project by @caorushizi in #505
refactor: use DESC sorting of created date in the download list and download complete list page by @woniuxingdong in #508
refactor: add item to ignore the '.store' directory by @woniuxingdong in #513
refactor: share app store defaults by @caorushizi in #514
refactor: centralize controller handler registration by @caorushizi in #515
Refactor app store handler mapping by @caorushizi in #516
refactor: extract download state aggregator by @caorushizi in #517
docs: migrate to local images and update architecture documentation by @caorushizi in #518
refactor(frontend): rename files to kebab case by @caorushizi in #522
feat: add win arm support by @caorushizi in #530
refactor: reponame by @caorushizi in #531
feat: add copilot instructions by @caorushizi in #532
feat: edit actions sctipts by @caorushizi in #533
build(deps): bump axios from 1.11.0 to 1.12.2 by @dependabot[bot] in #527
Fix something by @caorushizi in #535
Remove title from form by @caorushizi in #540
feat: use video and downloader server by @caorushizi in #546
Update UI by @caorushizi in #548
refactor: rename remaining download item reference by @caorushizi in #549
Fix all bugs by @caorushizi in #556
feat: update @mediago/core v0.0.10 by @caorushizi in #560
feat(download-log): fetch logs lazily in dialog by @caorushizi in #561
feat: update deps by @caorushizi in #562
fix: mac tray icon by @caorushizi in #563
feat: by @caorushizi in #564


3.0.1
What's Changed
docs: remove docs by @caorushizi in #365
fix: defaultly to play audio by @woniuxingdong in #368
docs: update README.md by @caorushizi in #369
feat: display created date for items in download list by @woniuxingdong in #370
feat: docker platform by @caorushizi in #371
Dev/docs by @caorushizi in #376
feat: update readme by @caorushizi in #377
feat: update readme by @caorushizi in #378
Fix some bug by @caorushizi in #387
feat: update adblocker by @caorushizi in #389
fix: pass the request header when downloading by @caorushizi in #391
feat: use the silent parameter for immediate download by @caorushizi in #392
fix: urlschema add headers params by @caorushizi in #393
fix: modify home page copy by @caorushizi in #394
docs: simplify download buttons and supplement documentation by @caorushizi in #395
Dev/perfermance by @caorushizi in #396
feat: v3.0.1 by @caorushizi in #401


v3.0.0 (Released on 2024.10.7)
Software Downloads
mediago Windows (Installer) v3.0.0
mediago Windows (Portable) v3.0.0
mediago macOS ARM64 (Apple Chip) v3.0.0
mediago macOS x64 (Intel Chip) v3.0.0
mediago Linux v3.0.0
mediago Docker v3.0 docker run -d --name mediago -p 8899:8899 -v /root/mediago:/root/mediago registry.cn-beijing.aliyuncs.com/caorushizi/mediago:v3.0.0
Domestic Downloads
mediago Windows (Installer) v3.0.0
mediago Windows (Portable) v3.0.0
mediago macOS ARM64 (Apple Chip) v3.0.0
mediago macOS x64 (Intel Chip) v3.0.0
mediago Linux v3.0.0
mediago Docker v3.0 docker run -d --name mediago -p 8899:8899 -v /root/mediago:/root/mediago registry.cn-beijing.aliyuncs.com/caorushizi/mediago:v3.0.0
Software Screenshots
Home

Key Updates
Support for Docker deployment of the web version
Updated desktop UI
Changelog
Updated desktop UI
Support for Docker deployment of the web version
Added video playback, supporting both desktop and mobile playback
Fixed issue where Mac version wouldn't display the interface
Optimized batch download interaction
Added portable version for Windows (no installation required)
Optimized download list to support sniffing multiple videos on the same page
Supported manual import/export of favorite lists
Supported export of the homepage download list
Optimized interaction logic for the "New Download" form
Supported opening the app via UrlScheme and adding download tasks
Fixed several bugs and improved user experience
v2.2.3 (Released on 2024.7.06)
Download Links
Windows mediago v2.2.3
macOS mediago v2.2.3
Linux mediago v2.2.3
Changelog
Added an "Auto Update" toggle in settings: only release versions will be updated automatically, beta versions will not
Added "Bulk Update" in the download form
New Linux version released
Automatically selects the highest video quality during download
Added "Clear Cache" and "Incognito Mode"
Custom installation location selection
Fixed several bugs
v2.2.0 (Released on 2024.5.22)
Download Links
Windows mediago v2.2.0
macOS mediago v2.2.0
Changelog
Support for live stream downloads
Support for Bilibili video downloads
Optimized immersive sniffing process
Support for console output during download
Fixed several bugs
v2.0.1 (Released on 2023.7.1)
Download Links
Windows mediago v2.0.1
macOS mediago v2.0.1
Software Screenshots
Home

Changelog
Dark mode
More download configurations
Support for automatic header injection
Support for enabling ad filtering
Support for immersive sniffing
Support for switching between mobile and PC modes
Support for modifying simultaneous download limits
Fixed several bugs
v1.1.5 (Released on 2022.2.5)
Download Links
Windows mediago v1.1.5
Software Screenshots
Home

Changelog
Support for video downloads
v1.0.1 (Released on 2021.3.1)
Software Screenshots
Home

Changelog
Support for video downloads




Search   Contact us   Privacy Policy   About   Advertise   Forum   RSS Feeds   Statistics   Software   

Site layout: Default Classic Blue

Affiliates: free-codecs.com

©1999-2026 videohelp.com