Install

flowg is published to crates.io and to GitHub Releases.

Fastest: cargo binstall

cargo binstall flowg

cargo-binstall fetches the prebuilt binary for your platform from GitHub Releases without compiling anything.

If you don't have cargo-binstall yet:

cargo install cargo-binstall

From source: cargo install

cargo install flowg

This compiles the source. Slower; useful if your platform isn't in our prebuilt list.

Direct download

curl -fsSL -o flowg.tar.gz \
  https://github.com/openIE-dev/flow-g/releases/latest/download/flowg-$(uname -s)-$(uname -m).tar.gz
tar xzf flowg.tar.gz
mv flowg-*/flowg /usr/local/bin/

Verify

flowg --version