Install
Center ZIP for Win/Linux, one-line Runner install, ports.
Center
Download the ZIP for your platform from GitHub Releases. Extract and run the installer:
# Windows (amd64)
.\install.ps1 -Port 8090
# Linux (amd64 / arm64)
chmod +x install.sh && ./install.sh --port 8090
Runner
ole runner join --url https://your-center:8090 --group production
Ports
| Service | Default Port | Direction |
|---|---|---|
| Center HTTP/HTTPS | 8080 | Inbound |
| Runner → Center | 443 | Outbound only |
| Trigger webhooks | Configurable | Inbound (optional) |