Official documentation site for Cryptomator. Built with Docusaurus.
We welcome contributions! Please read our contributing guidelines for details on how to help.
This repo uses pnpm (pinned via packageManager in
package.json). The easiest way to get a matching version is to enable
Corepack: corepack enable.
pnpm install
pnpm start
Opens dev server at http://localhost:8000 with live reload.
docs/desktop/- Desktop app documentationdocs/android/- Android app documentationdocs/ios/- iOS app documentationdocs/hub/- Cryptomator Hub documentationdocs/security/- Encryption architecture and security detailsdocs/misc/- Additional resources
pnpm build # Build static site
pnpm serve # Serve built site locally
Other scripts can be found in package.json.
Deployed to docs.cryptomator.org via GitHub Pages from the main branch.
This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC-BY-SA 4.0).