Documentation

Installation

NotionSafe is available as a standalone executable for Windows and various package formats for Linux.

Windows

For Windows users, we provide a portable executable. No installer required.

  1. Download the latest notionsafe-windows.exe from GitHub Releases.
  2. Move the .exe to a folder of your choice.
  3. Double-click to run. If Windows SmartScreen appears, click "More Info" and then "Run Anyway."

Linux

NotionSafe has a native GTK4 interface for Linux and can be installed via the following methods:

Fedora / CentOS / RHEL (COPR)

sudo dnf copr enable kanishkmishra/notionsafe
sudo dnf install notionsafe

Arch Linux (AUR)

yay -S notionsafe

Universal Binary (tar.gz)

  1. Download the notionsafe-linux.tar.gz.
  2. Extract the archive: tar -xvf notionsafe-linux.tar.gz.
  3. Run the notionsafe binary from the extracted folder.

Linux Dependencies

On some minimal Linux distributions, you may need to install libadwaita and gobject-introspection manually if they aren't already present.