1# System Requirements
2
3## macOS
4
5Supported versions: Catalina (10.15) - Sequoia (15.x).
6
7> 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.
8
9## Linux
10
11Zed requires a Vulkan 1.3 driver, and the following desktop portals:
12
13- `org.freedesktop.portal.FileChooser`
14- `org.freedesktop.portal.OpenURI`
15- `org.freedesktop.portal.Secret`, or `org.freedesktop.Secrets`
16
17## Windows
18
19Not yet available as an official download. Can be built [from source](./development/windows.md).
20
21## Web
22
23Not supported at this time. See our [Platform Support issue](https://github.com/zed-industries/zed/issues/5391).