Download Runner
The longrange runner is a lightweight CLI tool that polls the longrange.run API for task assignments.
Latest Release
Choose the appropriate binary for your platform:
Installation
Linux / macOS
# Download and extract
tar -xzf longrange-runner_*.tar.gz
# Move to PATH
sudo mv longrange-runner /usr/local/bin/
# Verify installation
longrange-runner --helpWindows
# Extract the zip file
# Move longrange-runner.exe to a directory in your PATH
# Or run directly from the extracted locationUsage
After installation, run the runner with your API key:
longrange-runner --api-key YOUR_API_KEYGet your API key from your profile page.