百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

Cleanuparr

> 编程语言
开源

适用于 Servarr 生态系统的高级下载管理器

2.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

适用于 Servarr 生态系统的高级下载管理器

Cleanuparr is an advanced download manager for the Servarr ecosystem. It works with Sonarr, Radarr, Lidarr, Readarr, and Whisparr alongside download clients like qBittorrent, Transmission, and Deluge. Beyond cleaning up stalled, blocked, and malicious downloads, it searches for missing content and quality upgrades, manages seeding, and removes orphaned files.

Cleanuparr was created primarily to address malicious files, such as *.lnk or *.zipx, that were getting stuck in Sonarr/Radarr and required manual intervention. Some of the reddit posts that made Cleanuparr come to life can be found here, here, here and here.

[!IMPORTANT] Features:

  • Strike system to mark bad downloads.
  • Remove and block downloads that reached a maximum number of strikes.
  • Remove and block downloads that are failing to be imported by the arrs.
  • Remove and block downloads that are stalled or in metadata downloading state.
  • Remove and block downloads that have a low download speed or high estimated completion time.
  • Remove and block downloads blocked by qBittorrent or by Cleanuparr's Malware Blocker.
  • Remove and block known malware based on patterns found by the community.
  • Automatically trigger a search for downloads removed from the arrs.
  • Proactively search for missing items across your Radarr and Sonarr libraries.
  • Search for quality upgrades for items that haven't met their quality profile's cutoff (a.k.a. Cutoff Unmet).
  • Search for custom format score upgrades with automatic score tracking.
  • Clean up downloads that have been seeding for a certain amount of time.
  • Remove downloads that are orphaned/have no hardlinks/are not referenced by the arrs anymore (with cross-seed support).
  • Scan configured directories for files not claimed by any active torrent, move them to a dedicated orphaned directory, and optionally auto-purge.
  • Notify on strike or download removal.
  • Ignore certain torrent hashes, categories, tags or trackers from being processed by Cleanuparr.

Sponsored by GitAds

Screenshots

https://cleanuparr.github.io/Cleanuparr/docs/screenshots

Supported Applications

*Arr Applications (latest version)

  • Sonarr
  • Radarr
  • Lidarr
  • Readarr
  • Whisparr v2
  • Whisparr v3
  • Sportarr
  • LazyLibrarian

Download Clients (latest version)

  • qBittorrent
  • Transmission
  • Deluge
  • µTorrent
  • rTorrent

Platforms

  • Docker
  • Windows
  • macOS
  • Linux
  • Unraid

Quick Start

docker run -d --name cleanuparr \
  --restart unless-stopped \
  -p 11011:11011 \
  -v /path/to/config:/config \
  -e PORT=11011 \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  ghcr.io/cleanuparr/cleanuparr:latest

For Docker Compose, health checks, and other installation methods, see the Complete Installation Guide, but not before reading the Prerequisites.

Prefer not to self-host? A managed Cleanuparr instance is available via ElfHosted, bundled alongside Sonarr/Radarr to keep your queues tidy (7-day trial).

Access the Web Interface

After installation, open your browser and navigate to:

http://localhost:11011

Next Steps: Check out the Complete Documentation for detailed configuration guides and setup instructions.

Documentation & Support

  • ** Complete Documentation** - Installation guides, configuration, and troubleshooting
  • ⚙️ Configuration Guide - Set up download clients, *arr apps, and features
  • ** Setup Scenarios** - Common use cases and examples
  • ** Discord Community** - Get help and discuss with other users
  • ** GitHub Releases** - Download binaries and view changelog

Contributing

We welcome contributions from the community! Whether it's bug fixes, new features, documentation improvements, or testing, your help is appreciated.

Before contributing: Please read our Contributing Guide and announce your intent to work on an issue before starting.

  • Contributing Guide - Learn how to set up your development environment and submit contributions
  • Report Issues - Found a bug? Let us know!
  • Feature Requests - Share your ideas for new features
  • Help Test Features - Join Discord to test pre-release features and provide feedback

Credits

Special thanks for inspiration go to:

  • ThijmenGThN/swaparr
  • ManiMatter/decluttarr
  • PaeyMoopy/sonarr-radarr-queue-cleaner
  • Sonarr & Radarr

Buy me a coffee

If I made your life just a tiny bit easier, consider buying me a coffee!

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#cleanercleanupdelugelidarr

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言