└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Text editors written in Rust 2 | 3 | ## With GUI 4 | 5 | - https://github.com/lapce/lapce 6 | - License: Apache 2.0 7 | - State: works quite well 8 | - GUI: [floem](https://github.com/lapce/floem) 9 | - LSP support 10 | 11 | - https://zed.dev/ 12 | - License: Closed source 13 | - State: June 23, Beta, only available for Mac 14 | - GUI: self-made 15 | 16 | ### Outdated 17 | 18 | - https://github.com/zackradisic/glyph 19 | - License: Unknown 20 | - State: Prototype 21 | - GUI: OpenGL 22 | 23 | ## Text based 24 | 25 | - https://helix-editor.com/ 26 | - License: MPL 2.0 27 | - Kakoune inspired 28 | - State: works quite well 29 | - LSP support 30 | - https://github.com/vamolessa/pepper 31 | - License: GPLv3 32 | - https://github.com/sidju/hired 33 | - https://github.com/ilai-deutel/kibi 34 | - https://github.com/Dimev/mininotes 35 | 36 | ### Outdated 37 | 38 | - https://amp.rs/ 39 | - https://github.com/gchp/iota 40 | - https://github.com/rhysd/kiro-editor 41 | - https://github.com/curlpipe/ox 42 | - https://github.com/mcobzarenco/zee 43 | 44 | ## Backends: 45 | 46 | - https://github.com/xi-editor/xi-editor 47 | --------------------------------------------------------------------------------