Skip to main content

From Source

Requires Rust 1.75+.
git clone https://github.com/FlumeIRC/flume.git
cd flume
cargo install --path flume-tui

With Python Scripting

Python scripting is an optional feature requiring Python 3.10+ development headers:
cargo install --path flume-tui --features python

Homebrew (macOS / Linux)

brew install FlumeIRC/tap/flume

Arch Linux (AUR)

yay -S flume

FreeBSD

pkg install flume

Pre-built Binaries

Download from the GitHub Releases page. Available for:
  • macOS (Apple Silicon)
  • macOS (Intel)
  • Linux (x86_64)