v1.5.0: The Homelab Grail Update
Added
- Bandwidth Throttling: Added
max_download_rateandmax_upload_rate(in KB/s) toconfig.jsonto prevent Gorrent from choking your local network. - WebSocket Endpoint: Added
ws://localhost:7800/api/wsto stream live download status at 1Hz, paving the way for real-time Web UIs. - Prometheus Metrics & Healthcheck: Added
/metricsexposing raw Prometheus format stats (gorrent_bytes_downloaded, etc.) and a/healthendpoint for Docker auto-healing. - AI Agent Skills Updated: Fully updated the bundled
.mdskills for Claude, Hermes, and OpenClaw so that AI agents natively understand how to use the new--categoryflag,stopcommands,X-API-Keyheaders, and WebSockets.
📦 Downloads
| Operating System | Download Archive |
|---|---|
| Windows (x64) | gorrent-1.5.0-windows-amd64.zip |
| Linux (x64) | gorrent-1.5.0-linux-amd64.tar.gz |
| Linux (ARM64) | gorrent-1.5.0-linux-arm64.tar.gz |
| macOS (Intel) | gorrent-1.5.0-darwin-amd64.tar.gz |
| macOS (Apple Silicon) | gorrent-1.5.0-darwin-arm64.tar.gz |
Docker Images (multi‑arch: amd64 + arm64):
- GHCR:
docker pull ghcr.io/x-name15/gorrent:v1.5.0 - GHCR Latest:
docker pull ghcr.io/x-name15/gorrent:latest
View Full CHANGELOG