Zed on Linux is out!

https://jlai.lu/post/8476122

Zed on Linux is out! - jlai.lu

github.com/zed-industries/zed/issues/7054#issueco…

They auto download binaries, even proprietary ones, unsigned and without user interaction.

YEAH security!

Why are there nodejs files in zed · Issue #7054 · zed-industries/zed

Check for existing issues Completed Describe the bug / provide steps to reproduce it I used clean my mac to check the space occupied by zed. I found that there is a node folder in the zed folder in...

GitHub

So they’re doing the equivalent of VSCode(ium)'s extensions, but installing them automatically and not giving you the option to use alternatives?

Blegh.

I think they auto install some binaries like nodejs that are required for baseline functionality, but have a popup window for additional language LSPs

what if I wanted to use deno or bun? I don’t think that should be their decision to install “default” stuff that have alternatives

I’m all for their improvement tho

I don’t see your point? Nodejs is installed in a custom directory and not added to PATH. It is used by Zed for providing npm support for extensions, and other things. I’m not a Zed developer so I don’t know exactly.

It doesn’t prevent you from using deno or bun in any way.

I see, that’s greatif it is only locally installed and used, messing with PATH could, probably, break stuff like nvm or others