📦 Debian / Ubuntu Packages

To install Beaver Notes through apt, first uninstall any previous version of Beaver Notes. Don’t worry, uninstalling won’t delete your notes. Feel free to back them up by exporting them if you want an extra safety net. After that, run the commands below.

Fetching Repository GPG Key:

curl -s --compressed https://daniele-rolli.github.io/Beaver-notes-ppa/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Beaver-notes-ppa.gpg >/dev/null

Adding Beaver Notes Repository Source:

sudo curl -s --compressed -o /etc/apt/sources.list.d/Beaver_notes_file.list https://daniele-rolli.github.io/Beaver-notes-ppa/Beaver_notes_file.list

Updating Package Lists:

sudo apt update

Installing Beaver Notes:

sudo apt install beaver-notes

🍻 Homebrew for Macs

To install Beaver Notes on your Mac, follow the commands below. If you’re unsure what processor your Mac is running, refer to this apple support guide.

Adding the tap to Homebrew:

brew tap Daniele-rolli/homebrew-beaver https://github.com/Daniele-rolli/homebrew-beaver.git

Installing Beaver-notes (On Apple Silicon Macs):

brew install beaver-notes-arm

Installing Beaver-notes (On Intel macs):

brew install beaver-notes

🔩 AUR

To install Beaver Notes on Arch Linux through the AUR using Yay, follow the commands below:

Install Yay's dependencies:

sudo pacman -S base-devel git

Clone Yay's repository and navigate to the directory:

git clone https://aur.archlinux.org/yay.git && cd yay

Install Yay:

makepkg -si

Install Beaver Notes:

yay -S beaver-notes

🎩 DNF

To install Beaver Notes on Fedora Linux using dnf or yum follow the following step:

Create the repo file:

curl -o configure-repo.sh https://raw.githubusercontent.com/Daniele-rolli/Beaver-dnf/main/configure-repo.sh && chmod +x configure-repo.sh; sudo ./configure-repo.sh

Install Beaver Notes:

sudo dnf install Beaver-notes

📦 Flathub

Download on Flathub

🍦 Scoop

To install Beaver Notes on Windows using Scoop, follow the commands below:

Using PowerShell, run the following command to add the repository:

scoop bucket add Beaver-Bucket https://github.com/Daniele-rolli/Beaver-Bucket

To install Beaver Notes on x64:

scoop install Beaver-Notes

To install Beaver Notes on arm64:

scoop install Beaver-Notes-arm