A fast, lightweight code editor built with SDL2.
# Ubuntu/Debian
sudo apt install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libtree-sitter0
# Fedora
sudo dnf install SDL2 SDL2_ttf libtree-sitter
# Arch
sudo pacman -S sdl2 sdl2_ttf tree-sitter# All platforms - install ripgrep for global search (Ctrl+Shift+F)
# Ubuntu/Debian
sudo apt install ripgrep
# Fedora
sudo dnf install ripgrep
# Arch
sudo pacman -S ripgrep
# macOS
brew install ripgrepbrew install sdl2 sdl2_ttf tree-sitterDownload the latest release from Releases.
tar xzf DeadEditor-*-linux-x86_64.tar.gz
sudo cp -r DeadEditor-*-linux-x86_64/* /Or use the AppImage:
chmod +x DeadEditor-*.AppImage
./DeadEditor-*.AppImageOpen the .dmg and drag DeadEditor to Applications.
If you see "DeadEditor is damaged and can't be opened", run:
xattr -cr /Applications/DeadEditor.appMIT
