Their Windows Support Issue was opened on Jun 29, 2022 and the Linux one on the same day, so they're just under two years old. It seems that this isn't source-available right now either, though they mention they'll open source it at some point, but it prevents contributions toward this end too.
The websites this (https://github.com/zed-industries/community/issues/2197) list as the reason for blocking the other OSes though it's quite sparse and doesn't say much.
Genuine and non-argumentative question; why? Easier to focus on one platform for the purposes of achieving good stability before supporting more than one OS, or trying to get a userbase that is typically more willing to pay for your software? Investor pressure?
Edit: Another comment mentioned the FAQ. So it is about validating the project toward the end of making money it seems. I guess they chose Mac because Apple people have a history of being more willing to pay for stuff.
* Project’s developers use Macs - you are going to code to what you use. If the source was available then I’d say the onus is on developers for the other platforms to port it if they want it
* Simpler target - both in hardware and software Mac as a platform is easier to target IMHO. Like some of the new AI stuff that gets ported to Mac or built for Mac, even if the hardware isn’t the best available (GPUs mainly but also CPU) it’s a known quantity and set configuration. Every M3 is like every other M3. Much easier than “Hey I have 2 ABC123 video cards, how do I use them with your library?”
* Smaller problem space - instead of having to deal with the lowest common denominator or edge cases in other OSes you can focus on just 1. That greatly simplifies things.
Windows may be 80% but the configurations are wildly different and Macs are far more homogenous (with less baggage due to less focus on backwards compatibility). You might be hard pressed to find a subset of the windows population who all have a similar homogenous makeup that rivals the Mac size. Similarly an iPhone is an iPhone is an iPhone, the same is not true at all for Android even though its market share is much higher (aside from the US).
This is a text editor similar-ish to VS Code, though Code is made by MS so yeah. Sublime’s first release was on Windows.
Atom supported all three above at release.
Other landmark software not launched exclusively on Mac first; Steam, Google Chrome(though I guess based on WebKit, itself based on KDE-built KHTML, so I guess WebKit can be added to the list).
btw, I got a Quest 3 recently. I saw that you work in that area, so thanks for the awesome software. Quite enjoying it so far.
One thing I do use Zed heavily for, though, is their assistant panel to interact with GPT-4-Turbo. That panel is really well done (its essentially a text editor), and using GPT-4 on a pay-per-request basis instead of $20/month for ChatGPT is just much more cost-effective for me. The panel stores all previous conversations in a folder on your system too, so it's easy to grep through it if required. You can even edit the model's reply, just like on the OpenAI Playground.
> GPUI rasterizes the entire window on the GPU
Other programs I have seen do this on Linux and Windows tend to have blurry fonts. I hope that is not also the case here.
Then I went to update to a newer version and Zed stopped working and I can’t revert back to an older version. I see someone else also has the same bug filed. Hope they can figure out the fix. I miss using Zed.
https://github.com/rust-lang/rustlings
If you've been looking for an excuse to learn Rust, check it out.
I'm not bothered at all with helix startup time...
"We've also laid down a solid foundation for upcoming improvements such as multi-platform support and animation."
We are a small team, so it's critical for us to be laser-focused. As a startup, one of our key priorities at this early phase is learning, and right now, we're focused on the following questions:
What are the key features we need to get traction on any platform?
Are our assumptions about our eventual business model valid?
While we'd love to support users on Linux and Windows, adding those platforms doesn't really help us answer those questions.
https://zed.dev/faqMakes sense..
> We've also laid down a solid foundation for upcoming improvements such as multi-platform support
The old UI may have been terribly written to support anything other than macOS. A rewrite is the right play if you identify that.