Relampo CLI

Install Relampo CLI on macOS, Windows, and Linux

Choose your operating system and follow the recommended setup path. These commands match the official installation guides.

Select your OS

Install on macOS

Works on Apple Silicon (arm64) and Intel (amd64).

Option A - Direct installer script

Fastest cross-platform command.

Command
curl -fsSL https://dl.relampo.com/install.sh | bash

Option B - Homebrew

Recommended on macOS.

Command
brew tap relampo/tap
brew install --cask relampo/tap/relampo

If Homebrew cannot find relampo yet, use Option A.

Add Relampo to PATH (if needed)

Ensure the CLI is available from any directory.

Command
export PATH="$HOME/.local/bin:$PATH"
  • Open your shell config: nano ~/.bashrc (or nano ~/.zshrc).
  • Add the export line at the end of the file.
  • Reload your shell: source ~/.bashrc (or source ~/.zshrc).
Verify installation
Command
relampo version
Initial setup
Command
relampo setup
For recording HTTPS traffic, run relampo setup and trust the generated certificate.

Need the full documentation?

For release updates, advanced setup, and troubleshooting, visit our docs site.