Setting Up Zed Code Editor on Windows (AMD64)
Setting Up Zed on Windows: My Journey
I’ve been hearing a lot of buzz around Zed, a modern code editor built with Rust, and decided to give it a shot. The catch? It’s not officially available as a downloadable binary for Windows yet, so I had to build it myself. Here’s how that went down.
Initial Setup
Building Zed on Windows seemed pretty straightforward at first:
- Clone the Zed repository.
- Install Rust and dependencies.
- Run
cargo build
and watch the magic happen.
Image: A screenshot of the Zed Download where windows section asks you to build it yourself.