Relay v1.0.0
Relay v1.0.0
Download the binary for your platform:
| Platform | Binary | Checksum |
|---|---|---|
| macOS (Apple Silicon) | relay-macos-arm64 |
See checksums.txt |
| macOS (Intel) | relay-macos-x64 |
See checksums.txt |
| Linux (x64) | relay-linux-x64 |
See checksums.txt |
| Linux (arm64) | relay-linux-arm64 |
See checksums.txt |
| Windows (x64) | relay-windows-x64.exe |
See checksums.txt |
Installation
# macOS / Linux
chmod +x relay-macos-arm64
export API_KEY="your-secret-key"
./relay-macos-arm64
# Set your IDE to use http://localhost:8080See USAGE.md for the full guide.