TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Zed on Linux Is Here

923 pointsby 0xedb10 months ago

97 comments

jchw10 months ago
Man, I&#x27;m conflicted. I mean, Zed works pretty damn well. So far my biggest annoyance with Zed though is that it&#x27;s constantly trying to download language servers and other tools and run them. And sure, that&#x27;s handy, but 1. I don&#x27;t really want it, I&#x27;d much rather only use distribution-provided tools. 2. It doesn&#x27;t work <i>at all</i> on NixOS, so it&#x27;s just wasting its time and our bandwidth constantly downloading and trying to update binaries that will never run.<p>The thing is, I would just disable it, but you can&#x27;t, as far as I can tell. There&#x27;s this somewhat angry issue about it here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;12589">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;issues&#x2F;12589</a><p>They might have a point but beyond whether or not they have a point regarding the fact that it automatically fetches binaries from the Internet, not having an option to disable it is just cruel.<p>I still like Zed a lot and I also have a big appreciation for the design of GPUI, which I think is a very well-designed UI library that puts focus on the important things. So, I hope it goes well.
评论 #40929781 未加载
评论 #40935385 未加载
评论 #40934631 未加载
评论 #40930005 未加载
评论 #40930414 未加载
评论 #40931535 未加载
llagerlof10 months ago
Just a suggestion. One of the best features of pure text editors (and incredible, not all of them implement it) is autosave keeping the &quot;unsaved&quot; state of the file.<p>For example, if you make some changes in a file (new or not), don&#x27;t save the changes, close and open the editor, the state of the opened files are kept like I never had closed the editor. The unsaved files are still unsaved. New edited files are still there, unsaved, ready to user manually save them.<p>Notepad++ works that way, and it is an amazing feature.
评论 #40930521 未加载
评论 #40930158 未加载
评论 #40929469 未加载
评论 #40930587 未加载
评论 #40930332 未加载
评论 #40931293 未加载
评论 #40932031 未加载
评论 #40930388 未加载
评论 #40935390 未加载
评论 #40930268 未加载
CapeTheory10 months ago
I have fallen in love with Zed on Mac, so glad to see it will still be an option when I switch back to Linux. My main concern is the collaboration features; just seems like a nonsensical addition. I have zero influence over what editors my teams use, and I work with dozens of different people on collaborative development every year - I&#x27;m not going to be persuading anyone to switch, and so that feature is just dead code and security risk. Even if I worked on a small and consistent team, I don&#x27;t think the value-add justifies the complexity and risk.
评论 #40932356 未加载
评论 #40932047 未加载
评论 #40931929 未加载
评论 #40936986 未加载
apatheticonion10 months ago
What does Zed use as the UI toolkit? Looking at the code they have a handmade UI toolkit called gpui. Does that map directly to OS&#x2F;DE specific GUI bindings? I can&#x27;t find where that&#x27;s happening<p>EDIT:<p>Holy sh*t, they actually have bindings for each OS and built a Rust abstraction on top of that. That&#x27;s pretty wild<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;blob&#x2F;main&#x2F;crates&#x2F;gpui&#x2F;src&#x2F;platform&#x2F;mac&#x2F;window.rs">https:&#x2F;&#x2F;github.com&#x2F;zed-industries&#x2F;zed&#x2F;blob&#x2F;main&#x2F;crates&#x2F;gpui&#x2F;...</a>
评论 #40934714 未加载
评论 #40932787 未加载
评论 #40932423 未加载
评论 #40934848 未加载
dcchambers10 months ago
However silly it is, I&#x27;ve always hated the aesthetics of VS Code. I know it&#x27;s themeable but despite that the overall look and feel just isn&#x27;t right on MacOS or Linux. That side bar drives me crazy.<p>I find that out-of-the-box Zed is much prettier and feels more native than VS Code. But for a tool that we spend hours using each day, how it looks and makes you feel really matters.<p>I am enjoying experimenting with Zed. I have kept my extensions and configuration to a minimum which is a refreshing change compared to the cluster that my VSCode installation has become.
评论 #40930825 未加载
评论 #40930984 未加载
评论 #40935038 未加载
tomerbd10 months ago
IntelliJ is much slower than any other editor including Zed and VsCode it&#x27;s much slower to open and navigate, much slower to work with, much slower, it&#x27;s so slow! but the code completion, refactoring, code navigation, and debugging features and endless other smart features are incredible. For me, that extra intelligence and code awareness boost translates to way faster development overall, even if the IDE itself takes a bit longer to load or work with or consumes huge amount of memory. Sometimes the smarts outweigh the raw speed.
评论 #40934282 未加载
评论 #40941898 未加载
评论 #40937786 未加载
handsaway10 months ago
I tried zed for a few weeks because I&#x27;m generally sympathetic to the &quot;use a native app&quot; idea vs Electron. I generally liked it and its UX but:<p>1. VSCode is pretty damn fast to be honest. Very rarely is my slowdown in my work VSCode loading. Maybe I don&#x27;t open very large files? Probably 5k lines of typescript at most.<p>2. Integration with the Typescript language server was just not as good as VSCode. I can&#x27;t pin down exactly what was wrong but the autocompletions in particular felt much worse. I&#x27;ve never worked on a language server or editor so I don&#x27;t know what&#x27;s on zed&#x2F;VSCode and what&#x27;s on the TS language server.<p>Eventually all the little inconveniences wore on me and I switched back to VSCode.<p>I will probably try it again after a few more releases to see if it feels better.
评论 #40930865 未加载
评论 #40929479 未加载
评论 #40930883 未加载
评论 #40931200 未加载
评论 #40935198 未加载
评论 #40930163 未加载
评论 #40929757 未加载
评论 #40930940 未加载
评论 #40937020 未加载
评论 #40929647 未加载
评论 #40934324 未加载
评论 #40933424 未加载
评论 #40934641 未加载
评论 #40937644 未加载
评论 #40936301 未加载
评论 #40929399 未加载
评论 #40935224 未加载
评论 #40929696 未加载
评论 #40929453 未加载
评论 #40937673 未加载
dinozarw10 months ago
&gt; To install Zed on most Linux distributions, run the shell script below.<p>&gt; curl <a href="https:&#x2F;&#x2F;zed.dev&#x2F;install.sh" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;install.sh</a> | sh<p>Please stop telling people to curl pipe scripts into their shell...
评论 #40933811 未加载
评论 #40933845 未加载
评论 #40934698 未加载
评论 #40933844 未加载
secondary_op10 months ago
I&#x27;m never using this editor unless it can install itself and work completely offline, without going for downloads and making web requests , it is crucial, especially after totally not related xz fiasco and the white house praise for rust.
评论 #40930561 未加载
评论 #40931229 未加载
评论 #40931972 未加载
评论 #40934763 未加载
ktosobcy10 months ago
I installed zed a couple of days ago, tried it for a Java project. It was soooo bare-bone that it vanished from the drive shortly after.<p>Maybe I&#x27;m doing something wrong, I got java&#x2F;maven plugins but there is no XML highlighting. Java does have highlighting but that&#x27;s it... OH, and and I installed it this time and I noticed &quot;downloading json-language-server&quot;... (it was there before probably but didn&#x27;t notice)... like WTF - didn&#x27;t even ask if I want to... utterly rubbish experience.<p>For a simple text editor I prefer BBedit on mac, which is native and blazing fast. And for something slightly more complex I usually end up with `code &lt;file&gt;` to quickly edit it...
评论 #40934556 未加载
brokegrammer10 months ago
I don&#x27;t see any way to monetize a free text editor but I see that they&#x27;re hiring and also hired talented devs like Thorsten Ball already.<p>What&#x27;s the business model here?
评论 #40931177 未加载
评论 #40931198 未加载
评论 #40934837 未加载
anotherevan10 months ago
Amused that it is already an official package for Arch Linux.<p><a href="https:&#x2F;&#x2F;archlinux.org&#x2F;packages&#x2F;extra&#x2F;x86_64&#x2F;zed&#x2F;" rel="nofollow">https:&#x2F;&#x2F;archlinux.org&#x2F;packages&#x2F;extra&#x2F;x86_64&#x2F;zed&#x2F;</a>
sauercrowd10 months ago
Cool to see a new editor in the arena with a lot of resources behind it, but I&#x27;m trying to find the selling point besides &quot;it&#x27;s really quick&quot;.<p>Great feature but there&#x27;s a lot more stuff I need for a truly outstanding editor, what are the novel pieces?<p>The bar is ridiculously for editors (vim &amp; emacs configurability, vscode just works, jetbrains can do it all) - what will&#x2F;does it bring to the table to compete?
评论 #40934708 未加载
评论 #40929595 未加载
评论 #40934441 未加载
评论 #40935528 未加载
评论 #40929801 未加载
haspok10 months ago
I downloaded ZED for a quick play-around, but was quite shocked to find out that editing and saving a file runs an auto-formatter on it _by default_...<p>Whoever thought that was a great idea obviously has never worked with version control, with other people on a project? Sorry, but this is such an obviously wrong default setting, I&#x27;m surprised nobody pointed this out before?
评论 #40936197 未加载
评论 #40938415 未加载
评论 #40936232 未加载
评论 #40936238 未加载
评论 #40937901 未加载
评论 #40936178 未加载
foresto10 months ago
Looks like they&#x27;re developing their own Apache-licensed GUI framework for this, called GPUI. I think of text handling as one of the trickier parts of building such a framework, so one specifically made to support a text editor would seem to be a pretty good foundation for a general purpose GUI toolkit. I wonder if they (or someone else) will pursue it as an alternative to Qt.
评论 #40929630 未加载
评论 #40930712 未加载
rckt10 months ago
I have an old Intel Mac Pro 2015, which slowly transitioned from my working laptop to a personal use laptop. I&#x27;m using VSCode there and it works fine. I mean I&#x27;ve never faced any slowdowns because of the VSCode.<p>I had a small project coming up and decided to try out Zed. As it&#x27;s a native app I thought it would perform better than VSCode. But to my surprise it was not the case. The performance was actually worse.<p>And as for the TS integration, the overall experience is worse than on VSCode. The autocompletion works in a weird way, no way to just look at available methods, I have to start typing. It&#x27;s just frustrating. I even decided to give another go to Sublime Text and it felt much better than Zed.<p>So Zed didn&#x27;t work for me, but I&#x27;m sure it will work for somebody else.
poetril10 months ago
I&#x27;ve kept my neovim config, vscode, and zed configs in parity for a while now. To the point that the keybinds and behaviors are the same (or as simliar as they can be) across all three. In my personal experience zed is eating into the time I use vscode, but not really touching neovim as much. It really has come a long way, and I&#x27;m excited I&#x27;ll be able to use it on my Linux machine without having to jump through hoops.
评论 #40937959 未加载
lbhdc10 months ago
Zed seems like its gotten a lot of buzz on HN, and its great to see new players in the space.<p>For those who have used it, what are some of the killer features?
评论 #40929115 未加载
评论 #40931120 未加载
评论 #40929114 未加载
评论 #40929268 未加载
评论 #40929085 未加载
评论 #40929077 未加载
评论 #40929232 未加载
383629364810 months ago
Tried it with mangohud and scrolled up and down a 100-line c++ file with no lsp enabled. 30fps. Absolutely not ready yet. Not sure I&#x27;m willing to leave Emacs, but gpui looks cool and I hope someone makes a fast Emacs client with it some day.
dario_od10 months ago
Sadly I can&#x27;t run it in WSL.<p>thread &#x27;main&#x27; panicked at crates&#x2F;gpui&#x2F;src&#x2F;platform&#x2F;linux&#x2F;wayland&#x2F;client.rs:143:51:<p>called `Result::unwrap()` on an `Err` value: UnsupportedVersion<p>note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
评论 #40931456 未加载
评论 #40930369 未加载
评论 #40930532 未加载
vondur10 months ago
Surprised they didn&#x27;t make it a FlatPak. Probably would anger some, but it would work with most Linux distributions.
评论 #40934525 未加载
keb_10 months ago
Definitely looks pretty rough so far (running Debian GNOME) -- font rendering looks wonky, and resizing the window is slow and unresponsive. But I&#x27;m very optimistic for what&#x27;s to come!
评论 #40929834 未加载
perryizgr810 months ago
I like using zed when I&#x27;m on the MacBook. It&#x27;s quite fast, looks good and has some neat features like multi file editing.<p>But I don&#x27;t get the utility of all the collaboration features. It&#x27;s noise to me, and feels like they could have invested that energy in other areas.<p>I work in a small fully remote team, and our tool of choice for collaboration is git. Why would I want to edit the same file while someone else is editing it too? Who will commit it? If I want to discuss a part of the code with someone screen sharing works perfectly. There&#x27;s no need to bring in simultaneous editing.<p>It&#x27;s such a technically hard feature to develop but just doesn&#x27;t seem to have any utility for me.
评论 #40936672 未加载
satvikpendem10 months ago
Zed is nice and all, but I simply cannot trust a VC backed editor of all things. Eventually, enshittification <i>will</i> occur and I really don&#x27;t want that to happen to one of my core daily programs.
评论 #40934755 未加载
评论 #40938734 未加载
alberth10 months ago
Whirlwind week.<p>First, Zed found to allow silent (non-consented) background binary downloads [0]<p>Now, launching on Linux.<p>Both of which are big news in its own right.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40902826">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40902826</a>
levkk10 months ago
&gt; Zed requires a physical GPU with a Vulkan 1.3 driver.<p>That&#x27;s new. Does everyone running Linux have a dedicated GPU these days? Only caught this because I&#x27;m in the middle of updating my nvidia driver.
评论 #40931462 未加载
marcodiego10 months ago
The last collaborative editor that I could use locally successfully was gobby. Currently its development is very slow or seems abandoned. I&#x27;ve been waiting for Zed because it was introduced as something that was &quot;multiplayer-first&quot; from the beginning. Reading the docs now, it looks like I need a feature called &quot;channels&quot; that I couldn&#x27;t confirm can be used fully locally. Is there a way to use Zed as a collaborative editor fully locally?
评论 #40932429 未加载
评论 #40930509 未加载
WuxiFingerHold10 months ago
There&#x27;s much to like about Zed. Not only the technical parts, but also how transparently the communication is: <a href="https:&#x2F;&#x2F;zed.dev&#x2F;blog&#x2F;zed-is-now-open-source" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;blog&#x2F;zed-is-now-open-source</a><p>To keep things simple yet powerful is the key to find their place in the market IMO. Don&#x27;t know about the rendering speed (never had issues with other editor), but that&#x27;s a bonus anyway.
refulgentis10 months ago
There&#x27;s something interesting with the light mode &#x2F; default theme I got after downloading and opening on Apple silicon:<p>Sidebar contrast is too low, yet, spot on for the wrong contrast ratio target (3.0, for fill, versus 4.5 for text&#x2F;bg).<p>I&#x27;ll file an issue on GitHub eventually, feel free to pass along email in my profile if y&#x27;all see this and have someone who is already nerding out on this stuff.<p>Context on why, and before I get more fuzzy&#x2F;opinionated, why I&#x27;m comfortable speaking to this is some quasi-authoritative tone: I built a new color system that ended up being launched as Material You at Google, at its heart is getting contrast while having expressive colors instead of just flat black&#x2F;white, so I <i>really</i> appreciate the effort here.<p>Fuzzy&#x2F;opinionated territory:<p>Problem with the low contrast here isn&#x27;t just that it doesn&#x27;t literally hit a 4.5 ratio. IMHO this isn&#x27;t strictly verboten, if I thought that it would mean the engineer part of my brain was too in control. There&#x27;s an argument to be made its good the sidebar isn&#x27;t distracted. Problem is disabled states traditionally lower the foreground brightness, so it crosses over into &quot;disabled element&quot; territory when you visually parse it.
评论 #40930978 未加载
sriram_malhar10 months ago
Sounds great; downloading it now to try.<p>To the Zed folks here, can you please add a little line to say that it is an editor, for people like me who are not in the loop. There&#x27;s nothing clear on the landing page or on the docs page that indicates it is so. The video shows an editor, but plenty of software has built in editors.
samspot10 months ago
My first impression is the dark mode color contrast is poor compared to VSCode defaults (I tested a few things with CCA Colour Contrast Analyser). I&#x27;m sure this is all configurable but it was off-putting to me. I&#x27;m still interested in spending more time checking out Zed.
1bent10 months ago
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Atom_%28text_editor%29#History?wprov=sfla1" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Atom_%28text_editor%29#History...</a><p>I found the zed website unhelpful, but if wikipedia is to be believed, it&#x27;s a successor to the Atom text editor
评论 #40931897 未加载
WhereIsTheTruth10 months ago
I gave it a fair try<p>Cons:<p>- spawning nodejs whenever you edit JSON files seems overkill, i&#x27;d prefer they use something native and more lightweight, or a way to completely disable it<p>- text still looks a bit blurry on low DPI screens<p>- doesn&#x27;t support LSP properly, completion items are missing some data<p>- Rust for plugins.. this is painful, compare it to Sublime Text&#x27;s python API, it&#x27;s night and day..<p>Pros:<p>- Fast and responsive<p>- UI is simple yet effective<p>- drag&amp;drop layouting, something i wish Sublime Text had..<p>- built-in terminal<p>- built-in Debugger (not yet ready)<p>Few more months of developments, and i&#x27;ll certainly switch from Sublime Text, i&#x27;ll be a little sad because i wrote plenty of plugins for it<p>I however worry about their business model, i have 0 interests in their AI&#x2F;collaboration stuff, i&#x27;ll probably maintain a fork to get rid of all that crap, they should setup something as a back up plan, a small paid license, just for support, i&#x27;ll be happy to buy one
评论 #40929882 未加载
评论 #40931001 未加载
w-m10 months ago
Is (Python) debugging on the roadmap somewhere for Zed, or will this remain out of scope?<p>I have a fast editor in Sublime already, but I’d consider jumping ship from VS Code to Zed if I can set some breakpoints and look at local variables and whatnot (very basic IDE stuff).
评论 #40936401 未加载
insane_dreamer10 months ago
Awesome. Been looking for a next-gen Atom for coding. I use PyCharm most of the time, but sometimes its overkill with its eternal indexing ... :) So I often find myself bringing up SublimeText for working on individual files as opposed to a whole project.
BossingAround10 months ago
Love it. My VSCode takes 3GB of RAM and that&#x27;s a single window with like 5 files open at one time. I&#x27;ve long been looking for a good-enough replacement (though I don&#x27;t think I&#x27;ll be able to leave debugpy for a while)
syngrog6610 months ago
As a longtime vim user text editing is not an unmet need or unsolved problem. Lack of time, energy to execute on everything is a much bigger problem. And the very biggest and most dangerous unsolved problems I can see on all our plates involve democracy and climate.<p>Heck I&#x27;d like to &quot;solve&quot; all issues with public restrooms in the US, for example, or the lack of planning for trees or shade or water conservation, first, before I&#x27;d spend time on Yet Another Hip New Text Editor. The latter is perhaps several hundred slot ranks down (at most generous to it) in my priority list.
riiii10 months ago
I don&#x27;t know if it&#x27;s just me but vscode feels like it isn&#x27;t as fast as it used to be. The terminal also keeps getting messed up on Linux.<p>Will definitely try one this out!<p>Although the amount of plugins and community knowledge of vscode is immense.
1oooqooq10 months ago
I don&#x27;t really like their editor, but their fonts (based on iosevka) is my 2nd favorite (after Mensch).<p>And their opensource development mode is the best one I&#x27;ve seen so far! So many nice choices.
评论 #40931814 未加载
veidr10 months ago
I do not get the focus on collaborative editing (surely niche?) while the Remote Development in VS Code (in which &quot;remote&quot; can mean in a docker container running on your local Docker, or a container elsewhere, or a whole-ass other computer you own, or a rented computer&#x2F;instance in le cloude) seems like such a more game-changing feature, similar in some ways but probably less work.<p>And make that the thing you charge for. ¯\_(ಠ_ಠ)_&#x2F;¯
评论 #40943334 未加载
kristianp10 months ago
Zed&#x27;s dead, baby.
stuaxo10 months ago
Great, the only reason I started using this on my work Mac was because the Linux version was coming + I would be able to use this at home on Linux.
TikolaNesla10 months ago
Zed&#x27;s focus on high performance might be misplaced. Compared to editors like VSCode, the performance boost feels marginal. To convince developers to switch, the emphasis should be on enhancing the overall developer experience. Marginal speed gains alone aren&#x27;t enough to make me move away from VSCode, and I don&#x27;t care if a tool is written in Rust or any other language.
评论 #40934654 未加载
flurly10 months ago
Generally a big fan of Zed. Super fast and quite innovative in their grep UI. My biggest current gripe is Zed&#x27;s filesystem watchers are either broken or misconfigured on Mac. If I do a `git rest --hard` via terminal or github desktop UI, zed doesn&#x27;t detect it and I&#x27;m forced to do a hard reset of the app to get back to a synced state.
p5a0u9l10 months ago
I don’t think I could ever switch to a windowed app as editor, vs a TUI, eg neovim. The remote story is never great for me. It forces your editor to slowly bloat to become your entire IDE. Native remote dev using tmux is so nice. Can anyone persuade me otherwise?
评论 #40939205 未加载
TiredOfLife10 months ago
On Steam Deck it just exits, or rather it and the old node.js it bundles stays in memory. But no UI.
peter_d_sherman10 months ago
On one end of the spectrum, you have programmers who use Visual Studio Code or Atom or one of the other Electron-based code editors (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Electron_(software_framework)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Electron_(software_framework)</a>), and at the other, you have programmers who use vim or even vi (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Vi_(text_editor)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Vi_(text_editor)</a>).<p>Now, me personally (and this is just one man&#x27;s tiny and insignificant opinion in a sea of billions of people!),<p><i>I personally, am slightly more inclined to give a slight bit of additional weight to the opinions of people closer to the vim&#x2F;vi side of editor use, than I am to give to people on the Electron-based side...</i><p>My humble apologies if this offends anyone.
评论 #40937636 未加载
purpleidea10 months ago
I wouldn&#x27;t want a collaborative text editor that sends all my data to their servers, but I have incredible respect that they&#x27;re very open and transparent about this fact on their website.<p>You don&#x27;t see that kind of behaviour from Microsoft and Apple.
29athrowaway10 months ago
It worked well out of the box, but the font rendering is a bit off. Using x11, not wayland.<p>The default font was a bit small on a 4K resolution by default, but it was easy discover how to enlarge it.<p>Opening a Rust project worked flawlessly without any configuration at all.
lf-non10 months ago
I started using this a few hours ago and so far am really pleased with the experience. Vim keybindings mostly work as expected and TS integration works great oob. I can totally see this becoming my primary editor going forward.
Thaxll10 months ago
I tried on Intel GPU ( dell xps 9305 ) with Ubuntu 20.04 and it does not open a window, with --foreground that&#x27;s what I got:<p>zed --foreground<p>MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0<p>Is there even more debug available?
unshavedyak10 months ago
I&#x27;ll have to figure out how to get it on NixOS. Always the challenge with Nix lol.
评论 #40929242 未加载
lnxg33k110 months ago
Looks like someone was already maintaining an ebuild for Gentoo <a href="https:&#x2F;&#x2F;gpo.zugaina.org&#x2F;app-editors&#x2F;zed" rel="nofollow">https:&#x2F;&#x2F;gpo.zugaina.org&#x2F;app-editors&#x2F;zed</a>
gigatexal10 months ago
Installed it on my Fedora 33 box running the AMD drivers from the kernel and a 6800 GPU and I can game no problem with proton and steam but Zed ran very very slowly. Sluggish. Immediately uninstalled. :&#x2F;
zikani_0310 months ago
Fantastic news. I&#x27;ve enjoyed using Zed on Mac for Go development, it just feels snappier than VSCode. I hope to try the Linux build over the weekend.<p>I am also tempted to try out their gpui library, might just cure my Rust aversion.
natemcintosh10 months ago
Anyone else get ~60-70% CPU usage when moving the mouse around? And no GPU usage.
评论 #40929846 未加载
评论 #40929632 未加载
trostaft10 months ago
Ah, I&#x27;d love to try this. But I have a hard cross-platform requirement (Windows&#x2F;Linux&#x2F;MacOS) and I can&#x27;t seem to get this running in WSL. Will keep checking if that improves in the future.
评论 #40933232 未加载
BaudouinVH10 months ago
If I understand correctly I need a graphical card - my current linux laptop does not have one. Until I upgrade to a newer model I will uninstall my copy of zed.dev - couldn&#x27;t even launch it.
评论 #40935338 未加载
burnte10 months ago
It&#x27;s SO BAD when people say &quot;:just pipe this shell script to bash!&quot; for their installers. I just can&#x27;t take those projects seriously if they think that&#x27;s acceptable.
评论 #40932226 未加载
评论 #40932205 未加载
评论 #40932214 未加载
cassepipe10 months ago
vim mode in the json settings:<p>&quot;vim_mode&quot;: true,
mxmkm10 months ago
Selection color is not particularly good with comments: <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;ExeT7Ne.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;ExeT7Ne.png</a>
croemer10 months ago
To save you time: If you&#x27;re on macOS, you can install with<p><pre><code> brew install --cask zed </code></pre> The docs don&#x27;t make it very clear that the cask is available via homebrew.
lexoj10 months ago
The only reason why I dropped (and Im not alone) using Zed is the arcaic UI sublime-like search functionality. Please revisit that part because I really want to use ZED.
评论 #40932970 未加载
评论 #40931979 未加载
thesurlydev10 months ago
Super excited for this project. Especially since it&#x27;s available for Linux now.<p>I still use the JetBrains products as daily drivers but always keen to use new tools like this.
DarkCrusader210 months ago
Does anyone know what is their monetization plan, or if they even have one? Editor with even this much polish takes a lot of time and effort. How is it being funded? Can we expect useful features to progressively get locked behind subscription as it grows in popularity (a la Gitlab)?<p>Edit: Nevermind, found it - <a href="https:&#x2F;&#x2F;zed.dev&#x2F;faq#how-will-you-make-money" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;faq#how-will-you-make-money</a>. Interesting charter.<p><pre><code> We envision Zed as a free-to-use editor, supplemented by subscription-based, optional network features, such as: Channels and calls Chat Channel notes We plan to allow offer our collaboration features to open source teams, free of charge. </code></pre> Edit 2: They have apparently also already raised money via private equity. I am quiet soured on &quot;free&quot; products which will almost always be enshittified as the pressure to turn profit grows.
评论 #40929341 未加载
评论 #40930985 未加载
评论 #40930662 未加载
xylon10 months ago
No syntax highlighting for Clojure :&#x27;(<p>No Emacs keybindings :&#x27;(
sys_6473810 months ago
I never got these new type editors compared to EMacs.
captn3m010 months ago
Pretty nice to see aarch64 packages for so many distros. Sublime packages are x64 only, so this will go well with my Asahi setup
major50510 months ago
To be honest speed and lightweight are important. But no as important as code completition and a good debug experience.
major50510 months ago
I tried on wsl, but dosent seen to work. I will have to wait for a windows version, since im stuck in windows by now.
fire_lake10 months ago
Does Zed work with any language with a language server?<p>Is TypeScript support fully baked in? I don’t want to pay for things I don’t use.
评论 #40933090 未加载
llagerlof10 months ago
How to install&#x2F;activate extensions? I saw that exists a directory called &quot;extensions&quot; in the repository.
评论 #40929285 未加载
calebjosue10 months ago
I would love to give it a try but I am using WSL2 at the time being, so maybe in the future.
ElectronBadger10 months ago
I couldn&#x27;t find anything resembling &quot;Send code to REPL&quot;, so no Zed for me.
Razengan10 months ago
@ people who have used both extensively: How does Zed compare to Sublime Text?
kokada10 months ago
Interesting the decision[1] of building against glibc instead of musl. Any reason for not using musl instead (and doing a static binary)? This would avoid the compatibility issues e.g.: Alpine and Nix.<p>[1]: <a href="https:&#x2F;&#x2F;zed.dev&#x2F;docs&#x2F;linux" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;docs&#x2F;linux</a>
评论 #40930412 未加载
评论 #40930365 未加载
rareitem10 months ago
FYI, to launch Zed, run `&#x27;~&#x2F;.local&#x2F;bin&#x2F;zed&#x27;`
评论 #40929414 未加载
pmarreck10 months ago
Any word on whether this can be installed from the nixos repo?
xwall10 months ago
Zed is damn fast, with large files and i love it&#x27;s UI
rwdf10 months ago
Anyone got this working in WSL? Using WSLg perhaps?
评论 #40930386 未加载
hi_dang_10 months ago
Zed Shaw started a company called Zed Industries?
评论 #40929493 未加载
insane_dreamer10 months ago
At first I thought this might be a creation of Zed Shaw (whose Learn Ruby the Hard Way, was the best introduction to that language, back in the day; and Mongrel was great).
评论 #40929203 未加载
评论 #40929189 未加载
TaylorAlexander10 months ago
Here I am still using Atom in 2024.
vanarok10 months ago
Tried installing on arch Linux, it wouldn&#x27;t start and I gave up on the idea
dabber2110 months ago
neat! just installed it in podman, so far so good
jak2k10 months ago
Now they just need a flatpak…
评论 #40929856 未加载
aftbit10 months ago
&quot;real programmers&quot; just use vim<p><a href="https:&#x2F;&#x2F;xkcd.com&#x2F;378&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;378&#x2F;</a>
gullevek10 months ago
Shoves ChatGPD with auto install of Node and what not else right up your throat. On top of that I can&#x27;t install any extensions ...<p>Yeah ...<p>I&#x27;ll stick with VScode, might be slow but works
firemelt10 months ago
is it for osx at first?
Brechreiz10 months ago
Is this better than VS Code?
ceving10 months ago
Is there an Emacs keymap?
AndyKelley10 months ago
&gt; To install Zed on most Linux distributions, run the shell script below.<p>This is not an acceptable way to install anything on Linux. If you want to target Linux users you can&#x27;t distribute with a shell script for installation.<p>I get that the idea is to reduce friction to installation and trying it out, but most Linux users - the ones you want filing bug reports anyway - are ones who will do due diligence and inspect the shell script to see what kind of opinions it makes about how to install the software.<p>For example, I see that the shell script downloads a tarball and unpacks it to `~&#x2F;.local`, then tries to mess with my PATH variable.<p>Well, my local directory is `~&#x2F;local`. So that&#x27;s not where I want it. Actually, I would want it in `~&#x2F;local&#x2F;zed`, isolated from the rest of the installations in there. Then the PATH variable stuff just creates junk files since I don&#x27;t use zsh. So I end up having to figure out the URL to the tarball and install it myself.<p>My point is that if you just listed the download link to the tarball, it would actually be closer to your own goal of reducing installation friction. The shell script is so much more friction because I have to read bash code instead of just clicking a download link.
评论 #40929416 未加载
评论 #40929609 未加载
评论 #40929527 未加载
评论 #40929822 未加载
评论 #40929397 未加载
评论 #40929510 未加载
评论 #40929246 未加载
评论 #40929256 未加载
评论 #40929304 未加载
评论 #40929308 未加载
评论 #40930007 未加载
评论 #40929459 未加载
评论 #40929520 未加载
评论 #40930073 未加载
评论 #40929332 未加载
whalesalad10 months ago
Really dislike the one line installer. How is it installing? Flatpak? Adding an apt repo? Manual install?<p>Fortunately docs go into better detail, <a href="https:&#x2F;&#x2F;zed.dev&#x2F;docs&#x2F;linux" rel="nofollow">https:&#x2F;&#x2F;zed.dev&#x2F;docs&#x2F;linux</a><p>I&#x27;m on Debian anyway so who am I kidding expecting this to be in apt :D
评论 #40929226 未加载
评论 #40929199 未加载
评论 #40929173 未加载
评论 #40929228 未加载
评论 #40930083 未加载
评论 #40929282 未加载
评论 #40929234 未加载
评论 #40930212 未加载
Arch-TK10 months ago
I really don&#x27;t get why this is the modern editor style of choice.<p>20% (35 chars) of screen space permanently wasted on a always on file browser (meanwhile the animation showcases fuzzy finding)<p>4% (7 chars) of screen space permanently wasted by line numbers (why are the numbers cut off on the right?)<p>2.7% (5 chars) of screen space taken up by a gutter<p>So 27% of screen space effectively dead 99% of the time.<p>Why do people do this to themselves?<p>I can&#x27;t quite figure out how to get the gutter to truly only appear when needed (I can&#x27;t remember why) but in my vim configuration 2 chars of space are taken up by the gutter and the rest is for the actual code. The current line number is in the bottom right, and if I need to go to a specific line number I have `G` for that. If I need a file explorer, there&#x27;s the default Netrw one, there&#x27;s NERD Tree, there&#x27;s a terminal (I actually rarely need this anyway, but I can understand not everyone can cope, but I can&#x27;t comprehend why you would need it on 100% of the time).<p>Why does the &quot;modern text editor&quot; waste so much screen space?<p>I have a 1200p laptop monitor which gives me 174 chars of horizontal space at a comfortable font size. If I split that in half I get two terminal windows worth of 87 characters each. If I keep my code under 85 characters per line, not only is it easier to read, I can keep a man page or another piece of code on the other half of my screen.
评论 #40930052 未加载
评论 #40930136 未加载
评论 #40930235 未加载
评论 #40933867 未加载
评论 #40929980 未加载
评论 #40930094 未加载
Sesse__10 months ago
First impressions:<p><pre><code> 1. curl | sh, seriously 2. The default theme is so low-contrast that I seriously struggled to read text. I could not find something that was, like, actual white on actual black. 3. I can figure out how to enable Copilot, but not to open a file. (I had to resort to “zed file.cpp” from a terminal.) 4. vim keybindings are not bad, but also not perfect. 5. It feels… laggy? Isn&#x27;t this supposed to be fast? Whenever I move the cursor over a symbol, it first moves and then like 100 ms later, it tries to highlight that symbol everywhere. And that takes time. In a 200-line file. 6. Ugh programming ligatures. Where are preferences to turn it off? Where are the preferences for anything? </code></pre> OK, well, I guess I could use this if I had nothing better. But if the point is that it&#x27;s supposed to be zero-lag, #5 really destroys the point for me.
评论 #40931761 未加载
评论 #40931202 未加载
评论 #40932066 未加载
评论 #40931213 未加载
评论 #40931858 未加载
zoogeny10 months ago
I&#x27;m a sucker for text editors. I&#x27;ve used so many at this point. Notepad++ from way back. Anyone remember Komodo, the Perl focused text editor from ActiveState? BBEdit. TextMate. Sublime text. Atom. Visual Studio Code. All kinds of IDEs from Eclipse to the IntelliJ family and the full fledged Visual Studio. I&#x27;ve used many flavors of vim and learned emacs multiple times. I doubt I&#x27;ve named half of the editors I&#x27;ve used.<p>I&#x27;m at the point where I just can&#x27;t motivate myself to try yet another. In my experience, they all have their strengths and weaknesses. My rule of thumb now: use whatever the majority of people on my team use. For non-team related work I find the community around Visual Studio Code to be good enough that it does what I need most of the time. I use bog-standard vim when I ssh into boxes.
评论 #40930106 未加载
评论 #40930086 未加载
llmblockchain10 months ago
Seems like a good VSCode alternative, but I&#x27;ll stick with my editor of choice. I imagine it will be 1~2 years before Zed is bought by Microsoft and either squashed like Atom or replaces VSCode.
评论 #40930229 未加载