Skip to content

v1.5.5: More Automatization things!

Choose a tag to compare

@github-actions github-actions released this 09 Jul 09:07

Added

  • RSS Auto-Downloader: Added native, zero-dependency XML parser to monitor RSS feeds (e.g. Nyaa, ShowRSS) and automatically download torrents matching your Regex rules into specific categories. Maintains a clean rss_history.json state in your data directory to prevent duplicates.
  • P2P Garbage Collector: Added optional Auto-Cleanup system (auto_cleanup in config.json). Drops active torrents from the daemon once they reach a target seed_ratio (e.g. 1.5) or max_seed_days to conserve bandwidth and RAM. Downloaded files are kept 100% intact for Plex/Jellyfin.
  • AI Agent Skills Updated: Taught Claude, Hermes, and OpenClaw how to manage the new RSS feeds, Auto-Cleanup settings, and Bandwidth Throttling directly via config.json, as well as interacting with the public /metrics endpoint.
  • OpenAPI Specification: Fully synchronized cmd/daemon/openapi.yaml with v1.5.x, including exact X-API-Key authentication mappings, the new source search parameters, and async webhook callback fields.


📦 Downloads

Operating System Download Archive
Windows (x64) gorrent-1.5.5-windows-amd64.zip
Linux (x64) gorrent-1.5.5-linux-amd64.tar.gz
Linux (ARM64) gorrent-1.5.5-linux-arm64.tar.gz
macOS (Intel) gorrent-1.5.5-darwin-amd64.tar.gz
macOS (Apple Silicon) gorrent-1.5.5-darwin-arm64.tar.gz

Docker Images (multi‑arch: amd64 + arm64):

  • GHCR: docker pull ghcr.io/x-name15/gorrent:v1.5.5
  • GHCR Latest: docker pull ghcr.io/x-name15/gorrent:latest

View Full CHANGELOG