Files
Twitch-VOD-Manager/README.md
T
Sucukdeluxe 3f0c075859 fix: harden the Electron 43 release runtime
Upgrade Electron, electron-builder, and electron-updater to patched versions, align the supported Node.js toolchain, and preserve secure file drops through the context-isolated webUtils bridge.

Cover the Electron 43 file-path migration with a real temporary-file drag-and-drop regression test and retain zero-vulnerability lockfile resolution.
2026-08-10 13:01:21 +02:00

1.4 KiB

Twitch VOD Manager

Twitch VOD Manager is a Windows desktop application for finding, downloading, trimming, splitting, merging and organizing Twitch VODs and clips.

Features

  • Search streamers and browse available VODs
  • Download complete VODs or precise time ranges
  • Split long recordings into configurable parts
  • Merge related downloads and track group progress
  • Resume interrupted downloads and verify completed files
  • Manage queues, history, profiles and per-streamer automation
  • Capture live streams and Twitch chat
  • Navigate a compact workspace with contextual sidebars and dedicated toolbars
  • Use Light, Dark and System themes with German and English localization
  • Search settings and jump directly to individual configuration areas
  • Receive application updates through GitHub Releases

Installation

Download the current Windows installer from GitHub Releases.

The application stores its settings and local database on the computer where it is installed. No Twitch credentials, user settings, download history or personal data are included in this repository or its release files.

Development

Requirements:

  • Node.js 22.13 or newer
  • Windows for building the NSIS installer
npm ci
npm run test:e2e:release
npm run dist:win

License

Twitch VOD Manager is available under the MIT License.