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.
- Download the latest
notionsafe-windows.exefrom GitHub Releases. - Move the
.exeto a folder of your choice. - 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)
- Download the
notionsafe-linux.tar.gz. - Extract the archive:
tar -xvf notionsafe-linux.tar.gz. - Run the
notionsafebinary 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.