1# System Requirements
2
3## Apple
4
5### macOS
6
7Zed supports the follow macOS releases:
8
9| Version | Codename | Apple Status | Zed Status |
10| ------------- | -------- | -------------- | ------------------- |
11| macOS 15.x | Sequoia | Supported | Supported |
12| macOS 14.x | Sonoma | Supported | Supported |
13| macOS 13.x | Ventura | Supported | Supported |
14| macOS 12.x | Monterey | EOL 2024-09-16 | Supported |
15| macOS 11.x | Big Sur | EOL 2023-09-26 | Partially Supported |
16| macOS 10.15.x | Catalina | EOL 2022-09-12 | Partially Supported |
17| macOS 10.14.x | Mojave | EOL 2021-10-25 | Unsupported |
18
19The 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.
20
21### Mac Hardware
22
23Zed supports machines with Intel (x86_64) or Apple (aarch64) processors that meet the above macOS requirements:
24
25- MacBook Pro (Early 2015 and newer)
26- MacBook Air (Early 2015 and newer)
27- MacBook (Early 2016 and newer)
28- Mac Mini (Late 2014 and newer)
29- Mac Pro (Late 2013 or newer)
30- iMac (Late 2015 and newer)
31- iMac Pro (all models)
32- Mac Studio (all models)
33
34## Linux
35
36Zed supports 64bit Intel/AMD (x86_64) and 64Bit ARM (aarch64) processors.
37
38Zed requires a Vulkan 1.3 driver, and the following desktop portals:
39
40- `org.freedesktop.portal.FileChooser`
41- `org.freedesktop.portal.OpenURI`
42- `org.freedesktop.portal.Secret`, or `org.freedesktop.Secrets`
43
44## Windows
45
46Not yet available as an official download. Can be built [from source](./development/windows.md).
47
48## FreeBSD
49
50Not yet available as an official download. Can be built [from source](./development/freebsd.md).
51
52## Web
53
54Not supported at this time. See our [Platform Support issue](https://github.com/zed-industries/zed/issues/5391).