Download · Linux
Install Project Notes Pro on Linux.
Project Notes ships as a signed Flatpak. Add the repository once and you'll get automatic updates from then on — it works across Ubuntu, Fedora, Debian, Arch, and most other distributions.
- 1
Install Flatpak
Most modern distributions ship Flatpak already. If yours doesn't, follow the one-time setup for your distribution at flatpak.org/setup, then reboot.
flatpak --version - 2
Add the Flathub runtime repository
Project Notes builds on the shared KDE runtime, which is distributed through Flathub.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - 3
Add the Project Notes repository
This is the official signed repository. Adding it as a remote means future updates arrive automatically with
flatpak update.flatpak remote-add --if-not-exists projectnotes https://kestermckinney.github.io/projectnotes-flatpak/projectnotes.flatpakrepo - 4
Install Project Notes
Install the app from the repository you just added.
flatpak install projectnotes com.projectnotespro.ProjectNotes - 5
Launch it
Project Notes now appears in your application launcher. To start it from a terminal:
flatpak run com.projectnotespro.ProjectNotes
Keeping it up to date
Because you added the repository as a remote, you can pull the latest version any time:
flatpak update com.projectnotespro.ProjectNotesPrefer a single-file bundle?
A standalone .flatpak bundle is attached to each GitHub Release. Download it and run flatpak install ./ProjectNotes-*.flatpak. Note that bundle installs do not auto-update — use the repository above for that.
← Back to all downloads·A subscription is required for cloud sync — see Pricing.