Get started with GoReplay in minutes. Follow our step-by-step guide to install GoReplay on your system.
Linux, macOS, or Windows
Root/Administrator access for traffic capture
Minimum 256MB RAM
50MB free space
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/
If you prefer to build from source, you'll need Go 1.16 or later installed on your system.
git clone https://github.com/buger/goreplay.git
cd goreplay
make
After installation, verify that GoReplay is working correctly by running:
gor --version
# Now try to capture some traffic
gor --input-raw :8080 --output-stdout
Now that you have GoReplay installed, explore these resources to get started: