Writernote is a free and open source note taking software for Linux, Windows, Android and MacOS. Using Writernote you can take notes by recording audio and translate it later into text. It is released under GNU Affero General Public License v3.0. It comes with pen support, you can record audio, extract audio, keyboard shortcut support and you can also print and export file as pdf.
Download Writernote [Windows,Android,MacOS]
Install Writernote on Ubuntu Linux
Writernote is available via snap and flatpak packages for your Linux system. In terminal application (ctrl+alt+t) run below Writernote snap installation command. It will install the latest version of Writernote on your system.
sudo snap install writernote
You can open Writernote app via the applications menu or using below command in terminal.
writernote
You can uninstall it via
sudo snap remove writernote
Install Writernote via Flatpak:
Install flatpak and flathub on your system and restart it after the installation. Now open the terminal software and run below Writernote flatpak install command.
flatpak install flathub com.github.giacomogroppi.writernote-qt
After the installation start Writernote using
flatpak run com.github.giacomogroppi.writernote-qt
And you can also uninstall it via
sudo flatpak uninstall com.github.giacomogroppi.writernote-qt
That’s all