Continuous Builds

Hi folks!

We will now publish builds for the most recent development version on our GitHub Releases page.

For those of you who want to test the latest version without waiting for a final release, you can no do so by downloading the .jar file and executing it via java -jar. Other than for the release builds, you need to install a Java runtime environment, of course.

:warning: As this is just a development build, we expect users not to use it for production purposes. Make sure to keep a backup copy of any data involved in your tests!

If you find any bugs, please look for existing issues, before you create a new bug report on GitHub. Please do not create bug reports in this forum, as developers don’t actively look for bug reports here.

2 Likes

A Notice Regarding the Current Development Version

Currently you need to install a Java 9 runtime environment.

When running the jar, you need to explicitly enable the httpclient module by invoking the following command:

java --add-modules jdk.incubator.httpclient -jar Cryptomator-{VERSION}.jar