Download and Install Beaver Notes
This guide lists all supported ways to download and install Beaver Notes on Windows, macOS, Linux (including Flatpak, DEB, RPM and AUR)
If you are using a package manager (e.g., Scoop, Flathub, Homebrew), it is recommended to disable auto-updates in Settings > About to avoid potential conflicts.
Install on Windows
Default Setup (64-bit)
- Open your browser and go to Download Beaver Notes.
- Click Download and select Setup (64-bit) to download the installer.
- Open the downloaded file and follow the installation instructions.
Portable Version (64-bit)
- Open your browser and go to Download Beaver Notes.
- Click Download and select Portable (64-bit) to download the portable version.
- Open the
.exe
file to run the app directly from the folder. Your data will be stored in adata
folder located in the same directory as the.exe
file.
Scoop (Package Manager)
- Open a PowerShell terminal.
- Run the following command to add the extras repository:
scoop bucket add extras
- Install Beaver Notes by running:
scoop install extras/beaver-notes
- Beaver Notes will be updated automatically when you update Scoop.
Install on macOS
DMG (Default Setup)
- Open your browser and go to Download Beaver Notes.
- Click Download to get the
.dmg
file. - Open the installation file and drag the app icon into the Applications folder.
Homebrew
- Open a terminal window.
- Run the following command to install Beaver Notes:
brew install --cask beaver-notes
Install on Linux
The installation method may vary depending on the Linux distribution and package manager you use.
Flatpak (Recommended)
From Software Store (GNOME Software, Discover, etc.)
- Open your distro’s software store (e.g., GNOME Software or Discover).
- Search for Beaver Notes.
- Click Install and enter your password if prompted.
From Terminal
- Open a terminal window.
- Run the following command to install Beaver Notes:
flatpak install flathub com.beavernotes.beavernotes
DEB (For Debian and Ubuntu-based Distros)
- Open your browser and go to Download Beaver Notes.
- Click Download and select Deb x64 or Deb ARM (64-bit). If unsure, choose x64.
- Open the installation file and follow the prompts to install. You may be asked for your password.
RPM (For Fedora and CentOS-based Distros)
- Open your browser and go to Download Beaver Notes.
- Click Download and select RPM x64 or RPM ARM (64-bit). If unsure, choose x64.
- Open the installation file and follow the prompts to install. You may be asked for your password.
AUR (For Arch Linux)
1. Using yay
(Recommended AUR Helper)
- Open a terminal window.
- Run the following command to install Beaver Notes:
yay -S beaver-notes
This will download, compile, and install Beaver Notes automatically.
2. Manually Compiling with makepkg -si
If you prefer to install without an AUR helper:
- Ensure you have
git
andbase-devel
installed:sudo pacman -S --needed git base-devel
- Clone the AUR repository for the standard version (compiling from source):
git clone https://aur.archlinux.org/beaver-notes.git cd beaver-notes
Or for the binary version (precompiled):
git clone https://aur.archlinux.org/beaver-notes-bin.git cd beaver-notes-bin
- Build and install the package:
makepkg -si
AppImage (Portable)
- Open your browser and go to Download Beaver Notes.
- Click Download and select AppImage x64 or AppImage ARM (64-bit). If unsure, choose x64.
- Open the
.appimage
file to run the app directly, like any other portable application.
💖 Special Thanks
A heartfelt thank you to the dedicated contributors who help make Beaver Notes more accessible:
- o-l-a-v – Maintainer of our Scoop package.
- The amazing teams behind Scoop.sh and Homebrew.
- Moabeat – Maintainer of the AUR package.
- begin-theadventure – Maintainer of the AUR binary package.
Beaver wouldn’t be possible without your contribution.