Skip to content

Requirements

Runtime requirements

DependencyMinimumCheck
Python3.9+python3 --version
FFmpeg4.4+ffmpeg -version
ffprobebundled with FFmpegffprobe -version

Supported Python versions

Medix is tested in CI on Python 3.9, 3.10, 3.11, 3.12, and 3.13.

Supported platforms

OSPackage managers detected
macOS 12+Homebrew, MacPorts
Ubuntu 20.04+ / Debian 11+APT
Fedora / RHELDNF, YUM
Arch LinuxPacman
Windows 10+winget, Chocolatey, Scoop

Python dependencies

Installed automatically when you pip install medix:

  • click>=8.0 — command-line argument parsing
  • rich>=13.0 — terminal UI (tables, panels, progress bars)
  • questionary>=2.0 — interactive prompts

Development extras (pip install medix[dev]):

  • pytest>=7.0
  • pytest-cov>=4.0
  • ruff>=0.4