GitHub Stars Latest release Total downloads Go Report

About

Cryptomator portable app made with Portapps.
Multi-platform transparent client-side encryption of your files in the cloud.

Latest version 1.12.3
Internal release 13
Last updated 2024/03/10
Links
Maintainer CrazyMax
Homepage https://cryptomator.org/
License GNU General Public License v3.0
Changelog CHANGELOG.md

Installation

Download and install the latest portable setup where you want then run cryptomator-portable.exe.

If you have already installed Cryptomator from the original setup, move the following files :

  • %APPDATA%\Cryptomator\* to data

Then run cryptomator-portable.exe and remove Cryptomator from your computer.

Upgrade

For an upgrade, simply download and install the latest portable setup.

Infos

Configuration

Cryptomator portable can be configured through the main YAML configuration file :

app:
  cleanup: true
  • cleanup : Cleanup leftover folders (default false)

Add vault

If you want a vault to be portabilized, you have to choose a storage location in data folder.

First create your vault and choose a Custom location to data/vault for example:

Now that your vault is created, close Cryptomator and open the file data/settings.json:

{
  "directories": [
    {
      "id": "W90VJ1jNA_O4",
      "path": "C:\\tmp\\cryptomator-portable\\data\\vault\\myvault",
      "mountName": "Vault",
      ...
    }
  ],
  ...
}

Change the path to put the relative path to the storage:

{
  "directories": [
    {
      "id": "W90VJ1jNA_O4",
      "path": "../data/vault/myvault",
      "mountName": "Vault",
      ...
    }
  ],
  ...
}

Known issues

There is no known issues Please let us know if you found one!

Download

JavaScript is not enabled!

JavasScript must be enabled to allow the generation of dynamic download links.
Otherwise you can download directly from the releases page on GitHub.