Skip to main content

Videx

A private local video and audio download manager. Use it from your terminal or browser while your media and credentials stay on your machine.

Videx is a free, MIT-licensed local download manager for video, audio, playlists, and subtitles. It provides a guided CLI, scriptable commands, a persistent download queue, and a browser interface bundled with the local app. Videx uses yt-dlp and FFmpeg as local engine dependencies.

Why Videx

  • Local by design. Downloads, URLs, cookies, history, and media never pass through a Videx server.
  • Friendly defaults. Paste a URL and choose a quality without learning yt-dlp flags.
  • Powerful when needed. Playlists, audio extraction, subtitles, clips, SponsorBlock, retries, presets, and batch jobs remain available.
  • One engine. The CLI and browser use the same validated plans and SQLite queue.
  • No account, subscription, cloud storage, analytics, or advertisements.

Videx supports many compatible sources through its local engine. Compatibility can change as source sites change. DRM-protected material, bypassing access restrictions, and unauthorized copying are not supported.

Use Videx only for media you own or are authorized to save. Videx does not grant rights to third-party content or override a platform's terms.

Start in three steps

  1. Install Videx for your computer.
  2. Run videx app.
  3. Paste a URL, preview it, and queue the authorized media locally.

The public website at videx-app.vercel.app provides the install guide, privacy statement, compatibility guidance, and troubleshooting guide. The installed Videx app provides the actual interface.

Install

Windows

Review and run install.ps1, or use this PowerShell command:

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

The release binary is currently unsigned, so Windows SmartScreen may show a warning. Every release includes a SHA-256 checksum, and the installer verifies it before installation.

Install FFmpeg when prompted, then open a new terminal:

videx doctor
videx app

Linux

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

For an optional user service:

VIDEX_INSTALL_SERVICE=1 curl -fsSL https://raw.githubusercontent.com/ws0x/Videx/main/install.sh | bash

Python

python -m pip install videx-local

Python 3.10 or newer is required. FFmpeg is required for merging streams, conversion, thumbnails, and subtitle embedding. aria2c is optional.

Browser app

Run:

videx app

Videx starts a local service on 127.0.0.1:8765 and opens the interface bundled with Videx. The local app uses a secure session cookie and same-origin requests, so the public website is not part of the download path.

videx web remains a compatibility alias for videx app. Developers who need the older hosted PWA flow can run videx web --hosted explicitly.

The local service refuses non-loopback binding. The Vercel site provides documentation and downloads only.

The browser app supports:

  • URL preview and available quality discovery
  • Video and audio downloads
  • Playlist, subtitle, clip, SponsorBlock, retry, and archive controls
  • Live queue progress
  • Cancellation, retry, removal, and opening output folders
  • Exact output-file downloads
  • Offline app-shell caching

CLI examples

videx
videx https://example.com/video -q 1080
videx https://example.com/video --audio -f mp3
videx add https://example.com/video -q 720
videx jobs --json
videx job JOB_ID --json
videx cancel JOB_ID
videx formats https://example.com/video
videx daemon start
videx doctor --json
videx update

Run videx --help or videx <command> --help for the complete option list.

Configuration and local data

Configuration precedence is CLI flags, environment variables, config file, then defaults.

  • Config: ~/.config/videx/config.toml
  • Data and queue: ~/.local/share/videx
  • Default downloads: ~/Downloads/videx

Override these with VIDEX_CONFIG_DIR, VIDEX_DATA_DIR, and VIDEX_OUTPUT_DIR.

Videx checks GitHub Releases at most once every 24 hours when interactive mode starts. It only displays a notice. It never installs an update without approval. Set VIDEX_NO_UPDATE_CHECK=1 to disable this request.

Development

python -m venv .venv
# Windows: .venv\Scripts\activate
# Linux: source .venv/bin/activate
pip install -e ".[dev,web]"
pytest
ruff check videx tests
mypy videx

cd webui
npm ci
npm run build

Required tests never contact media websites. Network extractors are mocked or served by local fixtures.

See CONTRIBUTING.md, SECURITY.md, PRIVACY.md, ROADMAP.md, and the architecture, API, and release guides.

License

MIT. See LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

videx_local-1.0.8.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

videx_local-1.0.8-py3-none-any.whl (82.8 kB view details)

Uploaded Python 3

File details

Details for the file videx_local-1.0.8.tar.gz.

File metadata

  • Download URL: videx_local-1.0.8.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for videx_local-1.0.8.tar.gz
Algorithm Hash digest
SHA256 82cc4827adfe7307e0d48856b695aa72c6001f2b3eb0ba67a00ee8338b87267c
MD5 f56d1da5a50e05d86f779308c9c7514c
BLAKE2b-256 19429d6dd38125c35c8d061e45f9e710d5e1209b956e4adef8c221e514286249

See more details on using hashes here.

Provenance

The following attestation bundles were made for videx_local-1.0.8.tar.gz:

Publisher: release-pypi.yml on ws0x/Videx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file videx_local-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: videx_local-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 82.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for videx_local-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 9a1b550c014c29bee678412f027c2a0ceffe0be8f0ab7605c306599634a6d56b
MD5 9d366af506dc14238290531a2520436b
BLAKE2b-256 963e76f79320a81043c983d6f7fa91ff452ccd703af4f6ebd20fd6fff4444a88

See more details on using hashes here.

Provenance

The following attestation bundles were made for videx_local-1.0.8-py3-none-any.whl:

Publisher: release-pypi.yml on ws0x/Videx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.0.9

2 files

This release

1.0.8 This release

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page