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.

  • galaxy_nova@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    2か月前

    Aren’t all of these features able to be disabled in zed itself? If so what does a fork offer me instead?

    • arendjr@programming.devOP
      link
      fedilink
      arrow-up
      4
      ·
      2か月前

      Yeah, if you don’t mind the UI clutter/teasers, it doesn’t make much of a difference. For now, the most noticeable difference is that the default layout is more old-school, with the project layout and the git panel on the left-hand side again, though even without this fork you can configure it to be like that too.

      • galaxy_nova@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        2か月前

        Yeah so far I’ve been content. It’s good that forks are popping up for stuff like this though, if zed decides to go the way of Microsoft in any way it’s nice to know there are some alternatives already.

  • cupcakearmy@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    2か月前

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

    • arendjr@programming.devOP
      link
      fedilink
      arrow-up
      2
      ·
      2か月前

      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.
    • arendjr@programming.devOP
      link
      fedilink
      arrow-up
      4
      ·
      2か月前

      I’ll aim to sync changes from upstream about once a month. But given that I don’t have prebuilt binaries or anything, for now I expect only people enthusiastic enough to build from source to use it :)