Logisim evolution is a free open source digital logic circuit designer and simulator application for Linux, Windows and MacOS. It comes with electronic board integration, chronogram, VHDL components and TCL/TK console. It is wrritten in java and released under GNU General Public License v3.0. It comes with pre-build huge components library with LED, SoC, TTL switches, RAM, ROM, flip-flop, plexers, Gates and more. You can download Logisim evolution via the below download link.
Download Logisim evolution [ Windows, Linux & MacOS ]
Install Logisim evolution on Ubuntu Linux
Logisim evolution is available as flatpak and native deb package file for Linux. These packages include the Java runtime and you do not require it to be installed separately.
Download Logisim Evolution in the .deb package file from the above download link and save it on your Downloads folder. Open the terminal app (ctrl+alt+t) and run below command.
sudo apt install ./Downloads/logisim-evolution*.deb
And start it from the applications menu.
Install Logisim evolution via flatpak
You can also install Logisim evolution via the flatpak from flathub. For that you need to install flatpak and flathub on your system first. And restart your system. After that in terminal run below Logisim evolution flatpak installation command.
flatpak install flathub com.github.reds.LogisimEvolution
You can run Logisim evolution via
flatpak run com.github.reds.LogisimEvolution
That’s all.