Skip to main content

Installation

There are several ways to install Replay.

Go Install

If you have Go 1.25+ installed:
This builds the binary and places it in $GOPATH/bin.

Binary Download

Download a pre-built binary from the GitHub Releases page. Available platforms:

Docker

Pull the official Docker image:
Run a workflow from your current directory:

Build from Source

The binary is output to ./build/replay.

Verify

Expected output:

Shell Autocompletion

Replay uses Cobra, which supports shell completion:

What’s Next?