cryptomator

cryptomator 1.19.2

Free client-side encryption for your cloud files

https://cryptomator.org
GNU General Public License v3.0 or later
main program: cryptomatorprograms: cryptomator
Platforms (1)
x86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  cryptomator
];
Ad-hoc shell
nix-shell -p cryptomator
Flake (nix run)
nix run nixpkgs#cryptomator