This repo contains the build manifest for the Flatpak flavor of Cryptomator.
Stable releases are found on flathub.
To try beta releases:
- Add flathub-beta to your system:
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
- Install cryptomator:
flatpak install flathub-beta org.cryptomator.Cryptomator
For building, the flatpak-builder is required. Change to the repository root dir and run:
flatpak-builder --force-clean --install-deps-from=flathub build org.cryptomator.Cryptomator.yaml
The command builds the flatpak into the .\build directory. For installation on the system, read the flatpak-builder documentation.