Ecode is a free and open source minimal lightweight code editor for Linux, Windows, MacOS. It has been developed with the hardware-accelerated eepp GUI. It comes with syntax highlighting, auto-completion, multi-cursor and terminal support, minimap, global and Lua pattern search, per project settings, dark mode, editor splitting, keyboard bindings, Linter support and more. It is released under MIT License.
Download Ecode Code Editor [Windows,MacOS,Linux]
How to Install Ecode on Ubuntu Linux
Download Ecode Code Editor in portable .AppImage file format from the above download link and save it on your Downloads folder. Now in the terminal spftware (ctrl+alt+t) run below commands one by one. Here “ecode-linux-0.4.5-x86_64.AppImage” is the downloaded file name nad Downloads is the file path. You can change below commands based on your file name and path.
cd Downloads
sudo chmod +x ~ ecode-linux-0.4.5-x86_64.AppImage
./ecode-linux-0.4.5-x86_64.AppImage
Install Ecode via Flatpak:
If you don’t have then install flatpak and flathub on your system first and restart it after the installation.
Now open the terminal application and run below Ecode flatpak install command on your system.
flatpak install flathub dev.ensoft.ecode
And open the terminal application using below command.
flatpak run dev.ensoft.ecode
And uninstall Ecode using below command.
sudo flatpak uninstall dev.ensoft.ecode
That’s it.