Files
oak-gpui/docs/src/development/freebsd.md
T
G36maidandPeter Tripp 65a93a0036 Add initial FreeBSD script & installation doc (#30981)
This PR adds initial FreeBSD support for building Zed:

*  Adds `script/freebsd` to install required dependencies on FreeBSD
*  Adds `docs/freebsd.md` with build instructions and notes
* ⚠️ Mentions that `webrtc` is still **work-in-progress** on FreeBSD.

Related to : #15309 
I’m currently working at discussions :
[Discussions](https://github.com/zed-industries/zed/discussions/29550)

Release Notes:

- N/A

---------

Co-authored-by: Peter Tripp <peter@zed.dev>
2025-06-06 23:14:25 +00:00

831 B
Raw Blame History

Building Zed for FreeBSD

Note, FreeBSD is not currently a supported platform, and so this is a work-in-progress.

Repository

Clone the Zed repository.

Dependencies

  • Install the necessary system packages and rustup:

    script/freebsd
    

    If preferred, you can inspect script/freebsd and perform the steps manually.


⚠️ WebRTC Notice

Currently, building webrtc-sys on FreeBSD fails due to missing upstream support and unavailable prebuilt binaries. This is actively being worked on.

More progress and discussion can be found in Zeds GitHub Discussions.

Environment: FreeBSD 14.2-RELEASE Architecture: amd64 (x86_64)