Easy to use tool for manage and installing the arr stack like Sonarr, Radarr, Prowlarr, Readarr etc included a Tor with Killswitch function on Linux or Windows OS
SetupARR is a collection of Bash and Powershell scripts designed to simplify the installation and configuration of various media management tools like Sonarr, Radarr, and Readarr. It also includes functionality to install Tor with a kill switch for secure downloads.
- Install ARR Tools: Install individual tools or all tools at once.
- Install Tor with Kill-Switch: Ensure secure and anonymous network traffic.
- Update Tools: Keep all installed tools up to date.
- System Information: Display detailed system information, including OS, CPU, memory, and disk usage.
- Restart Services: Restart any installed ARR tool services.
- Quit: Exit the setup script.
- Sonarr: Manage TV show libraries.
- Radarr: Manage movie libraries.
- Readarr: Manage book libraries.
- Lidarr: Manage music libraries.
- Prowlarr: Centralized indexer manager.
- Operating Systems: Debian, Ubuntu, or any generic Linux (not testet cause of beta!) distribution.
- Dependencies:
curlwgetgnupgsoftware-properties-commoniptables(for Tor kill switch)
- Operating Systems: Windows 7,8,10,11.
- Dependencies:
Powershell >= 5.xAdmin rights
- Clone the repository:
git clone https://github.com/suuhm/setuparr.git cd setuparr && chmod +x *.sh
2.x Now simply run the script on Linux:
./setuparr.sh2.x Now simply run the script on Windows:
powershell -ExecutionPolicy Bypass -File .\Setuparr_Winver.ps1