Skip to content

v1.5.0: The Homelab Grail Update

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:28

Added

  • Bandwidth Throttling: Added max_download_rate and max_upload_rate (in KB/s) to config.json to prevent Gorrent from choking your local network.
  • WebSocket Endpoint: Added ws://localhost:7800/api/ws to stream live download status at 1Hz, paving the way for real-time Web UIs.
  • Prometheus Metrics & Healthcheck: Added /metrics exposing raw Prometheus format stats (gorrent_bytes_downloaded, etc.) and a /health endpoint for Docker auto-healing.
  • AI Agent Skills Updated: Fully updated the bundled .md skills for Claude, Hermes, and OpenClaw so that AI agents natively understand how to use the new --category flag, stop commands, X-API-Key headers, 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