The Gram Code Editor - 2026-08-19


  1. patsplat

    I'm sliding in as a lurking to say THANK YOU so much for creating the Gram editor. This is perfect, it preserves everything that was great about Zed (the editing performance) while dropping everything frustrating about Zed (the AI integration). I appreciate this fork so much, I can't wait to make it my daily driver. Thank you so much.

  2. patsplat

    * as a lurker, not as a lurking

  3. krig

    Thank you!

  4. krig

    Oh about wasm extensions: I like the idea too but the cost / baggage it comes with at the moment is annoying in terms of dependencies, binary size and compile time, plus any user needing to have the whole toolchain for both rust and wasm/wasi

  5. tautologico42

    makes sense

  6. tautologico42

    we could use simpler compilers targetting wasm so users wouldn't need the whole rust toolchain (assuming no extensions are written in Rust, I don't use any extensions so I don't know)

  7. tautologico42

    IMO Rust is not the best option for writing extensions anyway