From 358193e25e645bd694303eb9b1aeabefdec8728e Mon Sep 17 00:00:00 2001 From: feederbox826 <144178721+feederbox826@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:59:10 -0400 Subject: [PATCH] Add note for macOS restriction (#5906) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5a91a4a6f..c54d94528 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ For further information you can consult the [documentation](https://docs.stashap As of version 0.27.0, Stash doesn't support anymore _Windows 7, 8, Server 2008 and Server 2012._ Windows 10 or Server 2016 are at least required. +#### Mac Users: + +As of version 0.29.0, Stash requires at least _macOS 11 Big Sur._ +Stash can still be ran through docker on older versions of macOS + Windows | macOS | Linux | Docker :---:|:---:|:---:|:---: [Latest Release](https://github.com/stashapp/stash/releases/latest/download/stash-win.exe)
[Development Preview](https://github.com/stashapp/stash/releases/download/latest_develop/stash-win.exe) | [Latest Release](https://github.com/stashapp/stash/releases/latest/download/Stash.app.zip)
[Development Preview](https://github.com/stashapp/stash/releases/download/latest_develop/Stash.app.zip) | [Latest Release (amd64)](https://github.com/stashapp/stash/releases/latest/download/stash-linux)
[Development Preview (amd64)](https://github.com/stashapp/stash/releases/download/latest_develop/stash-linux)
[More Architectures...](https://github.com/stashapp/stash/releases/latest) | [Instructions](docker/production/README.md)
[Sample docker-compose.yml](docker/production/docker-compose.yml)