Vvidex
GET STARTED

Install Videx. Keep media local.

Videx is free and open source. Install it once, run one command, then preview and queue authorized media from your browser.

Download VidexRead the source

01

Install

Choose the installer for your computer from the latest release.

02

Check setup

Run videx doctor to check Videx, FFmpeg, and local folders.

03

Open Videx

Run videx app. The local interface opens automatically.

Windows

Review and run the PowerShell installer, then open a new terminal.

irm https://raw.githubusercontent.com/ws0x/Videx/main/install.ps1 | iex
videx doctor
videx app

Videx releases are unsigned, so Windows SmartScreen may show a warning. Check the published SHA-256 checksum before installing.

Linux

curl -fsSL https://raw.githubusercontent.com/ws0x/Videx/main/install.sh | bash
videx doctor
videx app

Need help?

Run videx doctor and see the troubleshooting guide if Videx does not start.

Read troubleshooting steps.