ZeroBrane Studio is a free and open source Lua integrated development environment for Linux, Windows and MacOS. It comes with live coding, pretty printing, custom interpreters, interactive console, multi-cursor editing, auto-complete, fuzzy file search, remote debugger, syntax highlighting, integrated debugger, extension support and more. It is written Lua and released under MIT.
Download ZeroBrane Studio [Windows,MacOS,Linux]
How to install ZeroBrane Studio on Ubuntu Linux
ZeroBrane Studio is available as a flatpak package file from the remote flathub repository. First you need to install flatpak and flathub on your system using below tutorial link.
How to install flatpak and flathub on Ubuntu
And restart your system after the flatpak installation. Now open the terminal command-line application and run below ZeroBrane Studio flatpak install command. It will install the latest version of ZeroBrane Studio software on your system.
flatpak install flathub com.zerobrane.studio
After the installation you can open ZeroBrane Studio using below command.
flatpak run com.zerobrane.studio
And uninstall ZeroBrane Studio using below command.
sudo flatpak uninstall com.zerobrane.studio
That’s it.