cryptomator/ios

Cryptomator for iOS

Swift

288

1,543 commits

updated Sep 23, 2026

See the code

See what people are saying

SourceMessageScoreDate

Two-tier encryption in the UK

Apple users in the UK who are concerned about this may want to switch to something like Cryptomator: https://github.com/cryptomator/ios

0

Sep 27, 2026

README

Cryptomator for iOS

Build Quality Gate Status Coverage Mastodon Crowdin Community

Cryptomator offers multi-platform transparent client-side encryption of your files in the cloud.

Download on the App Store: https://apps.apple.com/app/cryptomator/id1560822163

Special Shoutout

Continuous integration hosting is provided by MacStadium.

MacStadium

Building

Create Secrets

If you are building with Xcode, create a .cloud-access-secrets.sh file in the fastlane/scripts directory. Its contents should look something like this:

#!/bin/sh
export BOX_CLIENT_ID=...
export BOX_CLIENT_SECRET=...
export DROPBOX_APP_KEY=...
export GOOGLE_DRIVE_CLIENT_ID=...
export GOOGLE_DRIVE_REDIRECT_URL_SCHEME=...
export MICROSOFT_GRAPH_CLIENT_ID=...
export MICROSOFT_GRAPH_REDIRECT_URI_SCHEME=...
export PCLOUD_APP_KEY=...

And then run ./scripts/create-cloud-access-secrets.sh from the fastlane directory once. Of course, if you change the secrets, you have to run that script again.

If you are building via a CI system, set these secret environment variables accordingly.

Contributing

Please read our contribution guide, if you would like to report a bug, ask a question or help us with coding.

This project uses SwiftFormat and SwiftLint to enforce code style and conventions. Install these tools if you haven't already.

Please make sure that your code is correctly formatted and passes linter validations. The easiest way to do that is to set up a pre-commit hook. Create a file at .git/hooks/pre-commit with this content:

./Scripts/process.sh --staged
exit $?

And make your pre-commit hook executable:

chmod +x .git/hooks/pre-commit

Code of Conduct

Help us keep Cryptomator open and inclusive. Please read and follow our Code of Conduct.

License

Distributed under the GPLv3. See the LICENSE file for more info.

Contributors

tobihagemann

825 commits

phil1995

624 commits

cryptobot

62 commits

iammajid

21 commits

cryptomator/ios

Cryptomator for iOS

Swift

288

1,543 commits

updated Sep 23, 2026

See the code

See what people are saying

SourceMessageScoreDate

Two-tier encryption in the UK

Apple users in the UK who are concerned about this may want to switch to something like Cryptomator: https://github.com/cryptomator/ios

0

Sep 27, 2026

README

Cryptomator for iOS

Build Quality Gate Status Coverage Mastodon Crowdin Community

Cryptomator offers multi-platform transparent client-side encryption of your files in the cloud.

Download on the App Store: https://apps.apple.com/app/cryptomator/id1560822163

Special Shoutout

Continuous integration hosting is provided by MacStadium.

MacStadium

Building

Create Secrets

If you are building with Xcode, create a .cloud-access-secrets.sh file in the fastlane/scripts directory. Its contents should look something like this:

#!/bin/sh
export BOX_CLIENT_ID=...
export BOX_CLIENT_SECRET=...
export DROPBOX_APP_KEY=...
export GOOGLE_DRIVE_CLIENT_ID=...
export GOOGLE_DRIVE_REDIRECT_URL_SCHEME=...
export MICROSOFT_GRAPH_CLIENT_ID=...
export MICROSOFT_GRAPH_REDIRECT_URI_SCHEME=...
export PCLOUD_APP_KEY=...

And then run ./scripts/create-cloud-access-secrets.sh from the fastlane directory once. Of course, if you change the secrets, you have to run that script again.

If you are building via a CI system, set these secret environment variables accordingly.

Contributing

Please read our contribution guide, if you would like to report a bug, ask a question or help us with coding.

This project uses SwiftFormat and SwiftLint to enforce code style and conventions. Install these tools if you haven't already.

Please make sure that your code is correctly formatted and passes linter validations. The easiest way to do that is to set up a pre-commit hook. Create a file at .git/hooks/pre-commit with this content:

./Scripts/process.sh --staged
exit $?

And make your pre-commit hook executable:

chmod +x .git/hooks/pre-commit

Code of Conduct

Help us keep Cryptomator open and inclusive. Please read and follow our Code of Conduct.

License

Distributed under the GPLv3. See the LICENSE file for more info.

Contributors

tobihagemann

825 commits

phil1995

624 commits

cryptobot

62 commits

iammajid

21 commits

Languages

Swift

98.1%