Iotas is a free and open-source note-taking application for Linux. With Iotas, you can synchronize your notes with Nextcloud Notes. The application offers offline editing, built-in search functionality, the ability to add notes to Favorites, support for a dark theme, the option to change font size, and more. It is released under the GNU General Public License v3.0.
Install Iotas on Ubuntu Linux
Iotas is available as a flatpak package from remote flathub repository. You need to install flatpak and flathub on your system first and restart it after the installation. If you already installed then skip the flatpak installation and directly run below Iotas flatpak installation command.
Open the terminal command-line application (ctrl+alt+t) and run below Iotas flatpak installation command. It will install the latest version of Iotas on your system.
flatpak install flathub org.gnome.World.Iotas
After the installation you can start Iotas app using
flatpak run org.gnome.World.Iotas
and also uninstall it using below commands.
flatpak uninstall org.gnome.World.Iotas
[OR]
sudo flatpak uninstall org.gnome.World.Iotas