VYM (View Your Mind) is a free and open source mind maps application for Linux, Windows and MacOS. You can use this application to generate and manipulate mind maps in a tree-like representations, time management, organize tasks, overview over complex contexts, sort your ideas and many more.
Download Vym [Windows, Linux, MacOS]
Install Vym Mind Maps on Ubuntu
You can install Vym Mind Maps via native .deb package file and flatpak from the remote flathub. Download the latest Vym in .deb file fromat from the above download link and save it on your Downloads folder. Now open the terminal app (ctrl+alt+t) and run below Vym apt install command.
sudo apt install ./Downloads/vym*.deb
[OR]
sudo apt install ./Downloads/vym_2.9.27-1_amd64.deb
Note: Here “vym_2.9.27-1_amd64.deb” is the downloaded file name. You can change above command based on your file name and path.
After that run below command to open Vym Mind Maps application.
vym
You can also open it via the Show Apps Ubuntu application menu.
Install Vym via Flatpak:
First install flatpak and flathub on your system and restart it after the installation. If you already installed then skip it and directly install VYM.
Now open the terminal application and run below flatpak install command.
flatpak install flathub io.github.insilmaril.vym
And you can open Vym using below command.
flatpak run io.github.insilmaril.vym