Beaver Notes is a free and open source note taking application for Linux, Windows and MacOS. It is a privacy-focused note-taking app. Using Beaver Notes, you can securely write and store notes on your device. It comes with Markdown support, build-in search, organized notes by tags, note linking, command line support, lock notes and many more.
How to Install Beaver Notes on Ubuntu
Beaver Notes is available as a native .deb portable AppImage and flatpak package files. Download the latest Beaver Notes .in .deb file format from the above download link and save it on your Downloads folder. Now open the terminal application (ctl+alt+t) and run below installation command. It will install the latest Beaver Notes on your system.
sudo apt install ./Downloads/Beaver-notes*.deb
Open Beaver Notes using below command or via Show Apps application menu.
beaver-notes
Install Beaver Notes via AppImage:
Download the latest Beaver Notes .in .AppImage file format from the above download link and save it on your Downloads folder. In terminal run below commands one by one.
cd Downloads
sudo chmod +x ~ Beaver-notes*.AppImage
./Beaver-notes*.AppImage
Install Beaver Notes via Flatpak:
You can also install it via flatpak from flathub using below command.
flatpak install flathub io.github.fidele007.akkhara
And run it using below command.
flatpak run com.beavernotes.beavernotes