Gonwan is a small, developer-focused software publisher whose only public offering to date is the open-source M3U8 Downloader, a cross-platform utility that streamlines the capture of HLS video streams. Built on a modern Electron-plus-Vue3 stack, the program presents a minimalist interface where users paste an .m3u8 playlist URL, choose quality, set output location, and watch segmented transport-stream files merge automatically into a single MP4, TS, or MKV file. Typical use cases range from archiving educational webinars and saving subscription-based lectures for offline review to backing up personal event recordings stored on cloud CDNs. Because the tool speaks the standard HTTP Live Streaming protocol, it also doubles as a lightweight testing aid for front-end engineers who need to verify adaptive-bitrate play-lists or inspect segment timing without command-line utilities. The application supports concurrent downloads, proxy configuration, cookie injection, and automatic retry on dropped segments, making it equally useful for content curators, QA teams, and casual viewers who prefer local copies over buffering browser tabs. While Gonwan’s catalog is presently limited to this single media helper, the publisher’s GitHub presence suggests an emphasis on clean, maintainable code and community pull requests rather than feature bloat. Gonwan’s M3U8 Downloader is available for free on get.nero.com, delivered through trusted Windows package sources such as winget, always installing the latest release and allowing it to be pulled alongside other applications in a single batch operation.

M3U8 Downloader

Yet another m3u8 downloader built with vue3/vite, element-plus, and electron.

Details