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
# Install via pip
The fastest way to get Flow running. Use pip to install the latest version globally.
pip install flow-twinx
Then launch Flow:
flow
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.
chmod +x ./flow ./flow
# From Source
Clone the repository and run directly with
uv or install from the source
package.
git clone https://github.com/Philast-015/Flow.git cd Flow uv run flow_twinx/main.py
# Commit History
Recent commits from the repository.
# Keep Updated
Check for updates with
pip install -U flow-twinx
or watch the
GitHub Releases
page for notifications.