Installation Guide

Get started with GoReplay in minutes. Follow our step-by-step guide to install GoReplay on your system.

System Requirements

Operating System

Linux, macOS, or Windows

Permissions

Root/Administrator access for traffic capture

Memory

Minimum 256MB RAM

Disk Space

50MB free space

Installation

  • Download the latest release
  • Extract the archive
  • Move to system bin directory
Terminal

          wget https://github.com/buger/goreplay/releases/download/v1.3.3/gor_1.3.3_x64.tar.gz
tar -xzf gor_1.3.3_x64.tar.gz
sudo mv gor /usr/local/bin/
        

Build from Source

From Source Code

If you prefer to build from source, you'll need Go 1.16 or later installed on your system.

Terminal
git clone https://github.com/buger/goreplay.git
cd goreplay
make

Verify Installation

After installation, verify that GoReplay is working correctly by running:

gor --version

# Now try to capture some traffic
gor --input-raw :8080 --output-stdout