Skip to content

Installation

Homebrew

Terminal window
brew tap idestis/pipe
brew install pipe

GitHub Releases

Download the latest binary for your platform from the Releases page, extract it, and move it to a directory in your PATH.

Terminal window
# Example for Linux amd64
curl -Lo pipe.tar.gz https://github.com/idestis/pipe/releases/latest/download/pipe_linux_amd64.tar.gz
tar xzf pipe.tar.gz
sudo mv pipe /usr/local/bin/

Verify

Terminal window
pipe --version

Next steps

Head to the Quickstart to create and run your first pipeline.