Encryption, Unshackled.
The upcoming open-source fork of Cryptomator designed for total transparency. We are currently testing our build pipeline and preparing the initial source release.
Public testing phase scheduled for Late 2024
Build-Friendly
We've restructured the build system (Maven/JDK) to be truly "checkout and run." No hidden keys or complex environment setups required.
UX Refinements
Includes community patches that haven't made it upstream yet: denser file lists, improved dark mode contrast, and reduced memory footprint.
Telemetry Free
We have stripped out all crash reporting and update checks that connect to external servers. Your usage data stays on your machine.
True "Verify Then Trust"
The original app is open source, but building it can be a headache. We are working to ensure that when we launch, if you can't easily build it, you shouldn't trust it.
Note: The build process below is a preview of our target workflow.
- Single-script compilation for Linux, Windows, and macOS.
- Reproducible builds: What you build is what we ship.
- Dependencies pinned and vendored where possible.
[INFO] Downloading dependencies...
[INFO] Compiling modules...
[SUCCESS] Build complete! Binary located in /dist
Why the Fork?
| Feature | Original | Libre Fork |
|---|---|---|
| Encryption Engine | AES-256 | AES-256 |
| Build Complexity | High (Complex Env) | Simplified |
| Auto-Updater | Included | Removed (Privacy) |
| Signing Keys | Company Only | Community/Self |
| UI Performance | Standard | Optimized |
* We maintain full compatibility with existing Cryptomator vaults. You can switch back and forth safely.