Installation
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.
macOS
Works on Apple Silicon (arm64) and Intel (amd64).
Option A: Homebrew
Recommended on macOS.
brew tap relampo/tap
brew install --cask relampo/tap/relampo
If Homebrew cannot find relampo yet, use Option B.
Option B: Direct installer script
Fastest cross-platform command.
curl -fsSL https://dl.relampo.com/install.sh | bash
To make it easier to run Relampo from your terminal, ensure this line is included in your shell configuration:
export PATH="$HOME/.local/bin:$PATH"
This allows your terminal to locate the Relampo command automatically from any directory.
How to add it:
- Open your terminal.
- Open your shell config file:
nano ~/.bashrc
or (for zsh users):
nano ~/.zshrc
- Add this line at the end of the file:
export PATH="$HOME/.local/bin:$PATH"
- Save and exit.
- Reload the configuration:
source ~/.bashrc
or:
source ~/.zshrc
Windows
Option A: PowerShell installer script
For users who prefer scripted install.
iwr https://dl.relampo.com/install.ps1 -useb | iex
Linux
Supports amd64 and arm64 architectures. Instructions below are focused on Ubuntu.
Option A: Direct installer script
Recommended for Ubuntu.
curl -fsSL https://dl.relampo.com/install.sh | bash
If curl is not installed:
sudo apt update && sudo apt install -y curl
Verify installation
relampo version
Initial setup
relampo setup
For recording HTTPS traffic, run relampo setup and trust the generated certificate.
Full documentation
For release updates, advanced setup, and troubleshooting, visit:
https://docs.relampo.com