You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OrbStack support as recommended container runtime
Runtime detection in bootstrap.sh and health-check.sh auto-detects
OrbStack vs Docker Desktop. Docs updated to list both options with
OrbStack recommended. Also resolves SETUP.md merge conflicts.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
<sub>Automatically find, download, and organize movies and TV shows.<br>Browse a Netflix-like interface, click what you want, and it handles the rest.</sub>
@@ -26,7 +27,7 @@ There are dozens of *arr stack Docker Compose repos on GitHub. Almost all of the
26
27
27
28
-**One command to install.** Clone, configure, and start everything with a single `curl | bash`. No 45-minute manual setup.
28
29
-**Auto-configures itself.** The configure script wires up Radarr, Sonarr, Prowlarr, Seerr, and qBittorrent via their APIs. No clicking through 6 different web UIs.
29
-
-**Built for macOS.** Native paths, launchd instead of systemd, Docker Desktop instead of bare Docker. Not a Linux guide with "should work on Mac" in the footnotes.
30
+
-**Built for macOS.** Native paths, launchd instead of systemd, OrbStack or Docker Desktop instead of bare Docker. Not a Linux guide with "should work on Mac" in the footnotes.
30
31
-**Self-healing.** Hourly health checks restart anything that goes down. VPN drops, container crashes, stalled downloads — handled automatically.
31
32
32
33
---
@@ -49,13 +50,15 @@ There are dozens of *arr stack Docker Compose repos on GitHub. Almost all of the
49
50
## Requirements
50
51
51
52
- macOS (any recent version)
52
-
- Docker Desktop
53
+
-[OrbStack](https://orbstack.dev) (recommended) or [Docker Desktop](https://www.docker.com/products/docker-desktop/)
53
54
- A Plex account (free)
54
55
- ProtonVPN WireGuard credentials
55
56
57
+
> **Why OrbStack?** It starts in ~2 seconds (vs 30s for Docker Desktop), uses ~1GB RAM (vs 4GB), and has 2-10x faster file I/O. It's a drop-in replacement that runs the same Docker commands. Docker Desktop works fine too.
58
+
56
59
## One-Command Install
57
60
58
-
Requires Docker Desktop and Plex already installed. Handles everything else.
0 commit comments