Download Flow

Install Flow on your preferred platform. Free and open source.

Flow is available via pip, as a standalone Linux binary, or from source. Choose the method that works best for you.

#Requirements

VLC
Latest version is recommended.

# Install via pip

The fastest way to get Flow running. Use pip to install the latest version globally.

Terminal
pip install flow-twinx

Then launch Flow:

Terminal
flow
Tip
Make sure VLC is installed. Flow uses python-vlc for playback and will not work without it.

# Linux Binary

Download the latest standalone Linux binary directly from GitHub Releases. No Python or pip required.

Terminal
chmod +x ./flow
./flow
Note
The Linux binary still requires VLC to be installed on your system for audio playback.

# From Source

Clone the repository and run directly with uv or install from the source package.

Terminal
git clone https://github.com/Philast-015/Flow.git
cd Flow
uv run flow_twinx/main.py

# Commit History

Recent commits from the repository.

Loading commits...

# Keep Updated

Check for updates with pip install -U flow-twinx or watch the GitHub Releases page for notifications.