mythz 4 minutes ago [-]
Nice but too little/too late, already switched to Linux - where Zed already works great!
jsheard 3 hours ago [-]
Have they implemented subpixel font rendering by now? I remember that being a sticking point when it came to Linux because they had designed their custom UI renderer around the Macs ubiquitous HiDPI displays, leading to blurry fonts for the much, much larger proportion of Linux (and Windows) users who still use LoDPI displays.
sapiogram 2 hours ago [-]
Idk about subpixel font rendering, but font rendering on Linux looks massively better after a patch last week: https://github.com/zed-industries/zed/issues/7992#issuecomme...
jsheard 2 hours ago [-]
That "after" image is still rendered with greyscale AA rather than subpixel, but whatever they changed did make it more legible at least.
2 hours ago [-]
pulsartwin 2 hours ago [-]
I'm glad there's finally some progress in that direction. If they actually implement subpixel RGB anti-aliasing, it would definitely be worth considering as an alternative. It's been surprising to see so many people praise Zed when its text rendering (of all things) has been in such a state for so long.
TranquilMarmot 2 hours ago [-]
I tried it out on macOS and have a 1440p external monitor that the fonts just look horrible on. Looks fine on the laptop's "retina" display but blurry enough every else that it actually gave me a headache after a few hours.
typpilol 3 hours ago [-]
No lol
1a527dd5 2 hours ago [-]

  [Window Title]
  Critical

  [Main Instruction]
  Unsupported GPU

  [Content]
  Zed uses DirectX for rendering and requires a compatible GPU.

  Currently you are using a software emulated GPU (Microsoft Basic Render Driver) which
  will result in awful performance.

  For troubleshooting see: https://zed.dev/docs/windows
  Set ZED_ALLOW_EMULATED_GPU=1 env var to permanently override.


  [Skip] [Troubleshoot and Quit]
Ah bummer.
jsheard 2 hours ago [-]
That's more of an issue with your system than an issue with Zed, you have to veer pretty far from the beaten path to not have proper DirectX nowadays. Are you running Windows in a VM?
1a527dd5 2 hours ago [-]
No, but I am remoted in to my dev box (over RDP/mstsc).
Maxatar 1 hours ago [-]
If you're using it via RDP then you won't notice any rendering performance issues since RDP itself has terrible rendering performance.
neurostimulant 2 hours ago [-]
Maybe try gaming-oriented remote desktop tools, like steam link or sunshine/moonlight. Those work great with directx, assuming you have a working gpu (at least integrated gpu) on your remote box. They also have way better latency, though use a lot more bandwidth.
KetoManx64 2 hours ago [-]
How am I supposed to ask for permission from IT to install Steam or gaming related tools like Moonshine just to use a code editor?
pezgrande 1 hours ago [-]
By explaining the advantages over "older" methods. A lot of people use Moonlight/Sunshine for non gaming related stuff, specially considering than the alternatives are all proprietary.
perching_aix 2 hours ago [-]
What does a text editor have to do to achieve >>awful performance<< when software rendering?
aniviacat 2 hours ago [-]
I also get that message when opening Zed in a VM. The performance is not actually awful, I can use it just fine.
breadwinner 2 hours ago [-]
I watched the video on the home page and thought it is weird that they spend an inordinate amount of time on frame rate. Who picks an editor based on frame rate?

If you want to talk about perf in the context of a text editor show me how big of a file you can load--especially if the file has no line breaks. Emacs has trouble here. If you load a minified js file it slows to a crawl especially if syntax highlighting is on. Also show me how fast the start up time is. This is another area where Emacs does not do well.

So Zed is available on Windows--but only if you have a x64 processor. Lots of people run Windows on Arm64 and I don't see any mention of Arm64. This is where the puck is heading.

Also noticed Emacs key binding is in beta still.

STKFLT 2 hours ago [-]
High frame rates (low frame times, really) are essential to responsiveness which, for those who appreciate it, is going to make much more of a difference day to day than the odd hiccup opening a large file (not that zed does have that issue, I wouldn't know as I haven't tried opening something huge).
breadwinner 2 hours ago [-]
That's an interesting take. For whatever reason, frame rate is not one of my complaints about existing editors such as Emacs, VS Code, etc.
poly2it 1 hours ago [-]
It's not just frame rate, but also input delay. If you're using Visual Studio Code, you might be used to waiting 100 ms for a character you typed to appear. My personal workflow is based on Kitty and Neovim, which I've configured so that it can launch within 20 ms. Working without any input delay allows me to explore and edit projects at typing speed. As such, even tiny delays really bother me and make me lose my flow. I would believe Zed's focus on performance is motivated similarly.

Also, I do not believe Windows on Arm64 is a very large demographic? Especially for developers, unless they're specifically into that platform.

breadwinner 1 hours ago [-]
kbolino 57 minutes ago [-]
Most of that is macOS and ChromeOS, not Windows.
jsheard 34 minutes ago [-]
Yeah. The Steam survey isn't a perfect sample since it's skewed towards gamers, but that currently shows just 0.08% of Windows users are on ARM, while 81.5% of Mac users are on ARM.
breadwinner 24 minutes ago [-]
That may be true if you're looking at all windows computers in existence. If you look at new laptops being sold you see different numbers. As of 2025, Arm processors hold about 13% to 20% of the market share for new Windows laptops. This is important because these are the people who are more likely to download and install your software.
scuff3d 2 hours ago [-]
This always makes me laugh. The editor was barely announced two years ago. They've built it from the ground up with native support now for three different operating systems. They're experimenting with some cool new features, and even though I don't care about it I've heard their AI integration is pretty damn good.

But waaaaah they don't support a processor that accounts for probably less then 10% of Windows Machines

breadwinner 1 hours ago [-]
Ubiquity is pretty important when you're going to invest in learning a new editor. This is one of the advantages of vim for example. It is available everywhere... linux, windows, terminal, gui, etc.
jay_kyburz 2 hours ago [-]
Yeah, Kate will choke on a large single line file. Its one of the very few issues I bump into from time to time.
timfsu 2 hours ago [-]
Unfortunately, I tried to use zed as my daily driver, but the typescript experience was subpar. While the editor itself was snappy, LSP actions like "jump to declaration" were incredibly slow on our codebase compared to VS Code / Cursor.
0x696C6961 1 hours ago [-]
That doesn't make sense, they both use tsserver under the hood.
foobarbaz33 22 minutes ago [-]
You could have an lsp server of infinite speed, but that wouldn't help one bit if the bottleneck is how the client deals with the messaging.

The specific techniques used to send, receive, and parse JSON could matter.

twoquestions 3 hours ago [-]
It's extremely refreshing to see the editor's memory and processor usage be smaller than the webapp tab I'm working on.

I'm really liking it thus far!

eviks 3 hours ago [-]
Its binary is half a gig in size, so just like a browser, nothing fresh about that.
kstrauser 2 hours ago [-]
It has a huge amount of treesitter modules, etc., statically compiled into the executable. They're not all loaded the instant you fire it up.
zamadatix 3 hours ago [-]
Size on disk is about 64x less relevant than size in RAM for me. To give Zed some credit in this area, it's statically linked and the Linux binary is half the size as the Windows one.
Rohansi 3 hours ago [-]
What could they be statically linking to have a 400MB executable?
waterTanuki 12 minutes ago [-]
considering how cheap storage is nowadays nitpicking about binary size is a very weird take. Are you editing code on an esp32?
_fzslm 2 hours ago [-]
I have waited for this for months... but it's still only an x86_64 binary!

I love my ARM Surface Pro, and Zed would make a wonderful editor on this hardware. If anyone from Zed is reading this, please think about it!

eyeris 19 minutes ago [-]
For whatever reason, zed compilation on windows with msvc is extremely slow compared to the Linux counterpart.

https://github.com/rust-lang/rust/issues/145864 was opened because of the the discrepancy

sunshowers 2 hours ago [-]
I build Zed for Windows aarch64 from source -- works great, though the build process is quite slow on my 16GB Surface Pro. Definitely hoping for official binaries, though!
_fzslm 2 hours ago [-]
I think I got as far as installing the Visual Studio Installer so I could install Visual Studio and I just bailed on that whole thing, lol. I'll have to take some time out on a weekend to take another look :)
mathnode 2 hours ago [-]
I tried it for a bit. But unless you want to use their choice of lsp/linter/whatever from what you are used to, then you will waste even more time customising zed to your needs from your previous solution.
the__alchemist 2 hours ago [-]
Is this something like Sublime? Light/responsive editor for one-off files? But maybe with some better introspection? That would fill a niche for me; trying it. FYI download+install is the smoothest experience of any software I've loaded recently I didn't build myself. Going to daily-drive it for a bit and see what's up; promising!
hbbio 2 minutes ago [-]
Still on Sublime, and helix in terminal.

Tried zed, it's interesting but several things are missing including the ability to skip extensions auto-update... which imho is critical for security.

evil-olive 1 hours ago [-]
as a 10+ year Sublime user, Zed is the best of the more "modern" GUI editors I've tried.

I haven't fully switched over to using it as my daily-driver because Zed's heavy reliance on GPU rendering means that it locks up every time I suspend & resume my Linux box [0,1] but I'm optimistic about the progress they're making on it.

0: https://github.com/zed-industries/zed/issues/7940

1: https://github.com/zed-industries/zed/issues/23288

SnowingXIV 20 minutes ago [-]
Was a heavy sublime user for many years, slowly migrated to vim (first sublime with vim keybindings) but now daily drive lazyvim and the defaults with that are very sane.

Quick install on any platform and just works. And obviously plenty of configuration that’s available to you but if you haven’t I’d give that a go.

1 hours ago [-]
KetoManx64 2 hours ago [-]
I still Sublime for quick text file changes and then Zed for programming/AI assisted tasks.
olive-n 3 hours ago [-]
I installed the beta a week or two ago. Many of the files I tried opening in it just did not work at all. It can only open utf-8 encoded files.

That is not a problem for code, but if you just want to open some random .txt file or .csv file, these are often enough not utf-8 encoded, especially if they contain non English text.

The github issue for this is showing progress, but I think it's a mistake to promote the editor to stable as is.

rovingeye 3 hours ago [-]
The windowing is pretty broken if you use system scaling https://github.com/zed-industries/zed/issues/40272
8cvor6j844qw_d6 4 hours ago [-]
> Zed isn't an Electron app; we integrate directly with the underlying platform for maximal control.

Sounds great. Looking forward to doing a simple test run with Astro SSG

kundi 2 hours ago [-]
First, you should fix fundamental operations on Mac and other distributions - for example when you stash or perform operations on files from other tools, it will put the state out of sync.

You can build the most beautiful and fastest IDE, but with this bugs, it’s useless

desireco42 1 hours ago [-]
I don't use windows, but this is good development as all platforms should be present for editors to be worth using. I am happy Zed user since long time, I am happy it had kept with out demands, with adding AI, Git etc. Also integration of cli tools into AI is excellent and really refreshing.
nwah1 5 hours ago [-]
Is it on winget?
janpio 3 hours ago [-]

  > winget search zed
  Name                             Id                                Version     Match                             Source
  -----------------------------------------------------------------------------------------------------------------------
  Zed Preview                      ZedIndustries.Zed                 0.208.4-pre Moniker: zed                      winget
So not fully updated yet it seems.
2 hours ago [-]
nopushcomplaint 6 minutes ago [-]
[dead]
brevnull 35 minutes ago [-]
[dead]