From c10b1f7c61bc27715e3823e225de13ac9a863146 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Thu, 10 Apr 2025 14:18:12 +0000 Subject: [PATCH] docs: Update system requirements (#28504) Explicitly note that macOS 12.x Monterey is required for screen sharing. Release Notes: - N/A --- docs/src/system-requirements.md | 33 ++++++++++++++++++++++++++++++--- typos.toml | 2 ++ 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/docs/src/system-requirements.md b/docs/src/system-requirements.md index 8cdd6410ab..c4cb70d778 100644 --- a/docs/src/system-requirements.md +++ b/docs/src/system-requirements.md @@ -1,13 +1,40 @@ # System Requirements -## macOS +## Apple -Supported versions: Catalina (10.15) - Sequoia (15.x). +### macOS -> The implementation of our screen sharing feature makes use of [LiveKit](https://livekit.io). The LiveKit SDK requires macOS Catalina (10.15); consequently, in v0.62.4, we dropped support for earlier macOS versions that we were initially supporting. +Zed supports the follow macOS releases: + +| Version | Codename | Apple Status | Zed Status | +| ------------- | -------- | -------------- | ------------------- | +| macOS 15.x | Sequoia | Supported | Supported | +| macOS 14.x | Ventura | Supported | Supported | +| macOS 13.x | Sonoma | Supported | Supported | +| macOS 12.x | Monterey | EOL 2024-09-16 | Supported | +| macOS 11.x | Big Sur | EOL 2023-09-26 | Partially Supported | +| macOS 10.15.x | Catalina | EOL 2022-09-12 | Partially Supported | +| macOS 10.14.x | Mojave | EOL 2021-10-25 | Unsupported | + +The macOS releases labelled "Partially Supported" (Big Sur and Catalina) do not support screen sharing via Zed Collaboration. These features use the [LiveKit SDK](https://livekit.io) which relies upon [ScreenCaptureKit.framework](https://developer.apple.com/documentation/screencapturekit/) only available on macOS 12 (Monterey) and newer. + +### Mac Hardware + +Zed supports machines with Intel (x86_64) or Apple (aarch64) processors that meet the above macOS requirements: + +- MacBook Pro (Early 2015 and newer) +- MacBook Air (Early 2015 and newer) +- MacBook (Early 2016 and newer) +- Mac Mini (Late 2014 and newer) +- Mac Pro (Late 2013 or newer) +- iMac (Late 2015 and newer) +- iMac Pro (all models) +- Mac Studio (all models) ## Linux +Zed supports 64bit Intel/AMD (x86_64) and 64Bit ARM (aarch64) processors. + Zed requires a Vulkan 1.3 driver, and the following desktop portals: - `org.freedesktop.portal.FileChooser` diff --git a/typos.toml b/typos.toml index 9500d8f895..f4ec8a1220 100644 --- a/typos.toml +++ b/typos.toml @@ -55,6 +55,8 @@ extend-ignore-re = [ "protols", # x11rb SelectionNotifyEvent struct field "requestor", + # macOS version + "Big Sur", # Not an actual typo but an intentionally invalid color, in `color_extractor` "#fof" ]