this post was submitted on 01 Jun 2026
45 points (95.9% liked)

Programming

27165 readers
483 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Zen is simply a fork of Zed for those who are happy to use an IDE free from AI, telemetry, and other cloud-based services. I use it as my daily driver and intend to maintain it so that I can also use it as the base for some non-developer tooling I want to create.

Only tested on Linux for now, though Zed's support for other platforms should be (mostly?) intact.

you are viewing a single comment's thread
view the rest of the comments
[–] cupcakearmy@lemmy.ml 3 points 4 days ago (1 children)

Wish you all the luck. Wondering: why not “ship” a configuration? All AI features and layout can be configured through JSON afaik.

[–] arendjr@programming.dev 2 points 4 days ago* (last edited 4 days ago)

Thanks!

As for the motivation of the fork, basically two reasons:

  • Even though you can disable AI features and configure the layout, the teasers and some UI elements remain as they try to draw you in.
  • I want to use their UI framework and editor for a different project too, so I want to be able to start that from a trimmed down base anyway.