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
- Windows
- Linux
macOS
Works on Apple Silicon (arm64) and Intel (amd64).
Option A: Direct installer script
Fastest cross-platform command.
curl -fsSL https://dl.relampo.com/install.sh | bash
Option B: Homebrew
Preferred on machines already using Homebrew.
brew tap relampo/tap
brew install --cask relampo/tap/relampo
If Homebrew cannot find relampo yet, use Option A.
Windows
Open PowerShell as an administrator, then run the installer script.
iwr https://dl.relampo.com/install.ps1 -useb | iex
Linux
Supports amd64 and arm64 architectures.
Use the direct installer script.
curl -fsSL https://dl.relampo.com/install.sh | bash
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