1# Building Zed for FreeBSD
2
3Note, FreeBSD is not currently a supported platform, and so this is a work-in-progress.
4
5## Repository
6
7Clone the [Zed repository](https://github.com/zed-industries/zed).
8
9## Dependencies
10
11- Install the necessary system packages and rustup:
12
13 ```sh
14 script/freebsd
15 ```
16
17 If preferred, you can inspect [`script/freebsd`](https://github.com/zed-industries/zed/blob/main/script/freebsd) and perform the steps manually.
18
19---
20
21### ⚠️ WebRTC Notice
22
23Currently, building `webrtc-sys` on FreeBSD fails due to missing upstream support and unavailable prebuilt binaries.
24This is actively being worked on.
25
26More progress and discussion can be found in [Zed’s GitHub Discussions](https://github.com/zed-industries/zed/discussions/29550).
27
28_Environment:
29FreeBSD 14.2-RELEASE
30Architecture: amd64 (x86_64)_